[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Mon Jul 13 03:49:30 UTC 2020


The branch, master has been updated
       via  38a521de More NEWS tweaks.
      from  2f130496 Add "@netgroup" names to host matching.

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


- Log -----------------------------------------------------------------
commit 38a521defdcc92ebebfb87b6603da562663d259f
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sun Jul 12 20:49:01 2020 -0700

    More NEWS tweaks.

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

Summary of changes:
 NEWS.md | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/NEWS.md b/NEWS.md
index a545af1f..9119376a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -9,15 +9,19 @@
  - 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).
+ - Fixed a bug in the xattr code that was not leaving room for the "rsync."
+   prefix in some instances where it needed to be added.
+
+ - Restored the ability to use --bwlimit=0 to specify no bandwidth limit.  (It
+   was accidentally broken in 3.2.2.)
 
 ### ENHANCEMENTS:
 
- - Allow `--max-alloc=0` to specify unlimited.
+ - Allow `--max-alloc=0` to specify no limit to the alloc sanity check.
 
  - Allow `--block-size=SIZE` to specify the size using units such as "100K".
 
- - The name of the id 0 user & group is now sent to the receiver along with the
+ - The name of the id-0 user & group is now sent to the receiver along with the
    other user/group names in the transfer (instead of assuming that both sides
    have the same id-0 names).
 
@@ -26,14 +30,17 @@
    is an enhanced version of the time-limit patch from the patches repo.
 
  - Added the ability to specify "@netgroup" names to the `hosts allow` and
-   `hosts deny` daemon parameters.
+   `hosts deny` daemon parameters.  This is a finalized version of the
+   netgroup-auth patch from the patches repo.
+
+ - Improved the testsuite on OpenBSD.
 
  - Added some compatibility code for HPE NonStop platforms.
 
 ### INTERNAL:
 
  - 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.
+   (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