summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-24 17:16:05 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-24 17:16:05 +0000
commitd4632e3842d0d9bba56704b01e03d636d92cc826 (patch)
tree25398a1f66dc2729b094e2bf03e582d595253af1 /rdiff-backup/CHANGELOG
parent3b9946d214fabebd4c72d278d579de21677b7d0c (diff)
downloadrdiff-backup-d4632e3842d0d9bba56704b01e03d636d92cc826.tar.gz
Refactored fs_abilities, also don't quote if case-insensitive->case-insensitive
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@648 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 2d7244a..01b7c18 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,6 +1,10 @@
New in v1.1.0 (????/??/??)
--------------------------
+Refactored fs_abilities for more flexibility. In particular, avoid
+quoting if both source and destination file systems are
+case-insensitive.
+
When possible, fsync using a writable file descriptor. This may help
with cygwin. (Requested/tested by Dave Kempe.)