Release 1.0.0

master
Florian Rivoal 2010-12-08 11:59:21 +09:00
parent f1c7c550d7
commit c9b4ca7a07
3 changed files with 1661 additions and 126 deletions

1782
ChangeLog

File diff suppressed because it is too large Load Diff

15
NEWS
View File

@ -0,0 +1,15 @@
1.0.0
=====
- Fix compatibility with Xfce 4.7+, fixing bug #6466
- Translated in 23 more languages, for a total of 36, 32 of which are fully translations
- Re-license under GPL2 or later
- Add support for GNU/kFreeBSD, fixing bug #3043
- Add support for DragonFly BSD, fixing bug #1456
- Add a Unique icon, Fixing bug #6864
- Upgrade from GtkTooltips to GtkTooltip, fixing bug #5177
- Fix bar colors for some theme engines, fixing bug #1889
- Fix buffer overflow, fixin bug #6026
- Fix sizes to fit better in the panel, and with other plugins
- Build fixes for compatibility with different version of libtool
- Use xfce titled dialog for the options
- Don't report errors if the interface has no IP address yet, fixing bug #1158

View File

@ -6,7 +6,7 @@ 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],[0.4.0]) m4_define([netload_version],[1.0.0])
AC_INIT([xfce4-netload-plugin], [netload_version], AC_INIT([xfce4-netload-plugin], [netload_version],
[xfce-goodies-dev@lists.berlios.de]) [xfce-goodies-dev@lists.berlios.de])