From: Wayne Davison Date: Sat, 3 Jul 2010 15:56:09 +0000 (-0700) Subject: More NEWS. X-Git-Tag: v3.0.8pre1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05022e00a2cb5ba8b994c1f11ebe501efa2f0114;p=thirdparty%2Frsync.git More NEWS. --- diff --git a/NEWS b/NEWS index ab4bdb5e..44552a47 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,11 @@ Changes since 3.0.7: - Fixed a potential crash when an rsync daemon has a filter/exclude list and the transfer is using ACLs or extended attributes. - - Fixed compression-ignoring of upper-case suffixes. + - Fixed a bug in the comparing of upper-case letters in file suffixes for + --skip-compress. + + - If an rsync daemon has a module configured without a path setting, rsync + will now disallow access to that module. - If the destination arg is an empty string, it will be treated as a reference to the current directory (as 2.x used to do).