[Xfce4-commits] <xfce4-systemload-plugin:master> updates for 1.1.0
Landry Breuil
noreply at xfce.org
Wed Apr 18 18:38:05 CEST 2012
Updating branch refs/heads/master
to 1fe7afb32fe4381606badff1cec2351744808009 (commit)
from 71045d561e33a1484502ec3e552cc6ed22a34566 (commit)
commit 1fe7afb32fe4381606badff1cec2351744808009
Author: Landry Breuil <landry at xfce.org>
Date: Wed Apr 18 18:20:58 2012 +0200
updates for 1.1.0
NEWS | 15 +++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 35153ad..1cad2bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.1.0 (2012/04/18)
+-----------------
+- Fix progressbar width in vertical mode
+- Added about dialog
+- Use a single label to show uptime, either 'X days' (if > 0) or 'hh:mm' (bug #8348)
+- Add support for Solaris (bug #5743)
+- Fix memory size overflow with > 3.5GB on FreeBSD
+- Build the plugin as a module
+- Added a power-saving interval option using upower (if present at build time)
+- Added an update interval option (bug #7507)
+- Rewritten configuration dialog
+- Conditional retrieval of system stats (should use less resources!)
+- Port to libxfce4ui (bug #7077)
+- Fix transparency issues (bug #7345)
+
1.0.0 (2010/12/10)
-----------------
- Translated into 34 languages, including 13 with a complete translation
diff --git a/configure.ac.in b/configure.ac.in
index e989dda..1594991 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([systemload_version_major], [1])
-m4_define([systemload_version_minor], [0])
+m4_define([systemload_version_minor], [1])
m4_define([systemload_version_micro], [0])
m4_define([systemload_version_build], [r at REVISION@])
-m4_define([systemload_version_tag], [git])
+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()])])
dnl ***************************
More information about the Xfce4-commits
mailing list