If the user specifies --protocol=29, rsync will avoid sending an -e
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1NEWS for rsync 3.0.4 (UNRELEASED)
2Protocol: 30 (unchanged)
3Changes 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 ENHANCEMENTS:
14
15 - Rsync will avoid sending an -e option to the server if an older protocol
16 in requested (and thus the option would not be useful). This lets the
17 user specify the --protocol=29 option to access an overly-restrictive
18 server.