From: Wayne Davison Date: Fri, 16 Jun 2006 09:05:21 +0000 (+0000) Subject: Mention the latest bug-fix. X-Git-Tag: v2.6.9pre1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d1b262ac2a888a8638905840fd15a448f72903;p=thirdparty%2Frsync.git Mention the latest bug-fix. --- diff --git a/NEWS b/NEWS index ecb2dfd1..7380b073 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,10 @@ Changes since 2.6.8: process. (These problems could only affect an rsync daemon that was receiving files.) + - Fixed a bug in the %f logfile escape when receiving files: the + destination path is now included in the output (e.g. you can now tell + when a user specifies a subdir inside a module). + - If the receiving side fails to create a directory, it will now skip trying to update everything that is inside that directory.