ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/NEWS
Revision: 1.22
Committed: Wed Jan 21 10:27:45 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8_1
Changes since 1.21: +2 -1 lines
Log Message:
Very minor fix to saidar. It happily accepted a negative number for
it's delay flag - which wasn't overly useful :-)

File Contents

# Content
1 libstatgrab NEWS
2 http://www.i-scream.org/libstatgrab/
3
4 $Id: NEWS,v 1.21 2004/01/19 16:49:17 tdb Exp $
5
6 libstatgrab 0.8.1 (21 January 2004)
7
8 * The library part of libstatgrab is now released under the LGPL.
9 (the tools are still released under the GPL)
10 * File descriptor leak fixed on Linux.
11 * strlcpy/strlcat functions added for Solaris 7 to fix compile.
12 * statgrab_init error behaviour fixed (primarly for Solaris 7).
13 * Some incorrect #includes moved.
14 * Significant speed increases to the Solaris disk mapping code in
15 statgrab_init, which improves startup time.
16 * Minor fix for saidar's -d flag and negative numbers.
17
18 libstatgrab 0.8 (06 January 2004)
19
20 * Support for Linux 2.6.
21 * Support for Cygwin.
22 * Use cNtNdNsN names on Solaris instead of sdN.
23 * Fixes and optimisations to saidar.
24 * Fixes to the --disable-saidar and --disable-statgrab configure flags.
25 * New function to drop elevated privileges some OS's require.
26 (after using the init function)
27
28 libstatgrab 0.7 (22 October 2003)
29
30 * Support for NetBSD 1.6.x.
31 * FreeBSD code optimised.
32 * Initialise function allows programs to drop extra privileges (on *BSD).
33 * saidar now works even if it can't get all statistics.
34 * List of known file systems increased on Linux and *BSD.
35 * Minor bug fixes.
36 * Tested (and working) on Solaris 9 x86, Linux 2.2 on alpha, and
37 Linux 2.4 on amd64.
38
39 libstatgrab 0.6.1 (18 October 2003)
40
41 * Support for FreeBSD 5.1/sparc64.
42 * Bugs fixed in FreeBSD memory statistics.
43 * saidar displays disk percentages more "correctly".
44 * Bug fixed displaying hostname in saidar.
45 * statgrab now handles unusual /dev layouts more gracefully.
46 * Minor packaging changes.
47
48 libstatgrab 0.6 (09 October 2003)
49
50 * saidar, a curses-based tool, has been added to give an overview of
51 the current system statistics.
52 * Added support for FreeBSD 5.1.
53 * Documentation is now available in manpages.
54 * Fixed major bug in the FreeBSD diskio stats.
55 * Added a .pc file for pkgconfig.
56
57 libstatgrab 0.5.1 (09 September 2003)
58
59 * Network stats wrap-around bug fixed on Linux and FreeBSD
60 * Linux now reads disk information from /proc/partitions if available.
61 This results in it getting data for all the disks.
62 * An additional tool, statgrab, has been added to allow external programs
63 to easily parse statistics generated by libstatgrab.
64 * Scripts to generate MRTG (www.mrtg.org) configs with statgrab have
65 been added. This allows graphs to be generated from system stats.
66
67 libstatgrab 0.5 (25 August 2003)
68
69 * Fixed a bug with process stats on FreeBSD.
70 * Added documentation in 'docs' directory.
71 * Added examples in 'examples' directory.
72
73 libstatgrab 0.4 (09 April 2003)
74
75 * Support added for FreeBSD 4.x (not tested on 5.x).
76
77 libstatgrab 0.3.4 (31 March 2003)
78
79 * Fixed memory leak, and file descriptor leak on linux.
80
81 libstatgrab 0.3.3 (22 March 2003)
82
83 * Network statistics wraparound code was broken on interfaces that
84 transfered no data - typically second interfaces that weren't
85 connected.
86
87 libstatgrab 0.3.2 (21 March 2003)
88
89 * Network statistics wraparound fix.
90
91 libstatgrab 0.3.1 (12 March 2003)
92
93 * Fixed network statistics on Solaris 7 or below.
94 * Disk IO statistics are correctly reported.
95
96 libstatgrab 0.3 (10 March 2003)
97
98 * Support added for Linux with a 2.4 kernel.
99
100 libstatgrab 0.2 (03 March 2003)
101
102 * Initial working release for Solaris (tested on 7, 8, and 9).
103