Commit 8340aa96 authored by Wayne Davison's avatar Wayne Davison

Mention a couple more items.

parent 3e2c0024
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment