summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-03-26 09:59:14 -0700
committerWayne Davison <wayned@samba.org>2011-03-26 10:09:20 -0700
commit78286a03d196efeed754aa4c1faa571f5dbea342 (patch)
tree6ba67b8ae2397f5a55278f5a7041d9b0a9d2d197 /NEWS
parentd699d815d6acdf18f73788c21f3be5e6611cfecf (diff)
downloadrsync-78286a03d196efeed754aa4c1faa571f5dbea342.tar.gz
Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.
Improved the xattrs testing to include hard-linking.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5fd125af..97b02008 100644
--- a/NEWS
+++ b/NEWS
@@ -95,8 +95,8 @@ Changes since 3.0.4:
- When replacing a non-dir with a symlink/hard-link/device/special-file,
the update should now be done in an atomic manner.
- - Fixed a free of the wrong pointer in uncache_tmp_xattrs() (which only
- sometimes affects an --xattr transfer when --backup is used).
+ - Avoid re-sending xattr info for hard-linked files w/the same xattrs
+ (protocol 31).
- When backing up a file, try to hard-link the file into place so that the
upcoming replacement of the destination file will be atomic.