From: Wayne Davison Date: Mon, 10 Nov 2008 02:07:30 +0000 (-0800) Subject: Mention hang fix in the NEWS. X-Git-Tag: v3.0.5pre2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42130f9cb0eff5a6bc7a60f7d4588663cc1361c8;p=thirdparty%2Frsync.git Mention hang fix in the NEWS. --- diff --git a/NEWS b/NEWS index 07b06204..d9c94547 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,8 @@ Changes since 3.0.4: destination that had an empty path (e.g. "host:"). Also fixed a problem when -s was used when accessing a daemon via a remote-shell. + - Fixed a potential (hard to trigger) hang when using --remove-source-files. + - Got rid of an annoying delay when accessing a daemon via a remote-shell. - Properly ignore (superfluous) source args on a --read-batch command.