ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/NEWS
Revision: 1.21
Committed: Mon Jan 19 16:49:17 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.20: +5 -0 lines
Log Message:
A whole bunch of minor cosmetic changes.

File Contents

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