Output an FERROR* for a general io_error, and an FWARNING for other
[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 7 - Fixed a bug in the hard-linking code where it would sometimes try to
f8722dba 8 allocate 0 bytes of memory (which fails on some OSes, such as AIX).
9e58ef45 9
a25aed50
WD
10 - Fixed the hard-linking of files from a device that has a device number
11 of 0 (which seems to be a common device number on NetBSD).
12
581c830c
WD
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
f8722dba
WD
17 - Improved the keep-alive check in the generator to fire consistently in
18 incremental-recursion mode when --timeout is enabled.
ee03cb99 19
92d706a2
WD
20 - Fixed a potential alignment issue in the IRIX ACL code when allocating
21 the initial "struct acl" object. Also, cast mallocs to avoid warnings.
22
9ed56948
WD
23 - Changed some errors that were going to stdout to go to stderr.
24
ac1541f4
WD
25 ENHANCEMENTS:
26
9e58ef45 27 - Rsync will avoid sending an -e option to the server if an older protocol
f8722dba 28 is requested (and thus the option would not be useful). This lets the
9e58ef45 29 user specify the --protocol=29 option to access an overly-restrictive
f8722dba 30 server that is rejecting the protocol-30 use of -e to the server.
92d706a2
WD
31
32 DEVELOPER RELATED:
33
34 - The Makefile will not halt for just a timestamp change on the Makefile
35 or the configure files, only for actual changes in content.
36
37 - Enhanced the release scripts to be able to handle a branch release.