Fixed the timeout/flush loop-check logic to work properly with
[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
92d706a2
WD
7 - Fixed a bug in the hard-linking code where it would sometimes try to
8 allocate 0 bytes of memory (which fails on OSes, such as AIX).
9e58ef45 9
581c830c
WD
10 - Fixed a couple issues in the --fake-super handling of xattrs when the
11 destination files have root-level attributes (e.g. selinux values) that
12 a non-root copy can't affect.
13
ee03cb99
WD
14 - Improved the keep-alive in-loop check in the generator to work properly
15 in incremental recursion mode.
16
92d706a2
WD
17 - Fixed a potential alignment issue in the IRIX ACL code when allocating
18 the initial "struct acl" object. Also, cast mallocs to avoid warnings.
19
ac1541f4
WD
20 ENHANCEMENTS:
21
9e58ef45
WD
22 - Rsync will avoid sending an -e option to the server if an older protocol
23 in requested (and thus the option would not be useful). This lets the
24 user specify the --protocol=29 option to access an overly-restrictive
25 server.
92d706a2
WD
26
27 DEVELOPER RELATED:
28
29 - The Makefile will not halt for just a timestamp change on the Makefile
30 or the configure files, only for actual changes in content.
31
32 - Enhanced the release scripts to be able to handle a branch release.