From a79d9b22b1ccfafc7c98d02a9d5c1fb6f89645ef Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 8 Sep 2020 22:18:32 -0700 Subject: [PATCH] Update the NEWS. --- NEWS.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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. ------------------------------------------------------------------------------ -- 2.47.2