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

noreply at xfce.org noreply at xfce.org
Sun Mar 22 12:36:57 CET 2015


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

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

commit d980cdb716800fae592eada74ea012e8981e0589
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Mar 22 12:36:23 2015 +0100

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

diff --git a/NEWS b/NEWS
index 39e03e1..42e6bed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+1.4.4
+=====
+New stable release of xfce4-power-manager.
+
+* Re-introduce the trayicon for better support of other DEs (Bug #11054)
+* Miscellaneous bug fixes:
+ - Fix dbus call for CK2 suspend (Bug #11610)
+ - Function check_for_consolekit2 is not used if !UP_CHECK_VERSION(0, 99, 0) (Bug #11657)
+ - Fix xfpm panel plugin crashes at startup when the locale is not UTF8
+ - The scalemenuitem is actually an imagemenuitem
+
+* Translation updates:
+ Bulgarian (bg), Chinese (China) (zh_CN), Croatian (hr),
+ Czech (cs), Dutch (nl), French (fr), German (de),
+ Italian (it), Korean (ko), Malay (ms), Russian (ru),
+ Spanish (es), Serbian (sr), Thai (th).
+
 1.4.3
 =====
 New stable release of xfce4-power-manager.
diff --git a/configure.ac.in b/configure.ac.in
index 5c68465..30a05bb 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], [4])
-m4_define([xfpm_version_micro], [3])
+m4_define([xfpm_version_micro], [4])
 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