From 8340aa9670d64c584fa3d46c04e749bdfad93b0d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 10 Feb 2008 21:02:05 -0800 Subject: [PATCH] Mention a couple more items. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.34.1