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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines