wmbattery: Bump to version 2.45.

This commit is contained in:
Doug Torrance 2014-10-05 10:30:06 -05:00 committed by Carlos R. Mafra
parent 02bce1c90f
commit e544f254ac
2 changed files with 19 additions and 1 deletions

View file

@ -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 <dtorrance@monmouthcollege.edu> Sun, 05 Oct 2014 10:23:34 -0500
wmbattery (2.44)
* Better AC detection.

View file

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