One more configure item.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index e440c44..cf72e93 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -155,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
@@ -164,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