wmbattery: bump version to 2.52.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
parent
5d49d2f071
commit
6db6e92db3
|
@ -1,3 +1,18 @@
|
|||
wmbattery (2.52)
|
||||
* Add .gitignore.
|
||||
* Use PKG_CHECK_MODULES for X libraries and headers.
|
||||
* Use PKG_CHECK_MODULES, rather than calling pkg-config explicitly.
|
||||
* Use CPPFLAGS for defining preprocessor macros.
|
||||
* Add $datarootdir to Makefile.in.
|
||||
* Move Makefile to Makefile.in, inline the contents of makeinfo.in and
|
||||
remove it.
|
||||
* Remove rules generating autoconf artefacts.
|
||||
* Add autogen.
|
||||
* Move labels to the beginning of the line.
|
||||
* Fix format-specifier.
|
||||
* Update mailing list links to new Google Groups.
|
||||
* Fix typo in manpage.
|
||||
|
||||
wmbattery (2.51)
|
||||
* Fix memory leak (Debian bug #816872).
|
||||
Thanks to David Johnson <davijoh3@cisco.com> for the patch.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(wmbattery.c, 2.51)
|
||||
AC_INIT(wmbattery.c, 2.52)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_CONFIG_AUX_DIR(autoconf)
|
||||
|
|
Loading…
Reference in a new issue