summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-31 08:24:00 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-31 08:24:00 +0000
commit53fe9d2de82af972d618bc045e07599b7cfc91e1 (patch)
treebaea7930f22e3cdb0f0f8b3728dbd2bcc392f6df
parentb3c458f96706b7a6ef570434c9c9adc7129912a4 (diff)
downloadrdiff-backup-53fe9d2de82af972d618bc045e07599b7cfc91e1.tar.gz
Final changes for 0.7.6
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@113 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG13
-rw-r--r--rdiff-backup/TODO9
2 files changed, 11 insertions, 11 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 35ac39d..d98f1a2 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,8 +1,17 @@
-New in v0.7.6 (2002/??/??)
+New in v0.7.6 (2002/05/31)
--------------------------
Improved statistics support, and added --print-statistics and
---calculate-average switches.
+--calculate-average switches. See the directory_statistics and
+session_statistics files in the rdiff-backup-data directory.
+
+Major improvements to error correction and resuming.
+
+Now signals SIGQUIT, SIGHUP, and SIGTERM are caught to exit more
+gracefully.
+
+Fixed crankyness when --exclude-filelist is the last exclude option
+and it is given an empty file (thanks to Bryce C for report).
New in v0.7.5 (2002/05/21)
diff --git a/rdiff-backup/TODO b/rdiff-backup/TODO
index fde70e2..4b71c15 100644
--- a/rdiff-backup/TODO
+++ b/rdiff-backup/TODO
@@ -7,16 +7,7 @@ Think about adding Gaudet's idea for keeping track of renamed files.
-Don't produce stack trace which looks like crash/include file name in
-logging stats
-
-Add to above Dean Gaudet's suggestion: make errors look prettier (like tar).
-
-Examine and fix recovery problems.
-
If don't recover hardlink support and hardlink support on, don't resume.
-Fix Finish bug so error finishing in subdirectory won't mess up
-finishing parent directory.