summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-10 23:13:24 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-10 23:13:24 +0000
commit1ac72d92e36ea5d89d96a37bd6a86bed2087f745 (patch)
treefd82b4bd13b7048dac6490ac2480b3b6996083d7
parent6549259eab9e85ae0b26b6ced7f9b544ea156a0b (diff)
downloadrdiff-backup-1ac72d92e36ea5d89d96a37bd6a86bed2087f745.tar.gz
Added more changes to 0.7.4
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@70 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG32
1 files changed, 32 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index e0cbb25..b192b41 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,3 +1,35 @@
+New in v0.7.4 (2002/05/06)
+--------------------------
+
+Added new restore syntax and corresponding -r and --restore-as-of
+options. For instance, "rdiff-backup -r 1/3/2002 /backup/foo out"
+will try to restore /backup/foo (a file on the mirror directory) to
+out, as it was January 3rd, 2002. See man page for more information.
+
+Added extra options --chars-to-quote, --quoting-char, and
+--windows-mode, mostly to allow files whose names have colons (:) in
+them to be backed up to windows machines.
+
+Now the -l and --list-increments switches can list the increments
+corresponding to any mirror file, not just the root directory. Also
+the option --parsable-output was added to control whether the
+--list-increments output looks better for a human, or computer.
+
+Improved remove-earlier-than handling so it should run approximately
+as fast locally and remotely.
+
+Probably fixed bug noticed by Erminio Baranzini which caused
+rdiff-backup to try to preserve access times unnecessarily (the
+default is not preserve access times).
+
+Rewrote a few large chunks of code for clarity and simplicity.
+
+Allow extended time strings for the --remove-older-than option.
+
+Added RESTORING section to the manual page because there seemed to be
+some general confusion about this.
+
+
New in v0.7.3 (2002/04/29)
--------------------------