From: Wayne Davison Date: Tue, 21 Jul 2020 19:35:45 +0000 (-0700) Subject: Update NEWS. X-Git-Tag: v3.2.3pre1~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96be713fd23bb1c39a66a031596bfee04be7995b;p=thirdparty%2Frsync.git Update NEWS. --- diff --git a/NEWS.md b/NEWS.md index 6ab53861..3ae5f74c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,10 @@ - Restored the ability to use --bwlimit=0 to specify no bandwidth limit. (It was accidentally broken in 3.2.2.) + - Fix a bug when combining `--delete-missing-args` with `--no-implied-dirs` & + `-R` where rsync might create the destination path of a missing arg. The + code also avoids some superfluous warnings for nested paths of removed args. + ### ENHANCEMENTS: - Allow `--max-alloc=0` to specify no limit to the alloc sanity check. @@ -33,7 +37,7 @@ user & group names inside a chrooted daemon module. This is based on the nameconverter patch with some improvements, including a tweak to the request protocol (so if you used this patch in the past, be sure to update your - converter script). + converter script to use newlines instead of null chars). - Added the ability to specify "@netgroup" names to the `hosts allow` and `hosts deny` daemon parameters. This is a finalized version of the