summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2007-12-23 02:48:41 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2007-12-23 02:48:41 +0000
commit44b6564c198e11c7da81430864214d68dc835442 (patch)
treebc7eb51494d8deec4c453df0f1534926ad8b312e /rdiff-backup/CHANGELOG
parentfadf6cc5174cb71806b77b82152d082cee5f6d2b (diff)
downloadrdiff-backup-44b6564c198e11c7da81430864214d68dc835442.tar.gz
Regress.restore_orig_regfile should check Globals.fsync_directories Fixes
bug #21546 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@853 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 049cb02..8d2a808 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,6 +1,9 @@
New in v1.1.15 (????/??/??)
---------------------------
+Regress.restore_orig_regfile should check if directories can be fsync'd
+before doing so. Fixes Savannah bug #21546. (Patch from Marc Horowitz)
+
Rewrite quoting logic to independently check for escaping Windows special
characters, non-ASCII chars, and uppercase chars. (Andrew Ferguson)