From: Wayne Davison Date: Mon, 11 Feb 2008 05:02:05 +0000 (-0800) Subject: Mention a couple more items. X-Git-Tag: v3.0.0pre10~21 X-Git-Url: http://git.samba.org/samba.git/?p=rsync.git;a=commitdiff_plain;h=8340aa9670d64c584fa3d46c04e749bdfad93b0d Mention a couple more items. --- diff --git a/NEWS b/NEWS index 9258e6b6..a2bb8809 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ Changes since 2.6.9: - In --dry-run mode, the last line of the verbose summary text is output with a "(DRY RUN)" suffix to help remind you that no updates were made. + Similarly, --only-write-batch outputs "(BATCH ONLY)". - A writable rsync daemon with "use chroot" disabled now defaults to a symlink-munging behavior designed to make symlinks safer while also @@ -105,6 +106,10 @@ Changes since 2.6.9: - Using --only-write-batch to a daemon receiver now work properly (older versions would update some files while writing the batch). + - Avoid outputing a "file has vanished" message when the file is a broken + symlink and --copy-unsafe-links or --copy-dirlinks are used (the code + already handled this for --copy-links). + ENHANCEMENTS: - A new incremental-recursion algorithm is now used when rsync is talking