From: Wayne Davison Date: Wed, 24 Jun 2020 02:32:44 +0000 (-0700) Subject: Another NEWS update. X-Git-Tag: v3.2.2pre1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89827e49bcc0296d93aab73a53bb8c7c88baf202;p=thirdparty%2Frsync.git Another NEWS update. --- diff --git a/NEWS.md b/NEWS.md index 92ba0406..db01a307 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,11 +17,14 @@ Protocol: 31 (unchanged) ### ENHANCEMENTS: - Allow the server side to restrict checksum & compression choices via - the environment variables. + the same environment variables the client uses. - Simplify how the negotiation environment variables apply to older rsync versions. + - Do not allow a negotiated checksum or compression choice of "none" unless + the user authorized it via an environment variable or command-line option. + - Improved the man page a bit more. ------------------------------------------------------------------------------