Update of /cvsroot/bobs/bobs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2485
Modified Files:
RELEASE-NOTES TODO
Log Message:
Use rsync compression.
Index: RELEASE-NOTES
===================================================================
RCS file: /cvsroot/bobs/bobs/RELEASE-NOTES,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- RELEASE-NOTES 18 Apr 2004 23:25:36 -0000 1.5
+++ RELEASE-NOTES 29 May 2004 23:43:29 -0000 1.6
@@ -38,8 +38,20 @@
/etc/init.d/cmdloopd start
-----------
+-------------------------
+Changes in release 0.6.3
+-------------------------
+
+Suppress dba_open warning messages when testing for db3/db4. Easily done
+by using @dba_open instead of dba_open. Suggested by Cornelius Hald
+5-04-2004.
+---
+Implement cleanup of old incremental files. Use the database to
+determine file age.
+
+-------------------------
Changes in release 0.6.2
+-------------------------
Both db3 and db4 are now supported at runtime. Older versions of php use
db3, newer versions use db4. Bobs will work with either version.
Index: TODO
===================================================================
RCS file: /cvsroot/bobs/bobs/TODO,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- TODO 23 May 2004 21:25:37 -0000 1.24
+++ TODO 29 May 2004 23:43:29 -0000 1.25
@@ -36,11 +36,6 @@
Browser interface to allow maintaining authorized users
and groups.
-Suppress dba_open warning messages when testing for db3/db4.
- Priority: Medium/easy
- Easily done by using @dba_open instead of dba_open.
- Suggested by Cornelius Hald 5-04-2004.
-
Edit or escape share names.
Priority: Medium
A share name with a forward slash causes problems. Either don't
@@ -53,10 +48,6 @@
properly each day.
Done (but it's not optional): Have backups write to optional log file.
-How is /bobsdata going to get cleaned up?
- Priority: Medium
- Use the database to determine file age.
-
Write man/info pages
Priority: Low
Minimal man page exists.
|