4 |
|
$Id$ |
5 |
|
|
6 |
|
PLANS: We're now working towards a 1.0 release which is where we plan |
7 |
< |
to stabalise the API. We'll be doing test releases before hand, |
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.12 (?? July 2005) |
11 |
> |
libstatgrab 0.17 (21 February 2010) |
12 |
> |
* Provide iowait cpu information on Linux version 2.5.41 or later. |
13 |
> |
* Display data for ZFS on Solaris. |
14 |
> |
* Dynamically get list of valid filesystems on FreeBSD. |
15 |
> |
(Thanks to Baptiste Daroussin) |
16 |
> |
* Support FreeBSD 9. |
17 |
> |
* Use utmpx when available (required for FreeBSD 9). |
18 |
> |
(Thanks to Ed Schouten) |
19 |
> |
* Support larger amounts of memory on FreeBSD. |
20 |
> |
(Thanks to Tom Bird) |
21 |
> |
|
22 |
> |
libstatgrab 0.16 (13 March 2008) |
23 |
> |
* Fix saidar build on Solaris with Sun's compiler. |
24 |
> |
* Add support for FreeBSD 8.0. |
25 |
> |
* Fix build on "armel" Debian port. |
26 |
> |
(Thanks to Riku Voipio and Martin Guy) |
27 |
> |
* Fix statgrab-make-mrtg-config on machines with no swap. |
28 |
> |
(Thanks to Tom Carlson) |
29 |
> |
|
30 |
> |
libstatgrab 0.15 (14 July 2007) |
31 |
> |
* Fix breakages in memory stats on OpenBSD that were introduced in |
32 |
> |
the last release. |
33 |
> |
(Thanks to David Love) |
34 |
> |
* Update internal string functions and some related cleanups. |
35 |
> |
(Thanks to David Love) |
36 |
> |
* Fix compile warning on FreeBSD. |
37 |
> |
|
38 |
> |
libstatgrab 0.14 (08 January 2007) |
39 |
> |
* Fix memory stats on OpenBSD. |
40 |
> |
* Add colour support to saidar. |
41 |
> |
(Thanks to Angelina Carlton) |
42 |
> |
* Fix CPU stats on Solaris - swap and iowait were incorrectly reported. |
43 |
> |
* Fix kstat related memory leaks on Solaris. |
44 |
> |
(Thanks to Javier Donaire) |
45 |
> |
* Fix network stats on some unusual Solaris setups. |
46 |
> |
* Fix process time_spent on Linux. |
47 |
> |
(Thanks to Fred Barnes) |
48 |
> |
* Make interface up status check the link status as well. |
49 |
> |
(Thanks to Michelangelo Vassallo) |
50 |
> |
* Fix build on NetBSD 3. |
51 |
> |
(Thanks to Wijnand Wiersma) |
52 |
> |
* Rework curses detection code in the configure script. |
53 |
> |
* Fix bug that caused saidar to crash when the window was rapidly resized. |
54 |
> |
|
55 |
> |
libstatgrab 0.13 (19 March 2006) |
56 |
> |
* Fix build problems with recent linux kernels. |
57 |
> |
* Make saidar truncate disk/inteface/mount names to fit in display. |
58 |
> |
* Add WIN32 support using MINGW (not widely tested). |
59 |
> |
* Fix network interface up/down status on Solaris. |
60 |
> |
* Add extern "C" to header file to make linking with C++ code easier. |
61 |
> |
* Fix statgrab to cope with filesystem paths containing dots. |
62 |
> |
* Make NFS a legal filesystem type on all platforms. |
63 |
> |
* A few minor build fixes. |
64 |
> |
|
65 |
> |
libstatgrab 0.12 (31 July 2005) |
66 |
|
* More details added to filesystem statistics. |
67 |
|
(Patches provided by Roman Neuhauser) |
68 |
|
* Rework Linux partition detection. |
69 |
|
* Fix compile error in network stats on Linux 2.6. |
70 |
< |
(Patches provided by Scott Lampert) |
70 |
> |
(Patches provided by Scott Lampert) |
71 |
|
* Change name of duplex value in network interface stats. |
72 |
< |
NOTE: this minor change breaks the API. |
72 |
> |
NOTE: this minor change breaks the API. |
73 |
|
* Manual pages for saidar, statgrab and the other tools. |
74 |
|
* Fix minor typo in statgrab usage output. |
75 |
|
* Support for Solaris 10. |