2003-08-25 04:07:08 +08:00
|
|
|
2003-08-24 Bernhard Walle
|
|
|
|
* Using the last four measures in history so it's easier to read.
|
|
|
|
* Automatic maximum now really works.
|
|
|
|
* Using kilobytes for displaying.
|
|
|
|
* Using thousands separators of the current locale for so that it's easier
|
|
|
|
to read. Since this feature is not available on in printf() 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
|
|
|
|
(http://www.raisdorf.net/wormulon/) the operating systems Linux, FreeBSD,
|
|
|
|
OpenBSD, NetBSD, Sun Solaris and HP_UX (Hewlett-Packard) are directly
|
|
|
|
supported. *BSD without use of kvm.
|
|
|
|
* Maximum is configurable.
|
|
|
|
* Released 0.2.0pre1 which is a test version for 0.2.0.
|
|
|
|
|
2003-08-18 02:59:41 +08:00
|
|
|
2003-08-17 Bernhard Walle
|
2003-08-25 04:07:08 +08:00
|
|
|
* Added support for other operating systems via libgtop2. Linux and 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.
|
|
|
|
Translators may update their translated strings, for the German
|
|
|
|
translation I did this already.
|
|
|
|
* Changed license to GNU General Public License since linking to the
|
|
|
|
libgtop2 library requires this. (libgtop2 is *not* LGPL)
|
2003-08-18 02:59:41 +08:00
|
|
|
* See also i18n changes in po/ChangeLog
|
|
|
|
* released 0.1.9 which is a test version for 0.2.0
|
|
|
|
|
2003-08-14 02:14:27 +08:00
|
|
|
2003-08-12 Bernhard Walle
|
|
|
|
* released 0.1.2
|
|
|
|
* corrected Linux code which was broken by the last fix
|
|
|
|
* added configure macros for testing the operating system
|
|
|
|
and the critical header files
|
|
|
|
* separated implementation for different operating system
|
|
|
|
* released 0.1.3
|
|
|
|
* small fixes for --enable-debug=full (unused variable,
|
|
|
|
forgotten import)
|
|
|
|
|
|
|
|
2003-08-11 Bernhard Walle
|
|
|
|
* released 0.1.1
|
|
|
|
* corrected FreeBSD code.
|
|
|
|
Thanks to Shadoe <shadoe@shadoegrounds.com>
|
|
|
|
|
|
|
|
2003-08-10 Bernhard Walle
|
|
|
|
* initial release 0.1.0
|
|
|
|
|
|
|
|
|