[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Aug 12 00:46:38 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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 b9a6d53aabe8bbf79f6a1629616cbf694d4b651a
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Aug 11 19:46:19 2019 -0300
Updates for release
---
NEWS | 8 ++++++++
configure.ac.in | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a6b086a..c431a86 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.6.5
+======
+- Improve size of critical power level spin
+- Correctly hide brightness label (Bug #14649)
+- Replace GtkStock buttons
+- Add icons to close and help buttons in prefs
+- Translation Updates: Galician, Norwegian Bokmål, Portuguese (Brazil)
+
1.6.4
======
- Make inhibition affect dimming and inactivity action (Bug #14687)
diff --git a/configure.ac.in b/configure.ac.in
index 4c36a69..4640728 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], [4])
+m4_define([xfpm_version_micro], [5])
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