aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2014-06-13 15:58:26 -0700
committerWayne Davison <wayned@samba.org>2014-06-13 16:05:08 -0700
commitba43e88527980718f99b680c3a3e3e2a3a97b6f3 (patch)
treebe31f6fbf70b92a8f41e4cbc7d93349e20fed85f /NEWS
parentff08acd4f24e74019dd75420fd8373fad563c1af (diff)
downloadandroid_external_rsync-ba43e88527980718f99b680c3a3e3e2a3a97b6f3.tar.gz
android_external_rsync-ba43e88527980718f99b680c3a3e3e2a3a97b6f3.tar.bz2
android_external_rsync-ba43e88527980718f99b680c3a3e3e2a3a97b6f3.zip
Fix hard-link bugs when receiver isn't capable.
If the receiving side cannot hard-link symlinks and/or special files (including devices) then we now properly handle incoming hard-linked items (creating separate identical items).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22766ce6..5f2e7387 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,10 @@ Changes since 3.1.0:
transfer failure. This removal is flagged in the compatibility code, so
if a better fix can be discovered, we have a way to flip it on again.
+ - Fixed a bug when the receiver is not configured to be able to hard link
+ symlimks/devices/special-file items but the sender sent some of these
+ items flagged as hard-linked.
+
- We now generate a better error if the buffer overflows in do_mknod().
- Fixed a problem reading more than 16 ACLs on some OSes.