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

noreply at xfce.org noreply at xfce.org
Tue Aug 13 12:49:19 CEST 2019


This is an automated email from the git hooks/post-receive script.

l   a   n   d   r   y       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 e2b93f72c227c1114f603c54f0ec455bbae33c17
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Aug 13 12:39:42 2019 +0200

    Updates for release
---
 NEWS            | 8 ++++++++
 configure.ac.in | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 3ab01a2..111a17b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.1.3 (2019/09/13):
+===================
+* Fix some warnings reported by Clang (Bug #15037)
+* Avoid unnecessary strdup (Bug #15196)
+* Replace GtkStock buttons
+* New translation for hy_AM
+* Lots of other translations updates
+
 1.1.2 (2019/01/13):
 ===================
 * Listen for UPower events for power source changes (Bug #14978, thanks to Alexander Butenko)
diff --git a/configure.ac.in b/configure.ac.in
index 55c7d55..7a9388a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([battery_version_major], [1])
 m4_define([battery_version_minor], [1])
-m4_define([battery_version_micro], [2])
+m4_define([battery_version_micro], [3])
 m4_define([battery_version_build], [r at REVISION@])
 m4_define([battery_version_tag], [git])
 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()])])

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


More information about the Xfce4-commits mailing list