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