X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a054570942981a1bb35ea81cb25a299688c4209a..298d8c0a9b56d860f020cf30432af77f5573818d:/NEWS diff --git a/NEWS b/NEWS index e8124d79..7b7a4c78 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,10 @@ Changes since 2.6.4: ENHANCEMENTS: + - Added the --only-write-batch=FILE option that may be used (instead + of --write-batch=FILE) to create a batch file without doing any + actual updating of the destination. + - Changed the outputting of "safe" filenames to use backslash-escaped characters rather than '?'s. Any non-printable character is output using octal (e.g. "\n" -> "\012"), and backslash is output as "\\".