From 1ac72d92e36ea5d89d96a37bd6a86bed2087f745 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 10 May 2002 23:13:24 +0000 Subject: 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 --- rdiff-backup/CHANGELOG | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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) -------------------------- -- cgit v1.2.1