From 57eaef4da22acb89668e7cc2de724bbe3636c20c Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 25 Jul 2002 06:34:31 +0000 Subject: 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 --- rdiff-backup/CHANGELOG | 7 +++++-- 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. -- cgit v1.2.1