[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 02/03: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Sep 22 22:53:10 CEST 2018
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 06b31b0fb4794b5b38e45ffb35be966e57d0a632
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Sep 22 17:42:46 2018 -0300
Updates for release
---
NEWS | 8 ++++++++
configure.ac.in | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 72614d3..e651a08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.1.1 (2018/09/22):
+===================
+* Avoid memory leaks
+* Bump to minimal Gtk to 3.16
+* Only set progressbar width or height depending on the orientation (Bug #12942)
+* Create a single GtkCssProvider in setup_battmon() (Bug #12975)
+* Improved spacing and layout in dialogs (Bug #14659)
+
1.1.0 (2016/11/01):
===================
* Fix progressbar css styling with Gtk 3.20
diff --git a/configure.ac.in b/configure.ac.in
index a198b62..f57b5fa 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], [0])
+m4_define([battery_version_micro], [1])
m4_define([battery_version_build], [r at REVISION@])
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()])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list