Mention the latest NEWS items.
[rsync.git] / NEWS
1 NEWS for rsync 3.1.1 (UNRELEASED)
2 Protocol: 31 (changed)
3 Changes since 3.1.0:
4
5   BUG FIXES:
6
7     - Fix a failure to remove our partial-transfer temp file when interrupted
8       (and not saving partial files).
9
10     - Change the chown/group/xattr-set order to avoid losing some
11       security-related xattr info (that is cleared on chown).
12
13     - Fixed a bug in the early daemon protocol where a timeout failed to be
14       honored (e.g. if the remote side fails to send us the initial protocol
15       greeting).
16
17     - Fixed unintended inclusion of commas in file numbers in the daemon log.
18
19     - We once again send the 'f' sub-flag (of -e) to the server side so it
20       knows that we can handle incremental-recusion directory errors properly.
21
22     - Fixed an issue with too-agressive keep-alive messages causing a problem
23       for older rsync versions early in the transfer.
24
25     - Fix incorrect --dry-run backup-directory-creation messages when the
26       backup dir is not an absolute path.
27
28     - Fix a bug where a failed deletion might not affect the exit code.
29
30     - Fix a bug that caused a failure when combining --delete-missing-args with
31       --xattrs and/or --acls.
32
33     - Fixed an itemize bug that affected the combo of --link-dest, -X, and -n.
34
35     - Fixed a problem with delete messages not appearing in the log file when
36       the user didn't use --verbose.
37
38     - Improve chunked xattr reading for OS X.
39
40     - Remove an attempted hard-link xattr optimization that was causing a
41       transfer failure.  (If you need to interact with an rsync 3.1.0 using
42       --hard-links & --xattrs, you can specify --protocol=30.)
43
44     - Return an error if a buffer overflows in do_mknod().
45
46     - Fixed a problem reading more than 16 ACLs on some OSes.
47
48     - Try to speed up cygwin by switching back to using socketpair "pipes".
49
50     - Added knowledge of a few new options to rrsync.
51
52   ENHANCEMENTS:
53
54     - Added the support/rsync-no-vanished wrapper script.
55
56     - Have configure more prominently mention when we failed to find yodl (in
57       case the user wants to be able to generate manpages from *.yo files).