Adding a support script that can be used to make the checked-out
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index c6246c9..e8b87a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ Changes since 2.6.9:
       understand the -d option (i.e. it is 2.6.3 or older), you will need to
       either turn off -d (--no-d), or specify  -r --exclude='/*/*'  manually.
 
+    - In --dry-run mode, the last line of the verbose summary text is output
+      with a "(DRY RUN)" suffix to help remind you that no updates were made.
+
   BUG FIXES:
 
     - Fixed the output of -ii when combined with one of the --*-dest options:
@@ -71,6 +74,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 +223,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.