[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/01: Release 1.2.0
noreply at xfce.org
noreply at xfce.org
Tue Nov 1 15:39:44 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-systemload-plugin.
commit e128e88b1b18dd93cde9604c94ea3ff8b3f53a63
Author: Landry Breuil <landry at xfce.org>
Date: Tue Nov 1 15:38:56 2016 +0100
Release 1.2.0
---
NEWS | 5 +++++
configure.ac.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4b239ee..25cf3c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.2.0 (2016/11/01)
+-----------------
+- set progressbar trough and color minimal width/height to 4px so that it looks like with gtk+2
+- Use MemAvailable on Linux 3.14+ (#12686)
+
1.1.99 (2016/06/05)
-----------------
- port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
diff --git a/configure.ac.in b/configure.ac.in
index 2f4a41b..f55a852 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,8 +8,8 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([systemload_version_major], [1])
-m4_define([systemload_version_minor], [1])
-m4_define([systemload_version_micro], [99])
+m4_define([systemload_version_minor], [2])
+m4_define([systemload_version_micro], [0])
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