X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/50fd4832c244422436fc657b95c94139e89602af..b8e9c234e657d0490eff5fcb0ef03c1c8366e160:/NEWS diff --git a/NEWS b/NEWS index 21e5e817..a6d0d0c0 100644 --- a/NEWS +++ b/NEWS @@ -164,6 +164,13 @@ Changes since 2.6.6: setting that lets rsync avoid non-atomic updates (for those times when --temp-dir is not being used because space is tight). + - A new support script, files-to-excludes, will transform a list of files + into a set of include/exclude directives that will copy those files. + + - A new option, --executability (-E) can be used to preserve just the + execute bit on files, for those times when using the --perms option is + not desired. + - Some minor documentation improvements. - Updated some diffs in the patches dir.