[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 01/01: release 1.1.0

noreply at xfce.org noreply at xfce.org
Tue Nov 1 15:30:18 CET 2016


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-battery-plugin.

commit 05d6492e0942066b6ae904f7bef1ea702e152f42
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Nov 1 15:29:18 2016 +0100

    release 1.1.0
---
 NEWS            | 5 +++++
 configure.ac.in | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 7d37ba8..88bc79c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.1.0 (2016/11/01):
+===================
+* Fix progressbar css styling with Gtk 3.20
+* Set min-width/height to 4px
+
 1.0.99 (2016/06/05):
 ===================
 * port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
diff --git a/configure.ac.in b/configure.ac.in
index b842dde..b51e51d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,8 +11,8 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([battery_version_major], [1])
-m4_define([battery_version_minor], [0])
-m4_define([battery_version_micro], [99])
+m4_define([battery_version_minor], [1])
+m4_define([battery_version_micro], [0])
 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