670f4021f9d778df5b4f501f48baddfe1b733118
[rsync.git] / NEWS
1 NEWS for rsync 3.0.9 (UNRELEASED)
2 Protocol: 30 (unchanged)
3 Changes since 3.0.8:
4
5   BUG FIXES:
6
7     - Fix a crash bug in checksum scanning when --inplace is used.
8
9     - Fix a hang if a hard-linked file cannot be opened by the sender (e.g.
10       if it has no read permission).
11
12     - Fix preservation of a symlink's system xattrs (e.g. selinux) on Linux.
13
14     - Fix a bug with the modifying of unwritable directories.
15
16     - Fix --fake-super's interaction with --link-dest same-file comparisons.
17
18     - Fix the updating of the curr_dir buffer to avoid a duplicate slash.
19
20     - Make daemon-excluded file errors more error-like.
21
22     - Fix a compilation issue on older C compilers (due to a misplaced var
23       declaration).
24
25     - Fix some issues with the post-processing of the man pages.