Do a small msleep() in the sig_int() handler before shutting down.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 0ec3ede..98c192b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,12 @@
-NEWS for rsync version 2.5.8
+NEWS for rsync version 2.6.0
 Protocol: 27 (changed)
 Changes since version 2.5.7:
 
   ENHANCEMENTS:
 
+    * "ssh" is now the default remote shell for rsync.  If you want to
+      change this, configure like this:  "./configure --with-rsh=rsh".
+
     * Added --files-from, --no-relative, --no-implied-dirs, and --from0.
       Note that --from0 affects the line-ending character for all the
       files read by the --*-from options. (Wayne Davison)