From: Wayne Davison Date: Fri, 9 Nov 2007 04:32:58 +0000 (+0000) Subject: Mention latest changes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f153c9c9439506aac400a125f98fc3c7550b68ce Mention latest changes. --- diff --git a/NEWS b/NEWS index c6246c99..135932ff 100644 --- a/NEWS +++ b/NEWS @@ -71,6 +71,12 @@ Changes since 2.6.9: - If a daemon module's "path" value is not an absolute pathname, the code now makes it absolute internally (making it work properly). + - Ensure that a temporary file always has owner-write permission while we + are writing to it. This avoids problems with some network filesystems. + + - Any errors output about password-file reading no longer cause an error at + the end of the run about a partial transfer. + ENHANCEMENTS: - A new incremental-recursion algorithm is now used when rsync is talking @@ -214,6 +220,10 @@ Changes since 2.6.9: - Improved J.W.'s pool_alloc routines to add a way of freeing older sections of a pool's memory. + - The getaddrinfo.c compatibility code in the "lib" dir was replaced with + some new code (derived from samba, derived from PostgreSQL) that has a + better license than the old code. + DEVELOPER RELATED: - Rsync is now licensed under the GPLv3 or later.