[Xfce4-commits] <xfce4-battery-plugin:master> updates for 1.0.2

Landry Breuil noreply at xfce.org
Mon Apr 30 14:36:01 CEST 2012


Updating branch refs/heads/master
         to 681140ee84f2c0d7faf78d9795ee78027541bf7b (commit)
       from 07b05dbe7ed32ecdca75bbe059d03c5465f1443d (commit)

commit 681140ee84f2c0d7faf78d9795ee78027541bf7b
Author: Landry Breuil <landry at xfce.org>
Date:   Mon Apr 30 14:28:34 2012 +0200

    updates for 1.0.2

 NEWS            |   11 +++++++++++
 configure.ac.in |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index f3205ac..c939d14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.0.2 (2012/04/30):
+===================
+* change icon depending on charge level/ac status (bug #7768)
+* install icons from xfpm
+* add AC color state and allow user-configurable colors (bug #6757)
+* implement read_acpi_state()/read_acpi_inof() on FreeBSD (bug #2814)
+* make the progressbar optional
+* improve battery removal detection
+* rework configuration dialog to use tabs
+* only display time if it's valid
+
 1.0.1 (2012/04/17):
 ===================
 * build the plugin as a module
diff --git a/configure.ac.in b/configure.ac.in
index 8368ac3..01fbf7d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -3,6 +3,7 @@ dnl
 dnl 2003      Benedikt Meurer <benny at xfce.org>
 dnl 2006-2007 Nick Schermer <nick at xfce.org>
 dnl 2010      Florian Rivoal <frivoal at xfce.org>
+dnl 2012      Landry Breuil <landry at xfce.org>
 dnl
 
 dnl ***************************
@@ -10,7 +11,7 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([battery_version_major], [1])
 m4_define([battery_version_minor], [0])
-m4_define([battery_version_micro], [1])
+m4_define([battery_version_micro], [2])
 m4_define([battery_version_build], [r at REVISION@])
 m4_define([battery_version_tag], [])
 m4_define([battery_version], [battery_version_major().battery_version_minor().battery_version_micro()ifelse(battery_version_tag(), [svn], [battery_version_tag()-battery_version_build()], [battery_version_tag()])])


More information about the Xfce4-commits mailing list