wmbattery: Bump to version 2.51.

This commit is contained in:
Doug Torrance 2017-11-06 09:56:53 -05:00 committed by Carlos R. Mafra
parent 13d3321f14
commit 23019d9278
2 changed files with 5 additions and 1 deletions

View file

@ -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].

View file

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