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

noreply at xfce.org noreply at xfce.org
Thu Mar 5 23:59:35 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       m   a   s   t   e   r   
   in repository xfce/xfce4-power-manager.

commit 6c1be30a1d378719d955c5d96a8b9cb2bb07d1fa
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Mar 5 23:58:53 2020 +0100

    Updates for release
---
 NEWS            | 25 +++++++++++++++++++++++++
 configure.ac.in |  6 +++---
 2 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index c431a86..e47aaca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+1.7.0
+======
+This is a development release.
+- Fix inhibiting xfce4-screensaver (Bug #16364)
+- Fix indentation (makes git blame harder, but code more readable)
+- settings: Unclutter system and display tabs
+- settings: Move % sign out of spinbutton (Bug #15994)
+- Switch to symbolic window-close icons
+- Dismiss critical notification when connecting to AC
+- Make brightness steps configurable (Bug #12062)
+- Allow compilation with panel 4.15
+- panel-plugin: Properly show 'About' menu item
+- panel-plugin: Add (optional) Presentation mode indicator (Bug #15773)
+- panel-plugin: Toggle presentation mode on middle click
+- panel-plugin: Add warning color to presentation mode indicator
+- panel-plugin: Use GtkSwitch for Presentation mode
+- panel-plugin: Replace deprecated call
+- systray: Ensure presentation mode can be toggled (Bug #16337)
+- Translation Updates:
+  Albanian, Arabic, Belarusian, Catalan, Chinese (China), Chinese
+  (Taiwan), Croatian, Czech, Danish, Dutch, Finnish, French, Galician,
+  German, Greek, Hebrew, Italian, Japanese, Kazakh, Korean, Lithuanian,
+  Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian,
+  Serbian, Slovak, Slovenian, Spanish, Turkish
+
 1.6.5
 ======
 - Improve size of critical power level spin
diff --git a/configure.ac.in b/configure.ac.in
index edc3d4c..9028260 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_minor], [7])
+m4_define([xfpm_version_micro], [0])
 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