summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.