[Pkg-wmaker-commits] [wmbattery] 228/241: wmbattery: Bump to version 2.48.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:38:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbattery.

commit 855b5d135d40b65a485d556a2c25f3fc43fd7e5d
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed May 13 23:38:58 2015 -0500

    wmbattery: Bump to version 2.48.
---
 ChangeLog    | 30 ++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 70214c1..5506dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+wmbattery (2.48)
+  * Escape hyphen in manpage. Fixes hyphen-used-as-minus-sign Lintian warning
+    in the Debian package.  Patch from [1].
+  * Change manpage section from deprecated 1x to 1.
+  * Makefile - use autoheader too instead, configure complains about:
+      config.status: error: cannot find input file: `config.h.in'
+    Patch by Christoph Fritz.
+  * upower - don't exit after suspend/hibernation wakup Immediately after
+    suspend/hibernation wakup cycle, up_client_get_devices() can fail:
+      libupower-glib-WARNING **: up_client_get_devices failed: Timeout was
+      reached
+    Since we do not interpret the UPower signals, just don't exit wmbattery
+    after first up_client_get_devices() failure.
+    Patch by Christoph Fritz.
+  * Expand -g option to allow positions relative to right or bottom. Use '-'
+    instead of '+', e.g., `wmbattery -g -0+0` will place wmbattery in the upper
+    right hand corner of the screen.
+    Thanks to Christoph Fritz for the feature request.
+  * Improve help text for -i option.
+  * Add -n option to disable dial graphic.
+    Thanks to Christoph Fritz for the feature request.
+  * Fix typos. Ran `codespell -w`.
+  * Properly free malloced memory. Fixes memory leak found by cppcheck.
+  * Remove unnecessary brace. Fixes "Invalid number of character ({) when these
+    macros are defined" errors given by cppcheck.
+
+  [1] https://sources.debian.net/src/wmbattery/2.47-1/debian/patches/escape_manpage_hyphens.patch/
+
+ -- Doug Torrance <dtorrance at monmouthcollege.edu>  Wed, 13 May 2015 23:31:47 -0500
+
 wmbattery (2.47)
   * Avoid redefinition of apm_read/apm_exists in *BSD.
     The two functions are defined if the BSD-specific apm headers are found and
diff --git a/configure.ac b/configure.ac
index 5bfa487..8673139 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(wmbattery.c, 2.47)
+AC_INIT(wmbattery.c, 2.48)
 AC_CONFIG_HEADER(config.h)
 
 AC_CONFIG_AUX_DIR(autoconf)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbattery.git



More information about the Pkg-wmaker-commits mailing list