X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0b52f94da727c4881b58c1cd6f2cf2a824e02b30..2fe1feea751bdb73797169402cd79fb25ace420c:/NEWS diff --git a/NEWS b/NEWS index e765eb25..d1f62beb 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,11 @@ Changes since 2.6.9: translation is not desired. See the daemon's "numeric ids" parameter for full details. + - A chroot daemon can now indicate which part of its path should affect the + chroot call, and which part should become an inside-chroot path for the + module. This allows you to have outside-the-transfer paths (such as for + libraries) even when you enable chroot protection. + - If a file's data arrived successfully on the receiving side but the rename of the temporary file to the destination file failed AND the --remove-source-files (or the deprecated --remove-sent-files) option