New version 0.2.2

(Old svn revision: 320)
master
Bernhard Walle 2003-10-19 09:03:57 +00:00
parent 5c8c31d892
commit 6934556e1b
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2003-10-19 Bernhard Walle
* Polish translation was now added
* Released 0.2.2
2003-10-01 Bernhard Walle
* Fixed bug #972: The total value in the tooltip is now displayed with
fractional portion

4
configure vendored
View File

@ -1748,7 +1748,7 @@ fi
# Define the identity of the package.
PACKAGE=xfce4-netload-plugin
VERSION=0.2.1
VERSION=0.2.2
cat >>confdefs.h <<_ACEOF
@ -20712,7 +20712,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
ALL_LINGUAS="de lt ca"
ALL_LINGUAS="de lt ca pl"

View File

@ -9,7 +9,7 @@ AC_INIT([panel-plugin/netload.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([xfce4-netload-plugin], [0.2.1])
AM_INIT_AUTOMAKE([xfce4-netload-plugin], [0.2.2])
AM_MAINTAINER_MODE
@ -47,7 +47,7 @@ AC_CHECK_LIB(kstat, kstat_open, SOLLIBS="-lkstat -lsocket", SOLLIBS="")
AC_SUBST(SOLLIBS)
dnl Check for i18n support
BM_I18N([xfce4-netload], [de lt ca])
BM_I18N([xfce4-netload], [de lt ca pl])
dnl configure the panel plugin
XFCE_PANEL_PLUGIN([XFCE4_PANEL], [3.99.2])