]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Tweak the NEWS.
authorWayne Davison <wayne@opencoder.net>
Wed, 8 Jul 2020 02:50:13 +0000 (19:50 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 8 Jul 2020 02:50:13 +0000 (19:50 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index a3716df5fa7474efdbee2d0558c140848da2ba87..d1ba6c5c10e3da9bcb7804aaa77ed01803b73ab5 100644 (file)
--- 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.
 
 ------------------------------------------------------------------------------
 <a name="3.2.2"></a>