From: Wayne Davison Date: Wed, 3 May 2006 05:37:00 +0000 (+0000) Subject: Improved the last bugfix description. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bdac7621eea8aaf7330174f787f68c67215ed026 Improved the last bugfix description. --- diff --git a/NEWS b/NEWS index 68c98f55..6b7ac3e4 100644 --- a/NEWS +++ b/NEWS @@ -13,9 +13,13 @@ Changes since 2.6.8: preventing the references from leaving the destination hierarchy (use the age-old --safe-links for that behavior). - - Fixed a bug where a deferred FLOG message would get sent from the - generator to the sender instead of being handled by rwrite(). This - fixes the "unexpected tag 3" fatal error. + - Fixed a bug where a deferred info/error/log message could get sent + directly to the sender instead of being handled by rwrite() in the + generator. This fixes an "unexpected tag 3" fatal error, and should + also fix a potential problem where a deferred info/error message from + the receiver might bypass the log file and get sent only to the client + process. (These problems could only affect an rsync daemon that was + receiving files.) - Make sure that the --link-dest option can still do its job even when -I or --size-only is specified.