Ignore new getfsdev executable.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 4db1d71..6540a9c 100644 (file)
--- 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