X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a25aed50e637ee87c93acf904a5e22631623519f..7875e6fe63805a3412cb4a8673a2dbf233631110:/NEWS diff --git a/NEWS b/NEWS index efddfe8f..1e80e042 100644 --- a/NEWS +++ b/NEWS @@ -1,35 +1,44 @@ -NEWS for rsync 3.0.4 (UNRELEASED) +NEWS for rsync 3.0.6 (UNRELEASED) Protocol: 30 (unchanged) -Changes since 3.0.3: +Changes since 3.0.5: BUG FIXES: - - Fixed a bug in the hard-linking code where it would sometimes try to - allocate 0 bytes of memory (which fails on some OSes, such as AIX). + - Fixed a hang in the batch-reading code with incremental recursion. - - Fixed the hard-linking of files from a device that has a device number - of 0 (which seems to be a common device number on NetBSD). + - Fixed the daemon's socket code to handle the simultaneous arrival of + multiple connections. - - Fixed a couple issues in the --fake-super handling of xattrs when the - destination files have root-level attributes (e.g. selinux values) that - a non-root copy can't affect. + - Fix --safe-links/--copy-unsafe-links to properly handle symlinks that + have consecutive slashes in the value. - - Improved the keep-alive check in the generator to fire consistently in - incremental-recursion mode when --timeout is enabled. + - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed. - - Fixed a potential alignment issue in the IRIX ACL code when allocating - the initial "struct acl" object. Also, cast mallocs to avoid warnings. + - The sender now skips a (bogus) symlink that has a 0-length value, which + avoids a transfer error in the receiver. - ENHANCEMENTS: + - Fixed a case where the sender could die with a tag-0 error if there was + an I/O during the sending of the file list. - - Rsync will avoid sending an -e option to the server if an older protocol - is requested (and thus the option would not be useful). This lets the - user specify the --protocol=29 option to access an overly-restrictive - server that is rejecting the protocol-30 use of -e to the server. + - Fixed the rrsync script to avoid a server-side problem when -e is at the + start of the short options. - DEVELOPER RELATED: + - Fixed a problem where a vanished directory could turn into an exit code + 23 instead of the proper exit code 24. - - The Makefile will not halt for just a timestamp change on the Makefile - or the configure files, only for actual changes in content. + - Fixed the --iconv conversion of symlinks when doing a local copy. - - Enhanced the release scripts to be able to handle a branch release. + - Fixed a problem where --one-file-system was not stopping deletions on the + receiving side when a mount-point directory did not match a directory in + the transfer. + + - Fixed the dropping of an ACL mask when no named ACL values were present. + + - Fixed the use of --dry-run with --read-batch. + + - Fixed configure's erroneous use of target. + + - Fixed configure's --disable-debug option. + + - Fixed a run-time issue for systems that can't find iconv_open() by adding + the --disable-iconv-open configure option.