Simplified the last change a bit.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 8db7572..e440c44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -60,7 +60,8 @@ Changes since 2.6.4:
 
     - When deleting files with the --one-file-system (-x) option set, rsync
       no longer tries to remove files from inside a mount-point on the
-      receiving side.
+      receiving side.  Also, we don't complain about being unable to remove
+      the mount-point dir.
 
     - Fixed a compatibility problem when using --cvs-ignore (-C) and
       sending files to an older rsync without using --delete.
@@ -75,6 +76,11 @@ Changes since 2.6.4:
       --relative (-R) was combined with a source path that had a trailing
       slash.
 
+    - Fixed a case where rsync would erroneously delete some files and then
+      re-transfer them when the options --relative (-R) and --recursive
+      (-r) were both enabled (along with --delete) and a source path had a
+      trailing slash.
+
     - Make sure that --max-size doesn't affect a device or a symlink.
 
     - Make sure that a system with a really small MAXPATHLEN does not cause
@@ -109,8 +115,8 @@ Changes since 2.6.4:
       can get started on the files sooner rather than later.
 
     - Improved the keep-alive code to handle a long silence between the
-      sender and the receiver that can occur when processing the checksum
-      data for a large file.
+      sender and the receiver that can occur when the sender is receiving
+      the checksum data for a large file.
 
     - Improved the auth-errors that are logged by the daemon to include
       some information on why the authorization failed (wrong user,