wmbattery: Bump to version 2.50.

This commit is contained in:
Doug Torrance 2015-08-30 16:15:01 -04:00 committed by Carlos R. Mafra
parent 14526dd328
commit 1f4e7e6178
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
wmbattery (2.50)
* Free memory allocated by strdup. This corrects a mistake in [1] noticed by
Andrew Shadura [2].
[1] http://repo.or.cz/dockapps.git/commitdiff/29e5012
[2] https://github.com/d-torrance/wmbattery/commit/
9f7be30#commitcomment-12965145
wmbattery (2.49) wmbattery (2.49)
* Add config.h.in to `make distclean`. Its absence created a problem for the * Add config.h.in to `make distclean`. Its absence created a problem for the
Debian package. During the build, dh_auto_clean results in a call to Debian package. During the build, dh_auto_clean results in a call to

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.49) AC_INIT(wmbattery.c, 2.50)
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(autoconf) AC_CONFIG_AUX_DIR(autoconf)