summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-31 18:27:37 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-31 18:27:37 +0000
commitfebf5eea480a20efb664520a867714e484eb2772 (patch)
tree1f879850098492e91a24d03d583d32f30f9d1010 /rdiff-backup/CHANGELOG
parentac1c7dc4c578fcd583d2ca1d6feb6caef184c30b (diff)
downloadrdiff-backup-febf5eea480a20efb664520a867714e484eb2772.tar.gz
Change --min-file-size and --max-file-size to agree with man page.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1019 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 559aa80..04ccdb6 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,6 +1,10 @@
New in v1.3.2 (????/??/??)
---------------------------
+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)
+
Improve error message if regress operation fails due to Security Violation.
Thanks to Grzegorz Marszalek for the bug report. (Andrew Ferguson)