[Pkg-wmaker-commits] [wmbattery] 182/241: wmbattery: Bump to version 2.45.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:37:58 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 1536e634b36bbbb0ec198c4109d7bb8a36e2bcf0
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Oct 5 10:30:06 2014 -0500

    wmbattery: Bump to version 2.45.
---
 ChangeLog    | 18 ++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d46c33e..7bd96dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+wmbattery (2.45)
+  * Switch from a Debian native package to a non-native package.
+    - Remove debian directory.
+    - Rename debian/changelog to ChangeLog, strip Debian-specific information.
+    - Move copyright information from debian/changelog to header in wmbattery.c.
+  * Escape hypen in manpage.
+  * Move assignment of old_status until after cur_info is initialized to avoid
+    uninitialized variable warning.
+  * Use consistent formatting in source and delete trailing whitespaces.
+  * Add -x option to run a command when battery is critical.  Based on a patch
+    by Cristoph Fritz.  See https://bugs.debian.org/543674.
+  * Add -v option to display version number.
+  * Restore BSD support.  Code that was ripped out of wmbattery for version
+    1.22, which introduced the dependency on libapm but dropped support for the
+    BSDs, has been restored.
+
+ -- Doug Torrance <dtorrance at monmouthcollege.edu>  Sun, 05 Oct 2014 10:23:34 -0500
+
 wmbattery (2.44)
 
   * Better AC detection.
diff --git a/configure.ac b/configure.ac
index 0688913..6d97732 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.44)
+AC_INIT(wmbattery.c, 2.45)
 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