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

noreply at xfce.org noreply at xfce.org
Mon Dec 1 12:47:14 CET 2014


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

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

commit acda3b4df236ad227193893f7d5b33cbe0592d70
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon Dec 1 14:37:53 2014 +0300

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

diff --git a/NEWS b/NEWS
index 97bf452..b6ce465 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+1.4.2
+=====
+New stable release of xfce4-power-manager.
+
+* Miscellaneous bug fixes:
+ Harald Judt:
+ - Shorten label for system inactivity time (bug #11129)
+ - Initially disable DPMS widgets when not handling DPMS
+ - Use translated device type for unknown devices (bug #11217)
+ Simon P.:
+ - Fix for critical battery action (Bug #11237)
+ Simon Steinbeiss:
+ - Add symlinks for UPS-charged icon (Debian Bug #762500)
+ Marcus Overhagen:
+ - xrandr brightness: Check for eDP devices too (bug #11308)
+
+Translation updates: Catalan (ca), Czech (cs),
+ Danish (da), German (de), English (Australia) (en_AU),
+ Spanish (Castilian) (es), French (fr), Italian (it),
+ Japanese (ja), Kazakh (kk), Korean (ko), Malay (ms),
+ Dutch (Flemish) (nl), Polish (pl), Portuguese (pt),
+ Portuguese (Brazilian) (pt_BR), Russian (ru),
+ Serbian (sr), Thai (th), Turkish (tr), Ukrainian (uk),
+ Chinese (China) (zh_CN), Chinese (Taiwan) (zh_TW).
+
 1.4.1
 =====
 
diff --git a/configure.ac.in b/configure.ac.in
index 1f809cf..c07c52f 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], [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