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.15 (14 July 2007) |
12 |
+ |
* Fix breakages in memory stats on OpenBSD that were introduced in |
13 |
+ |
the last release. |
14 |
+ |
(Thanks to David Love) |
15 |
+ |
* Update internal string functions and some related cleanups. |
16 |
+ |
(Thanks to David Love) |
17 |
+ |
* Fix compile warning on FreeBSD. |
18 |
+ |
|
19 |
+ |
libstatgrab 0.14 (08 January 2007) |
20 |
+ |
* Fix memory stats on OpenBSD. |
21 |
+ |
* Add colour support to saidar. |
22 |
+ |
(Thanks to Angelina Carlton) |
23 |
+ |
* Fix CPU stats on Solaris - swap and iowait were incorrectly reported. |
24 |
+ |
* Fix kstat related memory leaks on Solaris. |
25 |
+ |
(Thanks to Javier Donaire) |
26 |
+ |
* Fix network stats on some unusual Solaris setups. |
27 |
+ |
* Fix process time_spent on Linux. |
28 |
+ |
(Thanks to Fred Barnes) |
29 |
+ |
* Make interface up status check the link status as well. |
30 |
+ |
(Thanks to Michelangelo Vassallo) |
31 |
+ |
* Fix build on NetBSD 3. |
32 |
+ |
(Thanks to Wijnand Wiersma) |
33 |
+ |
* Rework curses detection code in the configure script. |
34 |
+ |
* Fix bug that caused saidar to crash when the window was rapidly resized. |
35 |
+ |
|
36 |
+ |
libstatgrab 0.13 (19 March 2006) |
37 |
+ |
* Fix build problems with recent linux kernels. |
38 |
+ |
* Make saidar truncate disk/inteface/mount names to fit in display. |
39 |
+ |
* Add WIN32 support using MINGW (not widely tested). |
40 |
+ |
* Fix network interface up/down status on Solaris. |
41 |
+ |
* Add extern "C" to header file to make linking with C++ code easier. |
42 |
+ |
* Fix statgrab to cope with filesystem paths containing dots. |
43 |
+ |
* Make NFS a legal filesystem type on all platforms. |
44 |
+ |
* A few minor build fixes. |
45 |
+ |
|
46 |
+ |
libstatgrab 0.12 (31 July 2005) |
47 |
+ |
* More details added to filesystem statistics. |
48 |
+ |
(Patches provided by Roman Neuhauser) |
49 |
+ |
* Rework Linux partition detection. |
50 |
+ |
* Fix compile error in network stats on Linux 2.6. |
51 |
+ |
(Patches provided by Scott Lampert) |
52 |
+ |
* Change name of duplex value in network interface stats. |
53 |
+ |
NOTE: this minor change breaks the API. |
54 |
+ |
* Manual pages for saidar, statgrab and the other tools. |
55 |
+ |
* Fix minor typo in statgrab usage output. |
56 |
+ |
* Support for Solaris 10. |
57 |
+ |
* Support for FreeBSD 7. |
58 |
+ |
|
59 |
+ |
libstatgrab 0.11.1 (03 March 2005) |
60 |
+ |
* Add NFS to list of supported filesystems. |
61 |
+ |
* Fix reporting of network interface duplex settings on Linux. |
62 |
+ |
* Fix saidar to support negative FS usage. |
63 |
+ |
|
64 |
+ |
libstatgrab 0.11 (09 November 2004) |
65 |
+ |
* Add support for HP-UX 11.11. |
66 |
+ |
(Patches provided by Roy Keene) |
67 |
+ |
* Minor fixes to statgrab mrtg tools. |
68 |
+ |
* Minor fixes to saidar. |
69 |
+ |
* Minor code cleanups and fixes to libstatgrab. |
70 |
+ |
|
71 |
|
libstatgrab 0.10.3 (24 August 2004) |
72 |
|
|
73 |
|
* Add -f flag to statgrab to display floating-point numbers multiplied |