From: Wayne Davison Date: Wed, 9 Sep 2020 05:18:32 +0000 (-0700) Subject: Update the NEWS. X-Git-Tag: v3.2.4pre1~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a79d9b22b1ccfafc7c98d02a9d5c1fb6f89645ef;p=thirdparty%2Frsync.git Update the NEWS. --- diff --git a/NEWS.md b/NEWS.md index 3aabcff1..0d65d2e5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,10 +6,27 @@ ### BUG FIXES: + - Fix a bug with `--mkpath` if a single-file copy specifies an existing + destination dir with a non-existing destination filename. + + - Avoid a weird failure if you run a local copy with a (useless) `--rsh` + option that contains a `V`. + +### ENHANCEMENTS: + - Use openssl's `-verify_hostname` option in the rsync-ssl script. - - Avoid a weird failure if you run a local copy with an `--rsh` option that - contained a `V`. +### PACKAGING RELATED: + + - When creating a package from a non-release version (w/o a git checkout), the + packager can elect to create git-version.h and define RSYNC_GITVER to the + string they want `--version` to output. (The file is still auto-generated + using the output of `git describe` when building inside a non-shallow git + checkout, though.) + + - Fixed configure to not fail at the SIMD check when cross-compiling. + + - Added a SECURITY.md file. ------------------------------------------------------------------------------