1 |
< |
libstatgrab 0.7.1 (06 January 2004) |
1 |
> |
libstatgrab NEWS |
2 |
> |
http://www.i-scream.org/libstatgrab/ |
3 |
|
|
4 |
+ |
$Id$ |
5 |
+ |
|
6 |
+ |
libstatgrab 0.9 (10 March 2004) |
7 |
+ |
|
8 |
+ |
* Added network interface information: |
9 |
+ |
speed, duplex, up/down. |
10 |
+ |
* Added more statistics on network interfaces: |
11 |
+ |
i/o packets, i/o errors, and collisions. |
12 |
+ |
* Added support for OpenBSD 3.3. |
13 |
+ |
* Added support for DragonFly BSD 1.0. |
14 |
+ |
* No longer need elevated privileges on most platforms: |
15 |
+ |
FreeBSD 5, NetBSD, and OpenBSD. |
16 |
+ |
* Minor changes to the return types of the python bindings functions. |
17 |
+ |
|
18 |
+ |
* PLEASE NOTE: this will break binary (only) compatibility. |
19 |
+ |
|
20 |
+ |
libstatgrab 0.8.2 (11 February 2004) |
21 |
+ |
|
22 |
+ |
* Fixes to add support for Solaris 6. |
23 |
+ |
* Python bindings available in extras directory. |
24 |
+ |
* Some tidying up of code. |
25 |
+ |
|
26 |
+ |
libstatgrab 0.8.1 (21 January 2004) |
27 |
+ |
|
28 |
+ |
* The library part of libstatgrab is now released under the LGPL. |
29 |
+ |
(the tools are still released under the GPL) |
30 |
+ |
* File descriptor leak fixed on Linux. |
31 |
+ |
* strlcpy/strlcat functions added for Solaris 7 to fix compile. |
32 |
+ |
* statgrab_init error behaviour fixed (primarly for Solaris 7). |
33 |
+ |
* Some incorrect #includes moved. |
34 |
+ |
* Significant speed increases to the Solaris disk mapping code in |
35 |
+ |
statgrab_init, which improves startup time. |
36 |
+ |
* Minor fix for saidar's -d flag and negative numbers. |
37 |
+ |
|
38 |
+ |
libstatgrab 0.8 (06 January 2004) |
39 |
+ |
|
40 |
|
* Support for Linux 2.6. |
41 |
|
* Support for Cygwin. |
42 |
|
* Use cNtNdNsN names on Solaris instead of sdN. |
43 |
|
* Fixes and optimisations to saidar. |
44 |
|
* Fixes to the --disable-saidar and --disable-statgrab configure flags. |
45 |
+ |
* New function to drop elevated privileges some OS's require. |
46 |
+ |
(after using the init function) |
47 |
|
|
48 |
|
libstatgrab 0.7 (22 October 2003) |
49 |
|
|