Mention the latest fixes in the NEWS.
authorWayne Davison <wayned@samba.org>
Sat, 17 May 2008 16:45:13 +0000 (09:45 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 17 May 2008 16:45:13 +0000 (09:45 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 86a8331..147ed7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,11 +9,16 @@ Changes since 3.0.2:
 
     - Fixed a crash bug in the hard-link code.
 
+    - Fixed the combination of --xattrs and --backup.
+
     - The generator no longer allows a '.' dir to be excluded by a daemon-
       exclude rule.
 
     - Fixed the conversion of spaces into dashes in the %M log escape.
 
+    - Fixed several places in the code that were not returning the right
+      errno when a function failed.
+
     - Moved the setting of the socket options prior to the connect().
 
     - If rsync exits in the middle of a --progress output, it now outputs a
@@ -29,6 +34,8 @@ Changes since 3.0.2:
     - The rsyncd.conf manpage now consistently refers to the parameters in
       the daemon config file as "parameters".
 
+    - The description of the --inplace option was improved.
+
   DEVELOPER RELATED:
 
     - Fixed a testcase failure if the tests are run as root and made some