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