From: Wayne Davison Date: Mon, 13 Apr 2009 14:42:20 +0000 (-0700) Subject: Clarify the read-batch fix. X-Git-Tag: v3.0.6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f739c11845b467175e75f5d15a2645af0bb473;p=thirdparty%2Frsync.git Clarify the read-batch fix. --- diff --git a/NEWS b/NEWS index 45ff1bdd..574f6525 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,8 @@ Changes since 3.0.5: BUG FIXES: - - Fixed a hang in the batch-reading code with incremental recursion. + - Fixed a --read-batch hang when rsync is reading a batch file that was + created from an incremental-recursion transfer. - Fixed the daemon's socket code to handle the simultaneous arrival of multiple connections.