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.26 by tdb, Wed May 19 14:54:06 2004 UTC

# Line 3 | Line 3 | http://www.i-scream.org/libstatgrab/
3  
4   $Id$
5  
6 + libstatgrab 0.10 (20 May 2004)
7 +
8 + * All function and structure names now follow a standardised
9 +   naming scheme. This will break compatibility with existing
10 +   programs. To use pre-0.10 compatibility functions:
11 +
12 +     #define SG_ENABLE_DEPRECATED
13 +     #include <statgrab.h>
14 +
15 + * New process stats function added to provide full details
16 +   on currently running processes. See sg_get_process_stats
17 +   for details.
18 + * Compare functions provided for process, network, and disk io
19 +   statistics. These can be used with qsort.
20 + * Error reporting functions added. See sg_get_error and
21 +   associated functions.
22 + * Support added for NetBSD 2.0.
23 + * Lots of code tidying.
24 + * Python bindings now exist in a separate package:
25 +     http://www.i-scream.org/pystatgrab/
26 +
27   libstatgrab 0.9 (10 March 2004)
28  
29   * Added network interface information:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines