Skip to content

Commit

Permalink
More NEWS and man page changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneD committed Jun 27, 2020
1 parent ab29ee9 commit f805d1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 12 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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>

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 2 additions & 0 deletions rsync.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f805d1a

Please sign in to comment.