X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/86e2f445f7febc3f7096e6c31d1be338fcceba4e..21d1e929a047799207b650198b0d0e06c5886800:/NEWS diff --git a/NEWS b/NEWS index 4db1d717..6540a9cf 100644 --- a/NEWS +++ b/NEWS @@ -98,6 +98,11 @@ Changes since 2.6.2: - Avoid a bogus run-time complaint about a lack of 64-bit integers when the int64 type is defined as an off_t and it actually has 64-bits. + - Added a configure check for open64() without mkstemp64() so that we + can avoid using mkstemp() when such a combination is encountered. + This bypasses a problem writing out large temp files on OSes such as + AIX and HP-UX. + ENHANCEMENTS: - Added the --partial-dir=DIR option that lets you specify where to @@ -147,6 +152,9 @@ Changes since 2.6.2: - The daemon's "refuse options" config item now allows you to match option names using wildcards and/or the single-letter option names. + - The finished file now gets its permissions and modified-time updated + before it gets movied into place. + INTERNAL: - Some cleanup in the exclude code has saved some per-exclude memory