A couple xattr fixes for --fake-super.
[rsync.git] / NEWS
blobd2e05e71b8d02aa609767500ff1793cf284bf2b2
1 NEWS for rsync 3.0.4 (UNRELEASED)
2 Protocol: 30 (unchanged)
3 Changes since 3.0.3:
5   BUG FIXES:
7     - Changed the hard-link code to never try to allocate 0 bytes of memory.
8       This fixes a failure on some Operating Systems, such as AIX.
10     -  Fixed a potential alignment issue in the IRIX ACL code when allocating
11        the initial "struct acl" object.  Also, cast mallocs to avoid warnings.
13     - Fixed a couple issues in the --fake-super handling of xattrs when the
14       destination files have root-level attributes (e.g. selinux values) that
15       a non-root copy can't affect.
17   ENHANCEMENTS:
19     - Rsync will avoid sending an -e option to the server if an older protocol
20       in requested (and thus the option would not be useful).  This lets the
21       user specify the --protocol=29 option to access an overly-restrictive
22       server.