summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2016-03-13 09:50:13 +0300
committerEric Koegel <eric.koegel@gmail.com>2016-03-13 09:50:13 +0300
commit8032ea6a790a9029c48402ea6fe9de0a229c998a (patch)
tree8162f2c9838c5e17e25ba4b3b9c31f4e88a2e5a8
parentf5d9017e1c3a648d2b8bf5a2ca6b67b3152f2fd5 (diff)
downloadixfce4-power-manager-8032ea6a790a9029c48402ea6fe9de0a229c998a.tar.gz
Updates for release.xfce4-power-manager-1.6.0
-rw-r--r--NEWS20
-rw-r--r--configure.ac.in6
2 files changed, 23 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 47baf22f..a5c8aa51 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 55430a6b..4b862eca 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/])