diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index d46c33e..7bd96dc 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -1,3 +1,21 @@ +wmbattery (2.45) + * Switch from a Debian native package to a non-native package. + - Remove debian directory. + - Rename debian/changelog to ChangeLog, strip Debian-specific information. + - Move copyright information from debian/changelog to header in wmbattery.c. + * Escape hypen in manpage. + * Move assignment of old_status until after cur_info is initialized to avoid + uninitialized variable warning. + * Use consistent formatting in source and delete trailing whitespaces. + * Add -x option to run a command when battery is critical. Based on a patch + by Cristoph Fritz. See https://bugs.debian.org/543674. + * Add -v option to display version number. + * Restore BSD support. Code that was ripped out of wmbattery for version + 1.22, which introduced the dependency on libapm but dropped support for the + BSDs, has been restored. + + -- Doug Torrance Sun, 05 Oct 2014 10:23:34 -0500 + wmbattery (2.44) * Better AC detection. diff --git a/wmbattery/configure.ac b/wmbattery/configure.ac index 0688913..6d97732 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.44) +AC_INIT(wmbattery.c, 2.45) AC_CONFIG_HEADER(config.h) AC_CONFIG_AUX_DIR(autoconf)