Mention a couple more changes.
authorWayne Davison <wayned@samba.org>
Sat, 17 Feb 2007 17:05:22 +0000 (17:05 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 17 Feb 2007 17:05:22 +0000 (17:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3d51c53..531e6f5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ Changes since 2.6.9:
       and exits.  This should help users figure out that they can't use this
       option to control a remote shell's password prompt.
 
+    - Make sure that directory permissions of a newly-created destination
+      directory are handled right when --perms is left off.
+
   ENHANCEMENTS:
 
     - A new incremental-recursion algorithm is now used when rsync is talking
@@ -77,6 +80,9 @@ Changes since 2.6.9:
 
     - Made the sending of some numbers more efficient for protocol 30.
 
+    - Make sure that a daemon process doesn't mind if the client was weird and
+      omitted the --server option.
+
     - Improved the use of "const" on pointers.
 
   DEVELOPER RELATED: