wmbattery: bump version to 2.52.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden 2019-10-27 19:55:48 +00:00 committed by Carlos R. Mafra
parent 5d49d2f071
commit 6db6e92db3
2 changed files with 16 additions and 1 deletions

View file

@ -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.

View file

@ -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)