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