From 96be713fd23bb1c39a66a031596bfee04be7995b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 21 Jul 2020 12:35:45 -0700 Subject: [PATCH] Update NEWS. --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2