Aged the 2.6.3 release news.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index a627328..900eb78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Changes since 2.6.3:
       was only treating it as a special token in an rsync include/exclude
       file).
 
+    - Avoid a mkdir warning when removing a directory in the destination
+      that already exists in the --backup-dir.
+
     - An OS that has a binary mode for its files (such as cygwin0 needed
       setmode(fd, O_BINARY) called on the temp-file we opened with
       mkstemp().
@@ -18,8 +21,12 @@ Changes since 2.6.3:
 
     - Fixed an off-by-one error in the handling of --max-delete=N.
 
+    - One fork() call needed to check for and handle a failure.
+
   ENHANCEMENTS:
 
+    - Added the --max-size option (promoted from the patches dir).
+
     - The daemon-mode options were separated from the normal rsync options
       so that they can't be mixed together.  This makes it impossible for a
       user to start a daemon that had improper default option values that
@@ -31,7 +38,7 @@ Changes since 2.6.3:
 
   BUILD CHANGES:
 
-    - Support an OS that uses mkdev() instead of makedev().
+    - Handle an operating system that use mkdev() in place of makedev().
 
 \f
 NEWS for rsync 2.6.3 (30 Sep 2004)