If the user specifies --protocol=29, rsync will avoid sending an -e
[rsync/rsync.git] / NEWS
CommitLineData
1fdf0302 1NEWS for rsync 3.0.4 (UNRELEASED)
3cbe640d 2Protocol: 30 (unchanged)
1fdf0302 3Changes since 3.0.3:
469ff84e 4
ac1541f4
WD
5 BUG FIXES:
6
1fdf0302
WD
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.
20bb1eb7 9
9e58ef45
WD
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
ac1541f4
WD
13 ENHANCEMENTS:
14
9e58ef45
WD
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.