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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines