summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-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)
--------------------------