New release. Converted spaces to tab

(Old svn revision: 341)
master
Bernhard Walle 2005-02-04 18:19:46 +00:00
parent cf3e10adc6
commit 4f3001483a
1 changed files with 66 additions and 58 deletions

124
ChangeLog
View File

@ -1,92 +1,100 @@
2005-02-04 Bernhard Walle
* BUGFIX: Close the open socket. Obsoletes version 0.3.0. Don't use
0.3.0 any more, it prevents the panel from opening new files after
a while!
* Released 0.3.1.
2005-02-04 Bernhard Walle 2005-02-04 Bernhard Walle
* Added IP address and network interface name to the tooltip * Added IP address and network interface name to the tooltip
(thanks to Pasi Orovuo for the suggestion) (thanks to Pasi Orovuo for the suggestion)
* Released 0.3.0 * Released 0.3.0
2005-01-10 Bernhard Walle 2005-01-10 Bernhard Walle
* Changed size so that in Xfce 4.2 the panel height does not increase * Changed size so that in Xfce 4.2 the panel height does not increase
because of the plugin because of the plugin
* Released 0.2.4. * Released 0.2.4.
2004-08-01 Bernhard Walle 2004-08-01 Bernhard Walle
* Made the plugin thread-safe and so compatible with recent developement * Made the plugin thread-safe and so compatible with recent developement
versions of Xfce versions of Xfce
* Released 0.2.3 * Released 0.2.3
2004-06-27 Bernhard Walle 2004-06-27 Bernhard Walle
* Updated Catalan translation, thanks to Carles Muñoz Gorriz * Updated Catalan translation, thanks to Carles Muñoz Gorriz
2003-10-19 Bernhard Walle 2003-10-19 Bernhard Walle
* Polish translation was now added * Polish translation was now added
* Released 0.2.2 * 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
* Fixed bug #962: Any errors about wrong configuration are now only * Fixed bug #962: Any errors about wrong configuration are now only
displayed in a dialog after changing configuration and not after displayed in a dialog after changing configuration and not after
startup. This should help users whose network device is created after startup. This should help users whose network device is created after
dialing-in. dialing-in.
* Released 0.2.1 * Released 0.2.1
2003-09-13 Bernhard Walle 2003-09-13 Bernhard Walle
* Added MacOS X support since it was added in Wormulon. Thanks to Hendrik * Added MacOS X support since it was added in Wormulon. Thanks to
Scholz for his work on Wormulon. Hendrik Scholz for his work on Wormulon.
* Released 0.2.0 * Released 0.2.0
2003-09-06 Bernhard Walle 2003-09-06 Bernhard Walle
* added error message if the network device could not be found or if * added error message if the network device could not be found or if
/proc/net/dev could not be opened /proc/net/dev could not be opened
* changed "ms" to "s" because that was wrong * changed "ms" to "s" because that was wrong
* Released 0.2.0pre6 * Released 0.2.0pre6
2003-08-31 Bernhard Walle 2003-08-31 Bernhard Walle
* Fixed problem with unnecessary calls of init_netload(). * Fixed problem with unnecessary calls of init_netload().
* Call init_osspecific() on the right place. This caused the plugin not to * Call init_osspecific() on the right place. This caused the plugin not to
work on (at least) NetBSD. work on (at least) NetBSD.
* Tested successfully on NetBSD and Solaris 8 (thanks to Benedikt Meurer and * Tested successfully on NetBSD and Solaris 8 (thanks to Benedikt Meurer and
Sourceforge Compile Farm). Sourceforge Compile Farm).
* Released 0.2.0pre5. * Released 0.2.0pre5.
2003-08-27 Bernhard Walle 2003-08-27 Bernhard Walle
* Fixed compile problem on NetBSD and OpenBSD. * Fixed compile problem on NetBSD and OpenBSD.
* Released 0.2.0pre4. * Released 0.2.0pre4.
2003-08-26 Bernhard Walle 2003-08-26 Bernhard Walle
* Implemented configurable update interval. * Implemented configurable update interval.
* Fixed small bug with operating system specific data initialization. * Fixed small bug with operating system specific data initialization.
* Improved the automatic maximum function. * Improved the automatic maximum function.
* Released 0.2.0pre3 which is the next test version for 0.2.0. * Released 0.2.0pre3 which is the next test version for 0.2.0.
2003-08-25 Bernhard Walle 2003-08-25 Bernhard Walle
* Changed all static variables to a structure which is given the function * Changed all static variables to a structure which is given the function
as a parameter. This makes more than one instance of the plugin possible. as a parameter. This makes more than one instance of the plugin possible.
* Released 0.2.0pre2 which is the next test version for 0.2.0. * Released 0.2.0pre2 which is the next test version for 0.2.0.
2003-08-24 Bernhard Walle 2003-08-24 Bernhard Walle
* Using the last four measures in history so it's easier to read. * Using the last four measures in history so it's easier to read.
* Automatic maximum now really works. * Automatic maximum now really works.
* Using kilobytes for displaying. * Using kilobytes for displaying.
* Using thousands separators of the current locale for so that it's easier * Using thousands separators of the current locale for so that it's
to read. Since this feature is not available on in printf() according the easier to read. Since this feature is not available on in printf()
ISO C99 standard I implemented this myself. This code may contain bugs. according the ISO C99 standard I implemented this myself. This code
* Dropped use of libgtop2 library. New code is based on Wormulon may contain bugs.
(http://www.raisdorf.net/wormulon/) the operating systems Linux, FreeBSD, * Dropped use of libgtop2 library. New code is based on Wormulon
OpenBSD, NetBSD, Sun Solaris and HP_UX (Hewlett-Packard) are directly (http://www.raisdorf.net/wormulon/) the operating systems Linux,
supported. *BSD without use of kvm. FreeBSD, OpenBSD, NetBSD, Sun Solaris and HP_UX (Hewlett-Packard) are
* Maximum is configurable. directly supported. *BSD without use of kvm.
* Released 0.2.0pre1 which is a test version for 0.2.0. * Maximum is configurable.
* Released 0.2.0pre1 which is a test version for 0.2.0.
2003-08-17 Bernhard Walle 2003-08-17 Bernhard Walle
* Added support for other operating systems via libgtop2. Linux and FreeBSD * Added support for other operating systems via libgtop2. Linux and
code is still implemented without libgtop2 but this may change in future. FreeBSD code is still implemented without libgtop2 but this may change
* Changed "bit/s" string to "byte/s" since the value *is* in byte/s. in future.
Translators may update their translated strings, for the German * Changed "bit/s" string to "byte/s" since the value *is* in byte/s.
translation I did this already. Translators may update their translated strings, for the German
* Changed license to GNU General Public License since linking to the translation I did this already.
libgtop2 library requires this. (libgtop2 is *not* LGPL) * Changed license to GNU General Public License since linking to the
* See also i18n changes in po/ChangeLog libgtop2 library requires this. (libgtop2 is *not* LGPL)
* released 0.1.9 which is a test version for 0.2.0 * See also i18n changes in po/ChangeLog
* released 0.1.9 which is a test version for 0.2.0
2003-08-12 Bernhard Walle 2003-08-12 Bernhard Walle
* released 0.1.2 * released 0.1.2