summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-17 03:23:37 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-17 03:23:37 +0000
commitb6877646527788bad098f351dff2209854da6103 (patch)
tree2de06521fdbc986097899be540ceb70459701935
parent7310977464dd97b64affa5424032ddd2130d7b39 (diff)
downloadrdiff-backup-b6877646527788bad098f351dff2209854da6103.tar.gz
More changes for exploded format, optimizations
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@132 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/TODO10
-rwxr-xr-xrdiff-backup/rdiff-backup2
2 files changed, 11 insertions, 1 deletions
diff --git a/rdiff-backup/TODO b/rdiff-backup/TODO
index 4b71c15..4a8aaee 100644
--- a/rdiff-backup/TODO
+++ b/rdiff-backup/TODO
@@ -1,3 +1,13 @@
+Fix bug with -m/--mirror-only switch and write test case
+
+Write some better selection test cases to test new Iterate_fast func.
+
+Considering rewriting Selection Iterate(_fast) code again.
+
+Fix up headers on source code files, update README.
+
+
+---------[ Long term ]---------------------------------------
Security audit
--read-only and --write-only /usr/foo switches to tighten security up some.
diff --git a/rdiff-backup/rdiff-backup b/rdiff-backup/rdiff-backup
index fe6ff71..dfe18fa 100755
--- a/rdiff-backup/rdiff-backup
+++ b/rdiff-backup/rdiff-backup
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# rdiff-backup -- Mirror files while keeping incremental changes
-# Version 0.8.0 released June 14, 2002
+# Version 0.9.0 released June 17, 2002
# Copyright (C) 2001, 2002 Ben Escoto <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).