If the OS can't hard-link a symlink, tweak the expected output
[rsync/rsync.git] / NEWS
1 NEWS for rsync 3.0.0 (UNRELEASED)
2 Protocol: 29 (unchanged)
3 Changes since 2.6.9:
4
5   BUG FIXES:
6
7     - Fixed the output of -ii when combined with one of the --*-dest options:
8       it now itemizes all the items, not just the changed ones.
9
10     - Made the output of all file types consistent when using a --*-dest
11       option.  Prior versions used to output too many creation events for
12       matching items.
13
14   ENHANCEMENTS:
15
16     - ...
17
18   INTERNAL:
19
20     - Upgraded the included popt version to 1.10.2 and improved its use of
21       string-handling functions.
22
23   DEVELOPER RELATED:
24
25     - ...