summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-23 19:32:44 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-23 19:32:44 -0700
commit89827e49bcc0296d93aab73a53bb8c7c88baf202 (patch)
tree3d492f6ed359b9e9c545b77580033729e73823e8
parentf157ff3b3a306153d79d00e9367059c0d1c91ef9 (diff)
downloadrsync-89827e49bcc0296d93aab73a53bb8c7c88baf202.tar.gz
Another NEWS update.
-rw-r--r--NEWS.md5
1 files changed, 4 insertions, 1 deletions
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.
------------------------------------------------------------------------------