From: Wayne Davison Date: Fri, 14 Oct 2005 20:40:31 +0000 (+0000) Subject: Mention --min-size/--max-size changes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d697314b42048356705cd7ad28e8e0030e2c309e Mention --min-size/--max-size changes. --- diff --git a/NEWS b/NEWS index 48713a35..bb5a999b 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,10 @@ Changes since 2.6.6: that are longer on the source than the destination (this includes new files). + - Added the --min-size=SIZE option. + + - Enhanced the parsing of the SIZE value for --min-size and --max-size. + - If lutimes() and/or lchmod() are around, use them to allow the preservation of attributes on symlinks.