X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/051ad69634a961188a09453b33abe605c2a55bd6..2fcc265c2fc409f29f2c924155f01582aedac981:/NEWS 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: