From: Wayne Davison Date: Mon, 21 Dec 2009 18:52:54 +0000 (-0800) Subject: Mention the compress fix. X-Git-Tag: v3.0.7pre1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21264a8b9edff20b561807754c3c7643929b4b8;p=thirdparty%2Frsync.git Mention the compress fix. --- diff --git a/NEWS b/NEWS index 4aa0d736..87ffb2a5 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ Changes since 3.0.6: - Avoid an error when --dry-run was trying to stat a prior hard-link file that hasn't really been created. + - Fixed a problem with --compress (-z) where the receiving side could + return the error "inflate (token) returned -5". + - Improved --skip-compress's error handling of bad character-sets and got rid of a lingering debug fprintf().