[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Sat Jun 6 12:03:28 CEST 2015


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

ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 96791fd4e5a85c5be0966586d0ed8fc0b19f3ae2
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Jun 6 12:02:21 2015 +0200

    Updates for release
---
 NEWS            |   20 ++++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 4faeadb..a3fe58f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+1.5.1
+=====
+New development release of xfce4-power-manager.
+
+* New feature:
+ - Hidden option to show percentage and/or remaining time in the panel plugin
+   (Bug #4499)
+   To use it, create the property /xfce4-power-manager/show-panel-label as INT
+   in the channel xfce4-power-manager. The possible settings are 0 (don't show
+   label), 1 (percentage), 2 (remaining time) and 3 (remaining time and
+   percentage).
+
+* Bugfixes:
+ - Prevent a crash on device update (Bug #11932)
+ - Fix wrong panel plugin button size (bug #11898)
+ - Fix loading of icons for plugin and systray
+
+* Translation updates:
+Swedish, Turkish.
+
 1.5.0
 =====
 New development release of xfce4-power-manager.
diff --git a/configure.ac.in b/configure.ac.in
index 0b4f97d..4948c11 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,9 +1,9 @@
 m4_define([intltool_minimum_version], [0.31])
 m4_define([xfpm_version_major], [1])
 m4_define([xfpm_version_minor], [5])
-m4_define([xfpm_version_micro], [0])
+m4_define([xfpm_version_micro], [1])
 m4_define([xfpm_version_build], [@REVISION@])
-m4_define([xfpm_version_tag],   [git])
+m4_define([xfpm_version_tag],   [])
 m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
 
 AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list