From: Wayne Davison Date: Sat, 17 Feb 2007 17:05:22 +0000 (+0000) Subject: Mention a couple more changes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d762dfe94b9b9122f58a12ac1f5a0dfacee5dcb1 Mention a couple more changes. --- diff --git a/NEWS b/NEWS index 3d51c537..531e6f5a 100644 --- 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: