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.44 by tdb, Fri Jan 5 13:34:20 2007 UTC

# Line 3 | Line 3 | http://www.i-scream.org/libstatgrab/
3  
4   $Id$
5  
6 + PLANS: We're now working towards a 1.0 release which is where we plan
7 +       to stabilise the API. We'll be doing test releases before hand,
8 +       but as always we'll like to hear about any bugs found in the
9 +       current release.
10 +
11 + libstatgrab 0.14 (08 January 2007)
12 + * Fix memory stats on OpenBSD.
13 + * Add colour support to saidar.
14 +     (Thanks to Angelina Carlton)
15 + * Fix CPU stats on Solaris - swap and iowait were incorrectly reported.
16 + * Fix kstat related memory leaks on Solaris.
17 +     (Thanks to Javier Donaire)
18 + * Fix network stats on some unusual Solaris setups.
19 + * Fix process time_spent on Linux.
20 +     (Thanks to Fred Barnes)
21 + * Make interface up status check the link status as well.
22 +     (Thanks to Michelangelo Vassallo)
23 + * Fix build on NetBSD 3.
24 +     (Thanks to Wijnand Wiersma)
25 + * Rework curses detection code in the configure script.
26 + * Fix bug that caused saidar to crash when the window was rapidly resized.
27 +
28 + libstatgrab 0.13 (19 March 2006)
29 + * Fix build problems with recent linux kernels.
30 + * Make saidar truncate disk/inteface/mount names to fit in display.
31 + * Add WIN32 support using MINGW (not widely tested).
32 + * Fix network interface up/down status on Solaris.
33 + * Add extern "C" to header file to make linking with C++ code easier.
34 + * Fix statgrab to cope with filesystem paths containing dots.
35 + * Make NFS a legal filesystem type on all platforms.
36 + * A few minor build fixes.
37 +
38 + libstatgrab 0.12 (31 July 2005)
39 + * More details added to filesystem statistics.
40 +     (Patches provided by Roman Neuhauser)
41 + * Rework Linux partition detection.
42 + * Fix compile error in network stats on Linux 2.6.
43 +     (Patches provided by Scott Lampert)
44 + * Change name of duplex value in network interface stats.
45 +     NOTE: this minor change breaks the API.
46 + * Manual pages for saidar, statgrab and the other tools.
47 + * Fix minor typo in statgrab usage output.
48 + * Support for Solaris 10.
49 + * Support for FreeBSD 7.
50 +
51 + libstatgrab 0.11.1 (03 March 2005)
52 + * Add NFS to list of supported filesystems.
53 + * Fix reporting of network interface duplex settings on Linux.
54 + * Fix saidar to support negative FS usage.
55 +
56 + libstatgrab 0.11 (09 November 2004)
57 + * Add support for HP-UX 11.11.
58 +    (Patches provided by Roy Keene)
59 + * Minor fixes to statgrab mrtg tools.
60 + * Minor fixes to saidar.
61 + * Minor code cleanups and fixes to libstatgrab.
62 +
63 + libstatgrab 0.10.3 (24 August 2004)
64 +
65 + * Add -f flag to statgrab to display floating-point numbers multiplied
66 +   by an integer.
67 + * Add -K, -M and -G flags to statgrab to show byte counts in kibibytes,
68 +   mebibytes or gibibytes.
69 + * Make statgrab-make-mrtg-config use the new flags to scale extremely
70 +   large or small numbers so that mrtg can handle them.
71 + * Make statgrab-make-mrtg-config automatically detect network interface
72 +   speeds.
73 + * Add support for FreeBSD 6.0-CURRENT.
74 +
75 + libstatgrab 0.10.2 (27 July 2004)
76 +
77 + * Fix shared library version that when backwards in 0.10.1.
78 +
79 + libstatgrab 0.10.1 (26 July 2004)
80 +
81 + * Use DESTDIR correctly when setting permissions at install time.
82 + * Fix disk stats to work with OpenBSD 3.5.
83 + * Fix disk stats on NetBSD 2.0 (statvfs instead of statfs).
84 + * Fix memory leak in process stats on NetBSD 2.0.
85 + * Add vxfs (Veritas filesystem) to list of known filesystems
86 +   on Solaris.
87 + * Add more variables to the pkg-config file to suggest suitable
88 +   ownership and permissions for binaries using libstatgrab.
89 + * Make sure statgrab.h can safely be included twice.
90 + * Fix statgrab to display network interface names even if they
91 +   don't have IO stats (like the loopback interface on Solaris).
92 + * Add error reporting function that grabs errno.
93 +
94 + libstatgrab 0.10 (20 May 2004)
95 +
96 + * All function and structure names now follow a standardised
97 +   naming scheme. This will break compatibility with existing
98 +   programs. To use pre-0.10 compatibility functions:
99 +
100 +     #define SG_ENABLE_DEPRECATED
101 +     #include <statgrab.h>
102 +
103 + * New process stats function added to provide full details
104 +   on currently running processes. See sg_get_process_stats
105 +   for details.
106 + * Compare functions provided for process, network, and disk io
107 +   statistics. These can be used with qsort.
108 + * Error reporting functions added. See sg_get_error and
109 +   associated functions.
110 + * Support added for NetBSD 2.0.
111 + * Lots of code tidying.
112 + * Python bindings now exist in a separate package:
113 +     http://www.i-scream.org/pystatgrab/
114 +
115   libstatgrab 0.9 (10 March 2004)
116  
117   * Added network interface information:
# Line 80 | Line 189 | libstatgrab 0.5.1 (09 September 2003)
189   * Network stats wrap-around bug fixed on Linux and FreeBSD
190   * Linux now reads disk information from /proc/partitions if available.
191     This results in it getting data for all the disks.
192 < * An additional tool, statgrab, has been added to allow external programs
192 > * An additional tool, statgrab, has been added to allow external programs
193     to easily parse statistics generated by libstatgrab.
194   * Scripts to generate MRTG (www.mrtg.org) configs with statgrab have
195     been added. This allows graphs to be generated from system stats.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines