From: Wayne Davison Date: Tue, 7 Jul 2020 19:38:20 +0000 (-0700) Subject: Update the NEWS. X-Git-Tag: v3.2.3pre1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e47855d47151777ae03b6671a4c8ec23e336e06;p=thirdparty%2Frsync.git Update the NEWS. --- diff --git a/NEWS.md b/NEWS.md index faa454cc..440b8bdc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,11 +6,23 @@ ### BUG FIXES: - - None + - Fixed the specifying of --bwlimit=0 for the default (unlimited). ### ENHANCEMENTS: - - None + - Allow `--max-alloc=0` to specify no limit. + + - The user/group name of id 0 is now shared along with the other user/group + names in a transfer instead of assuming that both sides have the same name + for id 0. + + - Added some portability support for HPE NonStop platforms. + +### INTERNAL: + + - Use a C99 Flexible Array for a variable-size filename in a struct when + possible (with a fallback to the old 1-char string kluge for older + compilers). ------------------------------------------------------------------------------