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

noreply at xfce.org noreply at xfce.org
Sun Jun 21 09:33:14 CEST 2015


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 f3b12e6c81c8e9208468540b08d669decf10e071
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Jun 21 10:25:13 2015 +0300

    Updates for release.
---
 NEWS            |   19 +++++++++++++++++++
 README          |   16 +++++++---------
 configure.ac.in |    4 ++--
 3 files changed, 28 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index a3fe58f..47baf22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+1.5.2
+=====
+New development release of xfce4-power-manager.
+
+* New feature:
+ - Use XScreenSaverSuspend and XTestFakeKeyEvent (Bug #11083)
+   We now suspend the screensaver when we're in presentation mode
+   or something has requested an screensaver inhibit lock.
+
+* Bugfixes:
+ - Set label so we don't crash (Bug #11967)
+ - Make the settings-app icon 256px for the about dialog
+ - Bring back the about dialog (Bug #11982)
+
+* Translation updates:
+Bulgarian (bg), Croatian (hr), Dutch (Flemish) (nl),
+English (Australia) (en_AU), French (fr), Korean (ko),
+Lithuanian (lt), Spanish (Castilian) (es).
+
 1.5.1
 =====
 New development release of xfce4-power-manager.
diff --git a/README b/README
index a576b8d..fe45dfa 100644
--- a/README
+++ b/README
@@ -11,19 +11,17 @@ Required packages
 =================
 Xfce Power Manager depends on the following packages:
 
- - Gtk 2.24 or above.
- - Glib 2.30 or above.
+ - Gtk 3.14 or above.
+ - Glib 2.42 or above.
  - DBus 1.1 or above.
- - DBus glib 0.84 or above.
- - libxfce4ui 4.10.0 or above.
- - libxfce4util 4.10.0 or above
+ - libxfce4ui 4.12.0 or above.
+ - libxfce4util 4.12.0 or above
  - libnotify 0.4.1 or above.
- - xfconf 4.10.0 or above.
- - libxfce4panel 4.10.0 or above (optional, for the Xfce panel plugin).
- - lxdepanel 0.5.6 or above (optional, for the LXDE panel plugin).
+ - xfconf 4.12.0 or above.
+ - libxfce4panel 4.12.0 or above (optional, for the Xfce panel plugin).
  - XRandR 1.2.0 or above.
  - DPMS X11 extension (DPMS support, required).
- - UPower 0.9.7 or above.
+ - UPower 0.99.0 or above.
  - Polkit 0.91 or above (optional but recommended).
  - Consolekit (optional but recommended).
  - LoginD/SystemD (optional).
diff --git a/configure.ac.in b/configure.ac.in
index 96b0f0d..e8ef072 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], [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