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

noreply at xfce.org noreply at xfce.org
Thu Aug 21 00:31:17 CEST 2014


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 ca25402bd64dcdd1e3d897de81fbd64f06bdbc6b
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Aug 21 00:25:57 2014 +0200

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

diff --git a/NEWS b/NEWS
index c4af827..f9e3ea2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+1.3.2
+=====
+[Please note that this is a development release.]
+
+Development release of xfce4-power-manager.
+Please report all problems at bugzilla.xfce.org.
+
+  Since there is only one panel plugin left it was renamed from "Battery
+Indicator Plugin" to "Power Manager Plugin", which is more fitting as it
+doesn't merely show the battery status.
+
+  Xfce4-power-manager does not rely on special device icons anymore
+that illustrate the load-status. Instead, the load-status is now drawn
+with cairo on top of normal device icons that follow the naming of the
+Adwaita icon-theme.
+
+  Other changes:
+
+ - Fix crash with slider on 32bit systems (Bug #11076)
+ - Fix version number output on the commandline
+ - Remove unused code
+ - Add dedicated icons for the keyboard brightness notifications
+ - Various icon improvements
+ - Reorder parts of the settings dialog
+
+Translation updates: Bulgarian (bg), Dutch (Flemish) (nl),
+ French (fr), German (de), Italian (it), Malay (ms), Polish (pl),
+ Portuguese (Brazilian) (pt_BR), Spanish (Castilian) (es).
+
 1.3.1
 =====
 [Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index 1f6763d..82498b1 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], [3])
-m4_define([xfpm_version_micro], [1])
+m4_define([xfpm_version_micro], [2])
 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