[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 02/02: release 1.2.1
noreply at xfce.org
noreply at xfce.org
Thu Feb 9 20:43:07 CET 2017
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-systemload-plugin.
commit 613dfe12028ccb5b4b4a9f32dec169dc2be2bf10
Author: Landry Breuil <landry at xfce.org>
Date: Thu Feb 9 20:43:13 2017 +0100
release 1.2.1
---
NEWS | 7 +++++++
configure.ac.in | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 25cf3c6..8351ec6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.2.1 (2017/02/09)
+-----------------
+- rework sizing of the progressbar (#12948, #12974)
+- rework the use of GtkCssProvider to use a singleton
+- fix progressbar color with Gtk 3.16/3.18
+- da, is and oc translation updates
+
1.2.0 (2016/11/01)
-----------------
- set progressbar trough and color minimal width/height to 4px so that it looks like with gtk+2
diff --git a/configure.ac.in b/configure.ac.in
index f55a852..fcb42ea 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,7 +9,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([systemload_version_major], [1])
m4_define([systemload_version_minor], [2])
-m4_define([systemload_version_micro], [0])
+m4_define([systemload_version_micro], [1])
m4_define([systemload_version_build], [r at REVISION@])
m4_define([systemload_version_tag], [])
m4_define([systemload_version], [systemload_version_major().systemload_version_minor().systemload_version_micro()ifelse(systemload_version_tag(), [git], [systemload_version_tag()-systemload_version_build()], [systemload_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