Mention more changes.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 76ecdb5..f8ddf8e 100644 (file)
--- 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.