From: Joe Z. <jz...@us...> - 2004-04-19 01:27:54
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19653/bobs Modified Files: ChangeLog FILES NEWS Log Message: Release 0.6.2 Index: ChangeLog =================================================================== RCS file: /cvsroot/bobs/bobs/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ChangeLog 22 Jun 2003 23:17:14 -0000 1.13 +++ ChangeLog 19 Apr 2004 01:27:46 -0000 1.14 @@ -3,6 +3,14 @@ Version ? (edit as you go) +Version 0.6.2 + -- 04-18-2004 + - Both db3 and db4 are now supported at runtime. + - cmdloop is now started from /etc/init.d/cmdloopd. + - Output from cmdloop is now written to a log. + - Fixed an "off by one" error in getting file sizes. + Reported by Hank Hampel. + Version 0.6.0 -- 5-10-2003 Convert admin.php to use rfasttemplate class. Index: FILES =================================================================== RCS file: /cvsroot/bobs/bobs/FILES,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- FILES 28 Mar 2004 22:33:21 -0000 1.3 +++ FILES 19 Apr 2004 01:27:46 -0000 1.4 @@ -1,7 +1,7 @@ Browsable Online Backup System (BOBS) - File List bash/cmdloop Executes scripts in the <backupdir>/current/process/cmd -directory. + directory. cron/backup.php Determines what is ready to be backed up and creates the backup scripts in the <backupdir>/current/process/cmd Index: NEWS =================================================================== RCS file: /cvsroot/bobs/bobs/NEWS,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- NEWS 18 Apr 2004 23:25:36 -0000 1.5 +++ NEWS 19 Apr 2004 01:27:46 -0000 1.6 @@ -26,5 +26,5 @@ 02-07-2004 Released version 0.6.1. - April 2004 - Release version 0.6.2. + 04-18-2004 + Released version 0.6.2. |