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.13 (19 March 2006) |
12 |
+ |
* Fix build problems with recent linux kernels. |
13 |
+ |
* Make saidar truncate disk/inteface/mount names to fit in display. |
14 |
+ |
* Add WIN32 support using MINGW (not widely tested). |
15 |
+ |
* Fix network interface up/down status on Solaris. |
16 |
+ |
* Add extern "C" to header file to make linking with C++ code easier. |
17 |
+ |
* Fix statgrab to cope with filesystem paths containing dots. |
18 |
+ |
* Make NFS a legal filesystem type on all platforms. |
19 |
+ |
* A few minor build fixes. |
20 |
+ |
|
21 |
+ |
libstatgrab 0.12 (31 July 2005) |
22 |
+ |
* More details added to filesystem statistics. |
23 |
+ |
(Patches provided by Roman Neuhauser) |
24 |
+ |
* Rework Linux partition detection. |
25 |
+ |
* Fix compile error in network stats on Linux 2.6. |
26 |
+ |
(Patches provided by Scott Lampert) |
27 |
+ |
* Change name of duplex value in network interface stats. |
28 |
+ |
NOTE: this minor change breaks the API. |
29 |
+ |
* Manual pages for saidar, statgrab and the other tools. |
30 |
+ |
* Fix minor typo in statgrab usage output. |
31 |
+ |
* Support for Solaris 10. |
32 |
+ |
* Support for FreeBSD 7. |
33 |
+ |
|
34 |
+ |
libstatgrab 0.11.1 (03 March 2005) |
35 |
+ |
* Add NFS to list of supported filesystems. |
36 |
+ |
* Fix reporting of network interface duplex settings on Linux. |
37 |
+ |
* Fix saidar to support negative FS usage. |
38 |
+ |
|
39 |
+ |
libstatgrab 0.11 (09 November 2004) |
40 |
+ |
* Add support for HP-UX 11.11. |
41 |
+ |
(Patches provided by Roy Keene) |
42 |
+ |
* Minor fixes to statgrab mrtg tools. |
43 |
+ |
* Minor fixes to saidar. |
44 |
+ |
* Minor code cleanups and fixes to libstatgrab. |
45 |
+ |
|
46 |
+ |
libstatgrab 0.10.3 (24 August 2004) |
47 |
+ |
|
48 |
+ |
* Add -f flag to statgrab to display floating-point numbers multiplied |
49 |
+ |
by an integer. |
50 |
+ |
* Add -K, -M and -G flags to statgrab to show byte counts in kibibytes, |
51 |
+ |
mebibytes or gibibytes. |
52 |
+ |
* Make statgrab-make-mrtg-config use the new flags to scale extremely |
53 |
+ |
large or small numbers so that mrtg can handle them. |
54 |
+ |
* Make statgrab-make-mrtg-config automatically detect network interface |
55 |
+ |
speeds. |
56 |
+ |
* Add support for FreeBSD 6.0-CURRENT. |
57 |
+ |
|
58 |
|
libstatgrab 0.10.2 (27 July 2004) |
59 |
|
|
60 |
|
* Fix shared library version that when backwards in 0.10.1. |
172 |
|
* Network stats wrap-around bug fixed on Linux and FreeBSD |
173 |
|
* Linux now reads disk information from /proc/partitions if available. |
174 |
|
This results in it getting data for all the disks. |
175 |
< |
* An additional tool, statgrab, has been added to allow external programs |
175 |
> |
* An additional tool, statgrab, has been added to allow external programs |
176 |
|
to easily parse statistics generated by libstatgrab. |
177 |
|
* Scripts to generate MRTG (www.mrtg.org) configs with statgrab have |
178 |
|
been added. This allows graphs to be generated from system stats. |