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

noreply at xfce.org noreply at xfce.org
Sun Mar 8 22:32:42 CET 2020


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       x   f   c   e   -   4   .   1   4   
   in repository xfce/xfce4-power-manager.

commit 1003f5adac6403ca0ca5b9b84552cd49f77601af
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Mar 8 22:32:13 2020 +0100

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

diff --git a/NEWS b/NEWS
index c431a86..ee6db8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+1.6.6
+======
+- Dismiss critical notification when connecting to AC
+- Fix inhibiting xfce4-screensaver (Bug #16364)
+- settings: Move % sign out of spinbutton (Bug #15994)
+- panel-plugin: Toggle presentation mode on middle click
+- panel-plugin: Properly show 'About' menu item
+- panel-plugin: Add missing about callback
+- panel-plugin: Properly hook up about signal
+- panel-plugin: Replace deprecated call
+- Switch to symbolic window-close icons
+
 1.6.5
 ======
 - Improve size of critical power level spin
diff --git a/configure.ac.in b/configure.ac.in
index edc3d4c..78027f3 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], [5])
+m4_define([xfpm_version_micro], [6])
 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