More NEWS and man page changes.
authorWayne Davison <wayne@opencoder.net>
Sat, 27 Jun 2020 17:39:12 +0000 (10:39 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 27 Jun 2020 17:39:12 +0000 (10:39 -0700)
NEWS.md
rsync.1.md

diff --git a/NEWS.md b/NEWS.md
index d579b955bde2b98ecb92528f428208e8889273e7..8b745371c007f16b877396440622fe6563337676 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,8 +20,8 @@ Protocol: 31 (unchanged)
    the same environment variables the client uses.  Allow the env vars
    to be divided into "client list & server list" by the "`&`" char.
 
- - Simplify how the negotiation environment variables apply to older rsync
-   versions.
+ - Simplify how the negotiation environment variables apply when interacting
+   with an older rsync version.
 
  - Do not allow a negotiated checksum or compression choice of "none" unless
    the user authorized it via an environment variable or command-line option.
@@ -37,11 +37,17 @@ Protocol: 31 (unchanged)
    die when out of memory.  This eliminated some caller-side check-and-die
    code and added some missing sanity-checking of allocations.
 
- - Preparing for an upcoming xxHash release that provides new XXH3 & XXH128
-   hashing routines (disabled until their code is finalized).
-
  - Improved the man page a bit more.
 
+### PACKAGING RELATED:
+
+ - Prepared the checksum code for an upcoming xxHash release that provides new
+   XXH3 & XXH128 checksum routines.  These will not be compiled into rsync
+   until the xxhash v0.8.0 include files are installed on the build host, and
+   that release is a few weeks away at the time this was written.  So, if it's
+   now the future and you have packaged and installed xxhash-0.8.0-devel, a
+   fresh rebuild of rsync 3.2.2 will give you the new checksum routines.
+
 ------------------------------------------------------------------------------
 <a name="3.2.1"></a>
 
@@ -4144,6 +4150,7 @@ Protocol: 25 (changed)
 
 | RELEASE DATE | VER.   | DATE OF COMMIT\* | PROTOCOL    |
 |--------------|--------|------------------|-------------|
+| ?? Jun 2020  | 3.2.2  |                  | 31          |
 | 22 Jun 2020  | 3.2.1  |                  | 31          |
 | 19 Jun 2020  | 3.2.0  |                  | 31          |
 | 28 Jan 2018  | 3.1.3  |                  | 31          |
index 3708e1e1eb7ae310fbe9c5efbe784eed5afbf294..e75544e9f9af213a56cd04840f4f80ba88d55219 100644 (file)
@@ -1475,6 +1475,8 @@ your home directory (remove the '=' for that).
     The checksum options that you may be able to use are:
 
     - `auto` (the default)
+    - `xxh128`
+    - `xxh3`
     - `xxh64` (aka xxhash)
     - `md5`
     - `md4`