[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Updates for release.
noreply at xfce.org
noreply at xfce.org
Thu Sep 25 17:36:45 CEST 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 ce2ed4e24f897345b4dd5ee910b48bad1acad16d
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Thu Sep 25 18:29:59 2014 +0300
Updates for release.
---
NEWS | 11 +++++++++++
README | 1 +
configure.ac.in | 4 ++--
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index fea7427..97bf452 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.4.1
+=====
+
+* Miscellaneous bug fixes:
+ - Fix for panel icon not always updating depending on the
+ version of UPower in use.
+ - Fix handle lid switch with loginD (Bug 11160) Fixed by Simon P.
+
+Translation updates: Czech (cs), Hebrew (he), Polish (pl),
+ Serbian (sr), Ukrainian (uk)
+
1.4.0
=====
diff --git a/README b/README
index fefe854..a576b8d 100644
--- a/README
+++ b/README
@@ -27,6 +27,7 @@ Xfce Power Manager depends on the following packages:
- Polkit 0.91 or above (optional but recommended).
- Consolekit (optional but recommended).
- LoginD/SystemD (optional).
+ - Pm-utils (for suspend & hibernate on Linux).
How to report bugs?
diff --git a/configure.ac.in b/configure.ac.in
index df4da79..d768480 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], [0])
+m4_define([xfpm_version_micro], [1])
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