--- projects/libstatgrab/NEWS 2003/02/18 22:01:48 1.1 +++ projects/libstatgrab/NEWS 2003/08/25 12:41:38 1.11 @@ -1,2 +1,37 @@ -libstatgrab is a library for collecting system statistics for use in -other programs. It is designed to work on Solaris, Linux, and FreeBSD. +libstatgrab 0.5 (25 August 2003) + + * Fixed a bug with process stats on FreeBSD. + * Added documentation in 'docs' directory. + * Added examples in 'examples' directory. + +libstatgrab 0.4 (09 April 2003) + + * Support added for FreeBSD 4.x (not tested on 5.x). + +libstatgrab 0.3.4 (31 March 2003) + + * Fixed memory leak, and file descriptor leak on linux. + +libstatgrab 0.3.3 (22 March 2003) + + * Network statistics wraparound code was broken on interfaces that + transfered no data - typically second interfaces that weren't + connected. + +libstatgrab 0.3.2 (21 March 2003) + + * Network statistics wraparound fix. + +libstatgrab 0.3.1 (12 March 2003) + + * Fixed network statistics on Solaris 7 or below. + * Disk IO statistics are correctly reported. + +libstatgrab 0.3 (10 March 2003) + + * Support added for Linux with a 2.4 kernel. + +libstatgrab 0.2 (03 March 2003) + + * Initial working release for Solaris (tested on 7, 8, and 9). +