From: Wayne Davison Date: Tue, 3 Mar 2009 16:58:58 +0000 (-0800) Subject: Mention the fix to --safe-links/--copy-unsafe-links. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/af00666a40a27fa752478d6b8c2dc0f04da207fb Mention the fix to --safe-links/--copy-unsafe-links. --- diff --git a/NEWS b/NEWS index 7fb6911a..0b7c5d7c 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ Changes since 3.0.5: - Fixed the daemon's socket code to handle the simultaneous arrival of multiple connections. + - Fix --safe-links/--copy-unsafe-links to properly handle symlinks that + have consecutive slashes in the value. + - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed. - The sender now skips a (bogus) symlink that has a 0-length value, which