wmbattery: Bump to version 2.50.
This commit is contained in:
parent
14526dd328
commit
1f4e7e6178
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue