aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-06-26 10:59:30 -0700
committerWayne Davison <wayned@samba.org>2010-06-26 10:59:30 -0700
commit1c9eafdda0a8512e20fce4a512e52ceb56a4b1af (patch)
tree190e051119ed719d0afd6c907da85a93dc598d39 /NEWS
parentcf0f454b8ab967444f2fe5960b3caa01efb93a41 (diff)
downloadandroid_external_rsync-1c9eafdda0a8512e20fce4a512e52ceb56a4b1af.tar.gz
android_external_rsync-1c9eafdda0a8512e20fce4a512e52ceb56a4b1af.tar.bz2
android_external_rsync-1c9eafdda0a8512e20fce4a512e52ceb56a4b1af.zip
Mention more changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76ecdb59..f8ddf8ed 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,12 @@ Changes since 3.0.4:
abnormally, and should also avoid dying with an "connection unexpectedly
closed" exit when the closed connection is really expected.
+ - 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.
+
ENHANCEMENTS:
- Added the --remote-option=OPT (-M OPT) command-line option that is useful
@@ -140,3 +146,5 @@ Changes since 3.0.4:
DEVELOPER RELATED:
- Added more conditional debug output.
+
+ - Changed configure.in to configure.ac.