summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-31 19:00:50 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-31 19:00:50 +0000
commit161a115e38145fb2cea9fcdd75710df3a7ccc3c7 (patch)
treedb88f19908e5b7017495079d34730df6171eef04 /rdiff-backup/CHANGELOG
parentfebf5eea480a20efb664520a867714e484eb2772 (diff)
downloadrdiff-backup-161a115e38145fb2cea9fcdd75710df3a7ccc3c7.tar.gz
Disable hardlinks by default on Windows when using --compare, etc.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1020 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 04ccdb6..c5bed0d 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,6 +1,9 @@
New in v1.3.2 (????/??/??)
---------------------------
+Disable hardlinks by default on Windows when performing operations such as
+--compare, etc. Thanks to Ryan for the bug report. (Andrew Ferguson)
+
Change --min-file-size and --max-file-size to agree with man page. These
options no longer include files, and will only apply to regular files. Thanks
to Johannes Jensen for the suggestion. (Andrew Ferguson)