From 298d8c0a9b56d860f020cf30432af77f5573818d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 9 Apr 2005 18:59:59 +0000 Subject: [PATCH] Mention the new --only-write-batch=FILE option. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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 "\\". -- 2.34.1