Tweaked the alloc/realloc code in flist_expand().
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index e8f9b34..a9dfedf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,10 +25,18 @@ Changes since 2.6.2:
       items are now excluded from being uploaded (if the module is not
       read-only) as well as downloaded.
 
+    - When using --backup without a --backup-dir, rsync no longer preserves
+      the modify time on directories.  This avoids confusing NFS.
+
+    - Fixed a bug in the daemon authentication code when using one of the
+      batch-processing options.
+
   ENHANCEMENTS:
 
     - Added the "write only" option to the daemon's config file.
 
+    - Added the --checksum-seed=N option for advanced users.
+
     - Added long-option names for -4 and -6 (namely --ipv4 and --ipv6)
       and documented all these options in the man page.