summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-03-02 07:09:08 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-03-02 07:09:08 +0000
commit3f1a6c04e8ec15e9948539a4714e9e7e90c8944a (patch)
treea75563b8f1492c6fcd557676fb69af5a06322a57 /rdiff-backup/CHANGELOG
parent3f23be3b6e8f61de2ef2d8408c474e22df8cfeb9 (diff)
downloadrdiff-backup-3f1a6c04e8ec15e9948539a4714e9e7e90c8944a.tar.gz
Final check in for version 0.11.2
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@285 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG14
1 files changed, 11 insertions, 3 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index dcaba8a..b49447f 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,4 +1,4 @@
-New in v0.11.2 (2003/02/07)
+New in v0.11.2 (2003/03/01)
---------------------------
Fixed seg fault bug reported by a couple sparc/openbsd users. Thanks
@@ -35,12 +35,20 @@ time to write):
rdiff-backup makes no attempt to recover or clean up after
unrecoverable errors.
+ However, it now uses fsync() to increment the destination
+ directory in a reversable way. If there is an error, the next
+ backup will regress the destination directory into its state
+ before the aborted backup.
+
+ The above process can be done without a backup with the
+ --check-destination-dir option.
+
Improved error logging. Instead of the old haphazard reporting
method, which sometimes didn't indicate the file an error occurred on,
now all recoverable errors are reported in a standard format and also
written to the error_log.<time>.data file in the rdiff-backup-data
-directory.
-
+directory. Thanks to Dean Gaudet and others for repeatedly bugging me
+about this.
New in v0.11.1 (2002/12/31)