Restore UNUSED() macro (the prior problems that prompted me to remove
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 3f3be0c..d4c613d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,10 @@ Changes since 2.6.2:
 
   ENHANCEMENTS:
 
+    - The new option --keep-dirlinks (-K) allows you to symlink a directory
+      onto another patition on the receiving side and have rsync treat it
+      as matching a normal directory from the sender.
+
     - Added the "write only" option to the daemon's config file.
 
     - Added long-option names for -4 and -6 (namely --ipv4 and --ipv6)
@@ -44,6 +48,9 @@ Changes since 2.6.2:
       bursty, more accurate, and works properly over a larger range of
       values.
 
+    - The rsync daemon-over-ssh code now looks for SSH_CONNECTION and
+      SSH2_CLIENT in addition to SSH_CLIENT to figure out the IP address.
+
     - Added the --checksum-seed=N option for advanced users.
 
   INTERNAL:
@@ -66,3 +73,6 @@ Changes since 2.6.2:
 
     - The scripts in the testsuite dir were cleaned up a bit.
 
+    - A few new diffs were added to the patches dir (and some accepted
+      ones were removed as well).
+