X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2daed024b17a2cafb956e12581c25119d07a5950..f6d530b3fc8d95427a93d51b49ef20f9e3ee5054:/NEWS diff --git a/NEWS b/NEWS index 5740b109..1ad15b7e 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,10 @@ Changes since 3.0.5: - The sender now skips a (bogus) symlink that has a 0-length value, which avoids a transfer error in the receiver. + - Added the --delete-missing option to delete user-specified files on the + receiver that are missing on the sender (normally the absence of user- + specified files generates an error). + - 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.