From: Wayne Davison Date: Wed, 8 Jul 2020 02:50:13 +0000 (-0700) Subject: Tweak the NEWS. X-Git-Tag: v3.2.3pre1~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f92a5182fc5f7262c4723a5d4c1743f9ffa40ffa;p=thirdparty%2Frsync.git Tweak the NEWS. --- diff --git a/NEWS.md b/NEWS.md index a3716df5..d1ba6c5c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,26 +6,25 @@ ### BUG FIXES: - - Fixed the specifying of --bwlimit=0 for the default (unlimited). - - Fixed a bug in the xattr code that was freeing the wrong object when trying to cleanup the xattr list. + - Fixed the specifying of --bwlimit=0 for unlimited (the default). + ### ENHANCEMENTS: - - Allow `--max-alloc=0` to specify no limit. + - Allow `--max-alloc=0` to specify unlimited. - - 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. + - The name of the id 0 user & group is now sent to the receiver along with the + other uer/group names in the transfer instead of assuming that both sides + have the same id-0 names. - - Added some portability support for HPE NonStop platforms. + - Added some compatibility code 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). + - Use a C99 Flexible Array for a trailing variable-size filename in a struct + with a fallback to the old 1-char string kluge for older compilers. ------------------------------------------------------------------------------