]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
More NEWS updates.
authorWayne Davison <wayne@opencoder.net>
Tue, 22 Sep 2020 02:17:59 +0000 (19:17 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 22 Sep 2020 02:17:59 +0000 (19:17 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 405e86d12e09a7eb4eb7d679d869e65c9ba42a60..a3ac7b7149c15096ee0cf7c04facd4f1f8b4b785 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
 
  - 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
 
  - 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.
+
 ------------------------------------------------------------------------------
 <a name="3.2.3"></a>