A couple xattr fixes for --fake-super.
[rsync/rsync.git] / NEWS
1 NEWS for rsync 3.0.4 (UNRELEASED)
2 Protocol: 30 (unchanged)
3 Changes since 3.0.3:
4
5   BUG FIXES:
6
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.
9
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.
12
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.
16
17   ENHANCEMENTS:
18
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.