summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-19 06:41:12 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-19 06:41:12 +0000
commitb6a069029f0351438506b7fa6ee43de8353e47a8 (patch)
treea4e775aaaae9a3a7f2b02c3da7882f0e40b04053
parenta6f1bff43facd5be9d41186cf4c14737c08c632a (diff)
downloadrdiff-backup-b6a069029f0351438506b7fa6ee43de8353e47a8.tar.gz
?
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@166 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG2
-rw-r--r--rdiff-backup/TODO3
2 files changed, 1 insertions, 4 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 2d924d2..bde900f 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -3,7 +3,7 @@ New in v0.9.4 (2002/07/25)
Man page now correctly included in rpm.
-Installation script does not have exec permissions until it is
+rdiff-backup script does not have exec permissions until it is
installed (thanks Jason Piterak).
diff --git a/rdiff-backup/TODO b/rdiff-backup/TODO
index 8541e73..1ff9588 100644
--- a/rdiff-backup/TODO
+++ b/rdiff-backup/TODO
@@ -2,9 +2,6 @@ Write some better selection test cases to test new Iterate_fast func.
If not resuming, don't crash on badly written checkpoint_data.
-If don't recover hardlink support and hardlink support on, don't
-resume.
-
Fix crash that can occur when exception is found in the middle of a
file (duplicate by backing up /proc remotely). (John Goerzen)