Release 1.1.0

master
Mike Massonnet 2012-01-13 12:58:59 +01:00
parent a331712b49
commit 67e5d38597
2 changed files with 10 additions and 4 deletions

7
NEWS
View File

@ -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

View File

@ -6,10 +6,10 @@ dnl Copyright 2003 Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
dnl Copyright 2010 Florian Rivoal <frivoal@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@lists.berlios.de])
[goodies-dev@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
])