aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-07-03 08:56:09 -0700
committerWayne Davison <wayned@samba.org>2010-07-03 08:56:09 -0700
commit05022e00a2cb5ba8b994c1f11ebe501efa2f0114 (patch)
treea1bf60b13c92b2b500cb932fab0080b59dd8d50b
parent24a743b5650ad27c2db4a6323f714e072cdc595e (diff)
downloadandroid_external_rsync-05022e00a2cb5ba8b994c1f11ebe501efa2f0114.tar.gz
android_external_rsync-05022e00a2cb5ba8b994c1f11ebe501efa2f0114.tar.bz2
android_external_rsync-05022e00a2cb5ba8b994c1f11ebe501efa2f0114.zip
More NEWS.
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
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).