[Xfce4-commits] <xfce4-netload-plugin:master> Release 1.1.0

Mike Massonnet noreply at xfce.org
Fri Jan 13 13:06:01 CET 2012


Updating branch refs/heads/master
         to 67e5d385973b4aead0a35371d6b64ea472acfca0 (commit)
       from a331712b49e66b53de8fe0300f46e352ab847314 (commit)

commit 67e5d385973b4aead0a35371d6b64ea472acfca0
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Fri Jan 13 12:58:59 2012 +0100

    Release 1.1.0

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

diff --git a/NEWS b/NEWS
index 68b6887..bcab65e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.1.0
+=====
+- Add option to show values in panel in addition to the bars, bug #7804
+- Format units automatically, bug #8280
+- Port to libxfce4ui, bug #7083
+- Fix two calls to snprintf, bug #7360
+
 1.0.0
 =====
 - Fix compatibility with Xfce 4.7+, fixing bug #6466
diff --git a/configure.ac.in b/configure.ac.in
index 3baaa14..5b4c212 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,10 +6,10 @@ dnl Copyright 2003 Benedikt Meurer <benedikt.meurer at unix-ag.uni-siegen.de>
 dnl Copyright 2010 Florian Rivoal <frivoal at xfce.org>
 dnl
 
-m4_define([netload_version],[1.0.0])
+m4_define([netload_version],[1.1.0])
 
 AC_INIT([xfce4-netload-plugin], [netload_version],
-	[xfce-goodies-dev at lists.berlios.de])
+	[goodies-dev at xfce.org])
 
 NETLOAD_VERSION=netload_version()
 AM_INIT_AUTOMAKE([xfce4-netload-plugin], [$NETLOAD_VERSION])
@@ -53,7 +53,7 @@ AC_CHECK_LIB(nsl, kstat_open, SOLLIBS="$SOLLIBS -linet_ntop", SOLLIBS="$SOLLIBS"
 AC_SUBST(SOLLIBS)
 
 dnl configure the panel plugin
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.7.0])
 
 dnl configure the libxfcegui4
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
@@ -73,4 +73,3 @@ icons/24x24/Makefile
 icons/48x48/Makefile
 icons/scalable/Makefile
 ])
-


More information about the Xfce4-commits mailing list