One more configure item.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 21b2783..cf72e93 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -76,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
@@ -150,6 +155,8 @@ Changes since 2.6.4:
     - Fixed a bug in the SUPPORT{,_HARD}_LINKS defines which prevented
       rsync from being built without symlink or hard-link support.
 
+    - Only define HAVE_REMSH if it is going to be set to 1.
+
     - You can use --disable-locale to turn off any use of setlocale().
 
     - Configure now disables the use of mkstemp() under HP-UX (since they
@@ -159,6 +166,9 @@ Changes since 2.6.4:
       the code can use HAVE_LSEEK64 instead of inferring lseek64()'s
       presence based on the presence of the off64_t type.
 
+    - Configure no longer mentions the switch from rsh to ssh (for the
+      default remote shell) that occurred in 2.6.0.
+
     - Some minor enhancements to the test scripts.
 
     - Added a few new diffs to the patches dir, including a patch that