parent
cf3e10adc6
commit
4f3001483a
28
ChangeLog
28
ChangeLog
|
@ -1,3 +1,9 @@
|
||||||
|
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)
|
||||||
|
@ -30,8 +36,8 @@
|
||||||
* 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
|
||||||
|
@ -67,19 +73,21 @@
|
||||||
* 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
|
||||||
|
may contain bugs.
|
||||||
* Dropped use of libgtop2 library. New code is based on Wormulon
|
* Dropped use of libgtop2 library. New code is based on Wormulon
|
||||||
(http://www.raisdorf.net/wormulon/) the operating systems Linux, FreeBSD,
|
(http://www.raisdorf.net/wormulon/) the operating systems Linux,
|
||||||
OpenBSD, NetBSD, Sun Solaris and HP_UX (Hewlett-Packard) are directly
|
FreeBSD, OpenBSD, NetBSD, Sun Solaris and HP_UX (Hewlett-Packard) are
|
||||||
supported. *BSD without use of kvm.
|
directly supported. *BSD without use of kvm.
|
||||||
* Maximum is configurable.
|
* Maximum is configurable.
|
||||||
* Released 0.2.0pre1 which is a test version for 0.2.0.
|
* 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
|
||||||
|
in future.
|
||||||
* Changed "bit/s" string to "byte/s" since the value *is* in byte/s.
|
* Changed "bit/s" string to "byte/s" since the value *is* in byte/s.
|
||||||
Translators may update their translated strings, for the German
|
Translators may update their translated strings, for the German
|
||||||
translation I did this already.
|
translation I did this already.
|
||||||
|
|
Loading…
Reference in New Issue