1 |
+ |
libstatgrab NEWS |
2 |
+ |
http://www.i-scream.org/libstatgrab/ |
3 |
+ |
|
4 |
+ |
$Id$ |
5 |
+ |
|
6 |
+ |
libstatgrab 0.8.2 (11 February 2004) |
7 |
+ |
|
8 |
+ |
* Fixes to add support for Solaris 6. |
9 |
+ |
* Python bindings available in extras directory. |
10 |
+ |
* Some tidying up of code. |
11 |
+ |
|
12 |
+ |
libstatgrab 0.8.1 (21 January 2004) |
13 |
+ |
|
14 |
+ |
* The library part of libstatgrab is now released under the LGPL. |
15 |
+ |
(the tools are still released under the GPL) |
16 |
+ |
* File descriptor leak fixed on Linux. |
17 |
+ |
* strlcpy/strlcat functions added for Solaris 7 to fix compile. |
18 |
+ |
* statgrab_init error behaviour fixed (primarly for Solaris 7). |
19 |
+ |
* Some incorrect #includes moved. |
20 |
+ |
* Significant speed increases to the Solaris disk mapping code in |
21 |
+ |
statgrab_init, which improves startup time. |
22 |
+ |
* Minor fix for saidar's -d flag and negative numbers. |
23 |
+ |
|
24 |
+ |
libstatgrab 0.8 (06 January 2004) |
25 |
+ |
|
26 |
+ |
* Support for Linux 2.6. |
27 |
+ |
* Support for Cygwin. |
28 |
+ |
* Use cNtNdNsN names on Solaris instead of sdN. |
29 |
+ |
* Fixes and optimisations to saidar. |
30 |
+ |
* Fixes to the --disable-saidar and --disable-statgrab configure flags. |
31 |
+ |
* New function to drop elevated privileges some OS's require. |
32 |
+ |
(after using the init function) |
33 |
+ |
|
34 |
|
libstatgrab 0.7 (22 October 2003) |
35 |
|
|
36 |
|
* Support for NetBSD 1.6.x. |