Mention the latest changes.
authorWayne Davison <wayned@samba.org>
Tue, 1 Mar 2005 06:05:23 +0000 (06:05 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 1 Mar 2005 06:05:23 +0000 (06:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 85703be..58f8ab2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -113,6 +113,10 @@ Changes since 2.6.3:
     - The stat size of a device is not added to the total file size of the
       items in the transfer since the size might be undefined on some OSes.
 
+    - Fixed a problem with refused-option messages sometimes not making it
+      back to the client side when a remote --files-from was in effect and
+      the daemon was the receiver.
+
   ENHANCEMENTS:
 
     - Rsync now supports popt's option aliases, which means that you can
@@ -221,6 +225,10 @@ Changes since 2.6.3:
     - Added the --remove-sent-files option, which lets you move files
       between systems.
 
+    - The hostname in HOST:PATH or HOST::PATH may now be an IPv6 literal
+      enclosed in '[' and ']' (e.g. "[::1]").  (We already allowed IPv6
+      literals in the rsync://HOST:PORT/PATH format.)
+
     - When building under windows, the default for --daemon is now to
       avoid detaching, requiring the new --detach option to force rsync
       to detach.