From 6db6e92db3db9aed93afffadca277d5de5adec6a Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 27 Oct 2019 19:55:48 +0000 Subject: [PATCH] wmbattery: bump version to 2.52. Signed-off-by: Jeremy Sowden --- wmbattery/ChangeLog | 15 +++++++++++++++ wmbattery/configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index 674a6e6..732549b 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -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 for the patch. diff --git a/wmbattery/configure.ac b/wmbattery/configure.ac index c9e5e55..abdc3dd 100644 --- a/wmbattery/configure.ac +++ b/wmbattery/configure.ac @@ -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) -- 2.11.4.GIT