Mention latest changes.
authorWayne Davison <wayned@samba.org>
Sat, 3 Jul 2010 15:49:46 +0000 (08:49 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 3 Jul 2010 15:49:46 +0000 (08:49 -0700)
NEWS

diff --git a/NEWS b/NEWS
index bb49a684a13897a24d1e008d706231564f18ed51..ab4bdb5e25a911d2e2c4b377d96b7cbc8fbb5b72 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,11 @@ Changes since 3.0.7:
     - Fixed a potential crash when an rsync daemon has a filter/exclude list
       and the transfer is using ACLs or extended attributes.
 
+    - Fixed compression-ignoring of upper-case suffixes.
+
+    - If the destination arg is an empty string, it will be treated as a
+      reference to the current directory (as 2.x used to do).
+
     - Fixed a batch-file writing bug that would not write out the full set of
       compatibility flags that the transfer was using.  This fixes a potential
       protocol problem for a batch file that contains a sender-side I/O error:
@@ -19,9 +24,16 @@ Changes since 3.0.7:
       hashing is working right, and to supply more information if the hard-link
       code fails.
 
+    - Fix the popt arg parsing so that an option that doesn't take an arg will
+      reject an attempt to supply and arg.
+
     - A couple minor option tweaks to support/rrsync script, and also some
       regex changes that make vim highlighting happier.
 
+    - A few manpage improvements.
+
+    - A couple fixes to the socketpair_tcp() routine.
+
   DEVELOPER RELATED:
 
     - Updated the helper scripts in the packaging subdirectory.