aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.