|
From: Bob T. <bt...@us...> - 2001-06-18 01:43:13
|
Update of /cvsroot/benson/benson2 In directory usw-pr-cvs1:/tmp/cvs-serv16827 Modified Files: ChangeLog INSTALL.quick NEWS TODO Log Message: Final update for the alpha12 release Index: ChangeLog =================================================================== RCS file: /cvsroot/benson/benson2/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** ChangeLog 2001/06/03 22:14:12 1.11 --- ChangeLog 2001/06/18 01:43:09 1.12 *************** *** 1,3 **** --- 1,9 ---- + version 2.0a12 + - Added skeleton for process monitor. + - Fixed bugs in Benson.pm, Benson.xs is no longer using c++ classes. + - Benson attributes are now available for forwarder/port default. + version 2.0a11 + - Many changes to the autoconf stuff. Added debug and profiling support. version 2.0a10 Index: INSTALL.quick =================================================================== RCS file: /cvsroot/benson/benson2/INSTALL.quick,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** INSTALL.quick 2001/04/28 16:45:50 1.4 --- INSTALL.quick 2001/06/18 01:43:09 1.5 *************** *** 1,10 **** - lwp-download http://www.openssl.org/source/openssl-0.9.6.tar.gz lwp-download http://www.mico.org/mico-2.3.5.tar.gz lwp-download http://www.perl.com/CPAN-local/src/stable.tar.gz lwp-download http://prdownloads.sourceforge.net/benson/benson-2.0a3.tar.gz - tar -zxvf openssl-0.9.6.tar.gz tar -zxvf mico-2.3.5.tar.gz tar -zxvf stable.tar.gz ! tar -zxvf benson-2.0a3.tar.gz cd openssl-0.9.6 ./Config --- 1,8 ---- lwp-download http://www.mico.org/mico-2.3.5.tar.gz lwp-download http://www.perl.com/CPAN-local/src/stable.tar.gz lwp-download http://prdownloads.sourceforge.net/benson/benson-2.0a3.tar.gz tar -zxvf mico-2.3.5.tar.gz tar -zxvf stable.tar.gz ! tar -zxvf benson-2.0a12.tar.gz cd openssl-0.9.6 ./Config Index: NEWS =================================================================== RCS file: /cvsroot/benson/benson2/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** NEWS 2001/05/01 03:37:01 1.2 --- NEWS 2001/06/18 01:43:09 1.3 *************** *** 1,10 **** ! April -------- ! Welcome Shawn Kelley and Richard Wallace to the Benson team. Richard ! Wallace is currently helping out on the *BSD and MacOS X port, as well as ! finding those embarassing bugs, i.e. the bensonctl not being ! portable. Shawn Kelley has been writing Benson up in front of Academia, ! and working on a Top process monitor module. Shawn has also volunteered to ! overhaul the website in his valuable spare time. Other items of note, are the latest alpha releases this month. Changes can --- 1,6 ---- ! June -------- ! Getting back into the swing of things. Summer weather has been keeping me ! busy. Slowly, but surely I am getting the stuff I want into the CVS tree. Other items of note, are the latest alpha releases this month. Changes can *************** *** 13,14 **** --- 9,11 ---- know how it works, or doesn't work for you. Let us know how you would like to see it made better. + Index: TODO =================================================================== RCS file: /cvsroot/benson/benson2/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** TODO 2001/04/23 05:06:47 1.3 --- TODO 2001/06/18 01:43:09 1.4 *************** *** 7,11 **** ---------- Build some generic monitors for the system ! - process monitor - cpu monitor - load monitor --- 7,11 ---- ---------- Build some generic monitors for the system ! - process monitor (partially done) - cpu monitor - load monitor |