wmbattery: Bump to version 2.46.

This commit is contained in:
Doug Torrance 2015-01-17 08:41:14 -06:00 committed by Carlos R. Mafra
parent 9db8262d65
commit 59949f4749
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
wmbattery (2.46)
* Make it possible to work without libapm as libapm and apm.h are not
necessarily available on Linux.
* Update upower support. Reuse dbus connection and set delay to actually
refresh values.
* Thanks to Ludwig Nussel <ludwig.nussel@suse.de> for patches.
-- Doug Torrance <dtorrance@monmouthcollege.edu> Sat, 17 Jan 2015 08:37:05 -0600
wmbattery (2.45)
* Switch from a Debian native package to a non-native package.
- Remove debian directory.

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(wmbattery.c, 2.45)
AC_INIT(wmbattery.c, 2.46)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(autoconf)