diff options
Diffstat (limited to 'rdiff-backup')
-rw-r--r-- | rdiff-backup/TODO | 10 | ||||
-rwxr-xr-x | rdiff-backup/rdiff-backup | 2 |
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). |