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

noreply at xfce.org noreply at xfce.org
Mon Aug 11 09:17:36 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 10e532b0c6462cfa61faa5ebeddec7b7e454bfe3
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon Aug 11 10:13:27 2014 +0300

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

diff --git a/NEWS b/NEWS
index b0a7e0c..c4af827 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+1.3.1
+=====
+[Please note that this is a development release.]
+
+Development release of xfce4-power-manager.
+Please report all problems at bugzilla.xfce.org.
+
+ Xfce4-power-manager has changed how the xfce4-pm-helper application
+is used. Now the pm-helper is called by pkexec (provided by polkit),
+which means for users of xfpm that have UPower 0.99 installed and
+aren't using LoginD everything will work as before. In 1.3.0 options
+in the settings dialogs were unavailable because xfpm was still
+looking for the old UPower authorization rules which get uninstalled
+on the upgrade to UPower 0.99.
+
+  Simon Steinbeiss and Harald Judt have contributed many improvements
+to the power manager settings dialog. Harald also added a minimum xfconf
+value setting for the brightness slider so that users whose display goes
+completely dark at 0 can exclude that value if they desire.
+
+  The battery plugin can now be built as an LXDE plugin (Bug 10929).
+
+  The brightness plugin has been merged into the battery indicator plugin.
+This allows for the removal of duplicated code, puts all those settings in
+one plugin, and allows us to easily provide that functionality to LXDE.
+
+  The disk spin down feature was removed. The default settings for it
+actually had it configured so that it would never work, it was using
+the old UDisks 1 API, and would be useless for SSD drives and non-Linux
+users.
+
+  Other Changes:
+
+ - Simon P fixed a memory corruption crash (Bug 11018).
+ - OnlyShowIn was changed to a NotShowIn for the .desktop files (Bug 11009)
+ - Selecting a device in the plugin brings up the details in the settings
+   dialog.
+ - Improve strings in devices tab and add percentage (Bug #6652)
+ - Fork before gtk/dbus init
+ - Andrzej Added support for multi-row panel layouts for the plugin
+ - Restore screen power after sleep (Bug 10535)
+ - Samuli Suominen fixed suspend/hibernate with UPower 0.9.23 (Bug 10931)
+ - Carl Simonson added a notification popup when changing keyboard brightness
+ - Minumum UPower requirement was lowere to 0.9.7 to support FreeBSD
+ - Devices tab flickers on update (Bug 10937)
+ - Improve lid-action strings (Bug #6515)
+ - Carl Simonson added a reasonable step value for keyboard brightness
+ - Let xfpm control X11's screensaver extension
+
+Translation updates: Arabic (ar), Asturian (ast), Bulgarian (bg),
+ Chinese (Taiwan) (zh_TW), Croatian (hr), Dutch (Flemish) (nl),
+ English (Australia) (en_AU), French (fr), German (de), Hungarian (hu),
+ Indonesian (id), Italian (it), Japanese (ja),  Korean (ko), Malay (ms),
+ Norwegian Bokmål (nb), Polish (pl), Portuguese (pt),
+ Portuguese (Brazilian) (pt_BR), Russian (ru), Swedish (sv),
+ Spanish (Castilian) (es), Thai (th), Ukrainian (uk).
+
 1.3.0
 =====
 [Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index 87c0268..ee07390 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], [3])
-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