wmbattery: Bump to version 2.46.
This commit is contained in:
parent
9db8262d65
commit
59949f4749
|
@ -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)
|
wmbattery (2.45)
|
||||||
* Switch from a Debian native package to a non-native package.
|
* Switch from a Debian native package to a non-native package.
|
||||||
- Remove debian directory.
|
- Remove debian directory.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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_HEADER(config.h)
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(autoconf)
|
AC_CONFIG_AUX_DIR(autoconf)
|
||||||
|
|
Loading…
Reference in a new issue