Release 1.1.0
parent
a331712b49
commit
67e5d38597
7
NEWS
7
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
|
1.0.0
|
||||||
=====
|
=====
|
||||||
- Fix compatibility with Xfce 4.7+, fixing bug #6466
|
- Fix compatibility with Xfce 4.7+, fixing bug #6466
|
||||||
|
|
|
@ -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 Copyright 2010 Florian Rivoal <frivoal@xfce.org>
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
m4_define([netload_version],[1.0.0])
|
m4_define([netload_version],[1.1.0])
|
||||||
|
|
||||||
AC_INIT([xfce4-netload-plugin], [netload_version],
|
AC_INIT([xfce4-netload-plugin], [netload_version],
|
||||||
[xfce-goodies-dev@lists.berlios.de])
|
[goodies-dev@xfce.org])
|
||||||
|
|
||||||
NETLOAD_VERSION=netload_version()
|
NETLOAD_VERSION=netload_version()
|
||||||
AM_INIT_AUTOMAKE([xfce4-netload-plugin], [$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)
|
AC_SUBST(SOLLIBS)
|
||||||
|
|
||||||
dnl configure the panel plugin
|
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
|
dnl configure the libxfcegui4
|
||||||
XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
|
XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
|
||||||
|
@ -73,4 +73,3 @@ icons/24x24/Makefile
|
||||||
icons/48x48/Makefile
|
icons/48x48/Makefile
|
||||||
icons/scalable/Makefile
|
icons/scalable/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue