Fixed some misspellings.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 7e60add..dde85f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Changes since 2.6.4:
       rsyncd.conf file.
 
     - Fixed a bug in the transfer of a single file when -H is specified
-      that might have caused an infininte loop or perhaps a crash.
+      that might have caused an infinite loop or perhaps a crash.
 
     - Fixed a case where the generator might try to tweak the write
       permissions of a read-only directory in list-only mode.
@@ -42,6 +42,13 @@ Changes since 2.6.4:
       to a file in a --link-dest dir doesn't link the files from the rest
       of the cluster.
 
+    - When deleting files with the --one-file-system (-x) option set, rsync
+      no longer tries to remove files from inside a mount-point on the
+      receiving side.
+
+    - Fixed a compatibility problem when using --cvs-ignore (-C) and
+      sending files to an older rsync without using --delete.
+
   ENHANCEMENTS:
 
     - Added the --only-write-batch=FILE option that may be used (instead