[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 01/02: Updates for release

noreply at xfce.org noreply at xfce.org
Sun Jan 13 17:27:47 CET 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 panel-plugins/xfce4-battery-plugin.

commit 6f3bba6a0fe53eca2a160238ebc7bff3339cce28
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Jan 13 13:21:07 2019 -0300

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

diff --git a/NEWS b/NEWS
index e651a08..3ab01a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.1.2 (2019/01/13):
+===================
+* Listen for UPower events for power source changes (Bug #14978, thanks to Alexander Butenko)
+* Reset averages when a battery is removed/added (Bug #14930, thanks to John Lindgren)
+* Re-detect battery presence every 30 seconds (Bug #14930, thanks to John Lindgren)
+* Fix null pointer dereference with no battery present (Bug #14930, thanks to John Lindgren)
+* Remove deprecated /proc/acpi support in favor of sysfs. (Thanks to John Lindgren)
+* Remove APM support on FreeBSD as well, it doesn't even build. (Thanks to John Lindgren)
+* Remove historical APM support for Linux, support ACPI only. (Thanks to John Lindgren)
+* Initially show/hide widgets according to user config (Bug #9594, thanks to John Lindgren)
+
 1.1.1 (2018/09/22):
 ===================
 * Avoid memory leaks
diff --git a/configure.ac.in b/configure.ac.in
index ce29131..ee82eaf 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,9 +12,9 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([battery_version_major], [1])
 m4_define([battery_version_minor], [1])
-m4_define([battery_version_micro], [1])
+m4_define([battery_version_micro], [2])
 m4_define([battery_version_build], [r at REVISION@])
-m4_define([battery_version_tag], [git])
+m4_define([battery_version_tag], [])
 m4_define([battery_version], [battery_version_major().battery_version_minor().battery_version_micro()ifelse(battery_version_tag(), [svn], [battery_version_tag()-battery_version_build()], [battery_version_tag()])])
 
 dnl ***************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list