From: Wayne Davison Date: Sun, 24 Sep 2006 03:36:04 +0000 (+0000) Subject: Mention the latest bugfix. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ed4b8da04877182a66c873b9ed96f6305e419d62 Mention the latest bugfix. --- diff --git a/NEWS b/NEWS index d9084ea0..69371542 100644 --- a/NEWS +++ b/NEWS @@ -76,6 +76,9 @@ Changes since 2.6.8: - If either --remove-source-files or --remove-sent-files is enabled and we are unable to remove the source file, rsync now outputs an error. + - Fixed a bug in the daemon's "incoming chmod" rule: newly-created + directories no longer get the 'F' (file) rules applied to them. + ENHANCEMENTS: - Added the --log-file=FILE and --log-file-format=FORMAT options. These