From: Wayne Davison Date: Wed, 3 May 2006 05:22:01 +0000 (+0000) Subject: Mention the fix for the "unexpected tag 3" bug. X-Git-Tag: v2.6.9pre1~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ac4774675e274ee27ba9344e9cf0a12a8a97bce;p=thirdparty%2Frsync.git Mention the fix for the "unexpected tag 3" bug. --- diff --git a/NEWS b/NEWS index 6fd6993c..68c98f55 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ 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. + - Make sure that the --link-dest option can still do its job even when -I or --size-only is specified.