From 1f4e7e6178fb45232c403885c2f74b33cebb5974 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 30 Aug 2015 16:15:01 -0400 Subject: [PATCH] wmbattery: Bump to version 2.50. --- wmbattery/ChangeLog | 8 ++++++++ wmbattery/configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index 852d10d..3e21109 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -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) * 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 diff --git a/wmbattery/configure.ac b/wmbattery/configure.ac index 6d4f2e1..0e09a84 100644 --- a/wmbattery/configure.ac +++ b/wmbattery/configure.ac @@ -1,5 +1,5 @@ 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_AUX_DIR(autoconf)