wmbattery: Bump to version 2.51.
This commit is contained in:
parent
13d3321f14
commit
23019d9278
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
wmbattery (2.51)
|
||||||
|
* Fix memory leak (Debian bug #816872).
|
||||||
|
Thanks to David Johnson <davijoh3@cisco.com> for the patch.
|
||||||
|
|
||||||
wmbattery (2.50)
|
wmbattery (2.50)
|
||||||
* Free memory allocated by strdup. This corrects a mistake in [1] noticed by
|
* Free memory allocated by strdup. This corrects a mistake in [1] noticed by
|
||||||
Andrew Shadura [2].
|
Andrew Shadura [2].
|
||||||
|
|
|
@ -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.50)
|
AC_INIT(wmbattery.c, 2.51)
|
||||||
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