3 |
|
|
4 |
|
$Id$ |
5 |
|
|
6 |
+ |
PLANS: We're now working towards a 1.0 release which is where we plan |
7 |
+ |
to stabilise the API. We'll be doing test releases before hand, |
8 |
+ |
but as always we'll like to hear about any bugs found in the |
9 |
+ |
current release. |
10 |
+ |
|
11 |
+ |
libstatgrab 0.14 (?? December 2006) |
12 |
+ |
* Fix memory stats on OpenBSD. |
13 |
+ |
* Add colour support to saidar. |
14 |
+ |
(Thanks to Angelina Carlton) |
15 |
+ |
* Fix CPU stats on Solaris - swap and iowait were incorrectly reported. |
16 |
+ |
* Fix kstat related memory leaks on Solaris. |
17 |
+ |
(Thanks to Javier Donaire) |
18 |
+ |
* Fix network stats on some unusual Solaris setups. |
19 |
+ |
* Fix process time_spent on Linux. |
20 |
+ |
(Thanks to Fred Barnes) |
21 |
+ |
* Make interface up status check the link status as well. |
22 |
+ |
(Thanks to Michelangelo Vassallo) |
23 |
+ |
* Fix build on NetBSD 3. |
24 |
+ |
(Thanks to Wijnand Wiersma) |
25 |
+ |
* Rework curses detection code in the configure script. |
26 |
+ |
|
27 |
+ |
libstatgrab 0.13 (19 March 2006) |
28 |
+ |
* Fix build problems with recent linux kernels. |
29 |
+ |
* Make saidar truncate disk/inteface/mount names to fit in display. |
30 |
+ |
* Add WIN32 support using MINGW (not widely tested). |
31 |
+ |
* Fix network interface up/down status on Solaris. |
32 |
+ |
* Add extern "C" to header file to make linking with C++ code easier. |
33 |
+ |
* Fix statgrab to cope with filesystem paths containing dots. |
34 |
+ |
* Make NFS a legal filesystem type on all platforms. |
35 |
+ |
* A few minor build fixes. |
36 |
+ |
|
37 |
+ |
libstatgrab 0.12 (31 July 2005) |
38 |
+ |
* More details added to filesystem statistics. |
39 |
+ |
(Patches provided by Roman Neuhauser) |
40 |
+ |
* Rework Linux partition detection. |
41 |
+ |
* Fix compile error in network stats on Linux 2.6. |
42 |
+ |
(Patches provided by Scott Lampert) |
43 |
+ |
* Change name of duplex value in network interface stats. |
44 |
+ |
NOTE: this minor change breaks the API. |
45 |
+ |
* Manual pages for saidar, statgrab and the other tools. |
46 |
+ |
* Fix minor typo in statgrab usage output. |
47 |
+ |
* Support for Solaris 10. |
48 |
+ |
* Support for FreeBSD 7. |
49 |
+ |
|
50 |
+ |
libstatgrab 0.11.1 (03 March 2005) |
51 |
+ |
* Add NFS to list of supported filesystems. |
52 |
+ |
* Fix reporting of network interface duplex settings on Linux. |
53 |
+ |
* Fix saidar to support negative FS usage. |
54 |
+ |
|
55 |
+ |
libstatgrab 0.11 (09 November 2004) |
56 |
+ |
* Add support for HP-UX 11.11. |
57 |
+ |
(Patches provided by Roy Keene) |
58 |
+ |
* Minor fixes to statgrab mrtg tools. |
59 |
+ |
* Minor fixes to saidar. |
60 |
+ |
* Minor code cleanups and fixes to libstatgrab. |
61 |
+ |
|
62 |
|
libstatgrab 0.10.3 (24 August 2004) |
63 |
|
|
64 |
|
* Add -f flag to statgrab to display floating-point numbers multiplied |