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

noreply at xfce.org noreply at xfce.org
Sun Mar 13 07:51:37 CET 2016


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 8032ea6a790a9029c48402ea6fe9de0a229c998a
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Mar 13 09:50:13 2016 +0300

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

diff --git a/NEWS b/NEWS
index 47baf22..a5c8aa5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+1.6.0
+=====
+New stable release of xfce4-power-manager.
+
+* Bugfixes:
+ - plugin: Fix a couple memory leaks (Bug #12332)
+ - Fix a crash when the brightness slider is released
+ - Fix keyboard-brightness icon names (Bug #12292)
+ - Draw border around device details
+ - Add bitrig to backend detection (Bug #12242)
+ - Replace XTestFakeKeyEvent with inhibit/heartbeat (Bug #11083)
+   /xfce4-power-manager/heartbeat-command is the xfconf property.
+ - Fix a crash on logout (Bug #12465)
+ - Show inhibitors in the plugin menu (Bug #9090)
+
+* Translation updates:
+  ar, ca, cs, da, de, el, en_AU, eu, fi, fr, gl, he, hr,
+  is, it, ja, kk, ko, lt, ms, nb, nl, oc, pl, pt, pt_BR,
+  ru, sk, sl, sr, sv, th, tr, uk, zh_CN, and zh_TW
+
 1.5.2
 =====
 New development release of xfce4-power-manager.
diff --git a/configure.ac.in b/configure.ac.in
index 55430a6..4b862ec 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], [2])
+m4_define([xfpm_version_minor], [6])
+m4_define([xfpm_version_micro], [0])
 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