parent
5c8c31d892
commit
6934556e1b
|
@ -1,3 +1,7 @@
|
||||||
|
2003-10-19 Bernhard Walle
|
||||||
|
* Polish translation was now added
|
||||||
|
* Released 0.2.2
|
||||||
|
|
||||||
2003-10-01 Bernhard Walle
|
2003-10-01 Bernhard Walle
|
||||||
* Fixed bug #972: The total value in the tooltip is now displayed with
|
* Fixed bug #972: The total value in the tooltip is now displayed with
|
||||||
fractional portion
|
fractional portion
|
||||||
|
|
|
@ -1748,7 +1748,7 @@ fi
|
||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=xfce4-netload-plugin
|
PACKAGE=xfce4-netload-plugin
|
||||||
VERSION=0.2.1
|
VERSION=0.2.2
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
@ -20712,7 +20712,7 @@ cat >>confdefs.h <<\_ACEOF
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
ALL_LINGUAS="de lt ca"
|
ALL_LINGUAS="de lt ca pl"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ AC_INIT([panel-plugin/netload.c])
|
||||||
|
|
||||||
AM_CONFIG_HEADER([config.h])
|
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
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ AC_CHECK_LIB(kstat, kstat_open, SOLLIBS="-lkstat -lsocket", SOLLIBS="")
|
||||||
AC_SUBST(SOLLIBS)
|
AC_SUBST(SOLLIBS)
|
||||||
|
|
||||||
dnl Check for i18n support
|
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
|
dnl configure the panel plugin
|
||||||
XFCE_PANEL_PLUGIN([XFCE4_PANEL], [3.99.2])
|
XFCE_PANEL_PLUGIN([XFCE4_PANEL], [3.99.2])
|
||||||
|
|
Loading…
Reference in New Issue