[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Tue Dec 19 00:17:14 CET 2017
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 98b78e6e1dc7ff19cf6432094dfda1b20cfa4205
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Dec 19 00:16:33 2017 +0100
Updates for release
---
NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 42 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a5c8aa5..723e483 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+1.6.1
+=====
+New stable release of xfce4-power-manager.
+
+* Bugfixes:
+ - plugin:
+ - Use libxfce4panel function to obtain desired icon size
+ - Fix menu leak, attach menu to button (Bug #13466)
+ - Hide label in unknown state (Bug #12851)
+ - Add properties dialog (Bug #13270)
+ - Set ac-adapter icon for desktop systems (Bug #13959)
+ - Hide label by default on desktop systems
+ - Block panel autohide if the menu is open
+ - Drop deprecated CSS styles
+ - Fix xfpm startup dialog ignoring response (Bug #13700)
+ - Fix handling of dialog responses for suspend and hibernate (Bug #13405)
+ - Set the transient hint for notifications
+ - Fix scale description and values for light-locker (Bug #13303)
+ - Drop period at end of all tooltip texts (Bug #12342)
+ - Make tooltip more concise (Bug #12342)
+ - When locking fallback to xflock4 first (Bug #12603)
+ - Fix a crash when warning about the screenlocker (Bug #12603)
+ - Fix showing inhibits in the systray (Bug #12605)
+ - Fix the g_object_bindings in xfce-screensaver
+ - Handle screensaver activity with it's own class (Bug #12603)
+ - Fix the 3.20 deprecation warnings
+ - Use the kernel-supplied backlight type rather than a whitelist (Bug #12553)
+ - Fix build on FreeBSD and DragonFlyBSD (Bug #13984)
+ - Add MATE to NotShowIn list (Bug #12506)
+
+* Translation updates:
+ Arabic, Asturian, Basque, 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, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
+
1.6.0
=====
New stable release of xfce4-power-manager.
diff --git a/configure.ac.in b/configure.ac.in
index 33faf1c..74a05b2 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], [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