From: Wayne Davison Date: Tue, 22 Sep 2020 02:17:59 +0000 (-0700) Subject: More NEWS updates. X-Git-Tag: v3.2.4pre1~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15bc7ded398147ee50232b73c804f10aafa2fdda;p=thirdparty%2Frsync.git More NEWS updates. --- diff --git a/NEWS.md b/NEWS.md index 405e86d1..a3ac7b71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -24,6 +24,10 @@ - Use openssl's `-verify_hostname` option in the rsync-ssl script. + - Optimize the AVX2 checksum code a bit more. + + - Some manpage improvements. + ### PACKAGING RELATED: - When creating a package from a non-release version (w/o a git checkout), the @@ -36,6 +40,11 @@ - Added a SECURITY.md file. +### DEVELOPER RELATED: + + - Made it easier to write rsync tests that diff the output while also checking + the status code, and used the idiom to improve the existing tests. + ------------------------------------------------------------------------------