[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Jul 8 02:50:45 UTC 2020


The branch, master has been updated
       via  f92a5182 Tweak the NEWS.
      from  fb6fabc1 Fix an xattr free of the wrong object.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f92a5182fc5f7262c4723a5d4c1743f9ffa40ffa
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jul 7 19:50:13 2020 -0700

    Tweak the NEWS.

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

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.
 
 ------------------------------------------------------------------------------
 <a name="3.2.2"></a>


-- 
The rsync repository.



More information about the rsync-cvs mailing list