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

noreply at xfce.org noreply at xfce.org
Fri May 17 15:47:52 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-power-manager.

commit 2849a042594fc7a5c8a42ab37865f7ebc510610f
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri May 17 15:46:54 2019 +0200

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

diff --git a/NEWS b/NEWS
index 723e483..18097a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+1.6.2
+=====
+New stable release of xfce4-power-manager.
+* New features:
+ - Add support for XF86Battery button (Bug #14055)
+* Bugfixes:
+ - Fix compiler warning (Bug #14104)
+ - Fix various warnings
+ - Don't autostart the power manager in the LXQt DE (Bug #14450)
+ - Don't overwrite the user's XScreensaver settings (Bug #14968)
+ - Fix slider labels (Bug #14395)
+ - Replace xfconf_channel_new by xfconf_channel_get
+ - Read from actual_brightness instead of brightness
+ - Fix g_type_class_add_private is deprecated
+ - Handle glib deprecations
+ - Use the newer up_client_get_devices2
+ - Install Appdata in metainfo (Bug #15380)
+ - plugin: Show discharge level even in unknown state (Bug #15280)
+ - settings: change "going from sleep" to "going to sleep"(Bug #15144)
+ - settings: Improve devices tab visually by adding frame
+
+* Translation updates:
+  Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
+  Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian,
+  Czech, Danish, Dutch (Flemish), English (Australia),
+  English (Great Britain), Estonian, Finnish, French, Galician, German,
+  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
+  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,
+  Occitan, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian,
+  Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
+  Ukrainian, Uyghur, Vietnamese
+
 1.6.1
 =====
 New stable release of xfce4-power-manager.
diff --git a/configure.ac.in b/configure.ac.in
index f446d7c..4b05526 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], [6])
-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