X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a72885e042aa9564de3f1695754e9803e4a36c9c..b8e9c234e657d0490eff5fcb0ef03c1c8366e160:/NEWS diff --git a/NEWS b/NEWS index f656a538..a6d0d0c0 100644 --- a/NEWS +++ b/NEWS @@ -164,13 +164,17 @@ 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. - - 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. - INTERNAL: - Some buffer sizes were expanded a bit, particularly on systems where