diff options
author | ben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-07-25 06:34:31 +0000 |
---|---|---|
committer | ben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-07-25 06:34:31 +0000 |
commit | 57eaef4da22acb89668e7cc2de724bbe3636c20c (patch) | |
tree | 55828859fddd21983130d526d30f16c2086acf80 /rdiff-backup | |
parent | 720b9515548bf57b63e0fe5bfe4d4161adcd8ce2 (diff) | |
download | rdiff-backup-57eaef4da22acb89668e7cc2de724bbe3636c20c.tar.gz |
Added error checking to middle of file reading
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@173 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup')
-rw-r--r-- | rdiff-backup/CHANGELOG | 7 | ||||
-rw-r--r-- | rdiff-backup/TODO | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index 7ea9eaf..9c22126 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -3,8 +3,8 @@ New in v0.9.4 (2002/07/25) Man page now correctly included in rpm. -rdiff-backup script does not have exec permissions until it is -installed (thanks Jason Piterak). +To prevent confusion, rdiff-backup script does not have exec +permissions until it is installed (thanks Jason Piterak). Sockets are now replicated. Why not? (Suggestion by Mickey Everts) @@ -12,6 +12,9 @@ Bad resuming information (because, say, it is left over from a previous version) should no longer cause exit, except when --resume is specified. +Better error handling in certain cases when errors occur in file reads +(thanks to John Goerzen for report). + New in v0.9.3 (2002/07/15) -------------------------- diff --git a/rdiff-backup/TODO b/rdiff-backup/TODO index 13b2f0a..9598cdf 100644 --- a/rdiff-backup/TODO +++ b/rdiff-backup/TODO @@ -1,9 +1,5 @@ Write some better selection test cases to test new Iterate_fast func. -Fix crash that can occur when exception is found in the middle of a -file (duplicate by backing up /proc remotely). (John Goerzen) - - ---------[ Long term ]--------------------------------------- Think about adding Gaudet's idea for keeping track of renamed files. |