ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/NEWS
(Generate patch)

Comparing projects/libstatgrab/NEWS (file contents):
Revision 1.25 by tdb, Tue Mar 9 12:25:38 2004 UTC vs.
Revision 1.31 by ats, Mon Aug 23 14:56:35 2004 UTC

# Line 3 | Line 3 | http://www.i-scream.org/libstatgrab/
3  
4   $Id$
5  
6 + libstatgrab 0.10.3 (23 August 2004)
7 +
8 + * Add -f flag to statgrab to display floating-point numbers multiplied
9 +  by an integer.
10 + * Add -K, -M and -G flags to statgrab to show byte counts in kibibytes,
11 +  mebibytes or gibibytes.
12 + * Make statgrab-make-mrtg-config use the new flags to scale extremely
13 +  large or small numbers so that mrtg can handle them.
14 + * Make statgrab-make-mrtg-config automatically detect network interface
15 +  speeds.
16 +
17 + libstatgrab 0.10.2 (27 July 2004)
18 +
19 + * Fix shared library version that when backwards in 0.10.1.
20 +
21 + libstatgrab 0.10.1 (26 July 2004)
22 +
23 + * Use DESTDIR correctly when setting permissions at install time.
24 + * Fix disk stats to work with OpenBSD 3.5.
25 + * Fix disk stats on NetBSD 2.0 (statvfs instead of statfs).
26 + * Fix memory leak in process stats on NetBSD 2.0.
27 + * Add vxfs (Veritas filesystem) to list of known filesystems
28 +   on Solaris.
29 + * Add more variables to the pkg-config file to suggest suitable
30 +   ownership and permissions for binaries using libstatgrab.
31 + * Make sure statgrab.h can safely be included twice.
32 + * Fix statgrab to display network interface names even if they
33 +   don't have IO stats (like the loopback interface on Solaris).
34 + * Add error reporting function that grabs errno.
35 +
36 + libstatgrab 0.10 (20 May 2004)
37 +
38 + * All function and structure names now follow a standardised
39 +   naming scheme. This will break compatibility with existing
40 +   programs. To use pre-0.10 compatibility functions:
41 +
42 +     #define SG_ENABLE_DEPRECATED
43 +     #include <statgrab.h>
44 +
45 + * New process stats function added to provide full details
46 +   on currently running processes. See sg_get_process_stats
47 +   for details.
48 + * Compare functions provided for process, network, and disk io
49 +   statistics. These can be used with qsort.
50 + * Error reporting functions added. See sg_get_error and
51 +   associated functions.
52 + * Support added for NetBSD 2.0.
53 + * Lots of code tidying.
54 + * Python bindings now exist in a separate package:
55 +     http://www.i-scream.org/pystatgrab/
56 +
57   libstatgrab 0.9 (10 March 2004)
58  
59   * Added network interface information:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines