From f92a5182fc5f7262c4723a5d4c1743f9ffa40ffa Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 7 Jul 2020 19:50:13 -0700 Subject: [PATCH] Tweak the NEWS. --- NEWS.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) 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. ------------------------------------------------------------------------------ -- 2.47.2