If we're cross-compiling, tell the user to run mkrounding on the
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 5e9dc75..7bd2ed8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,12 @@ Changes since 2.6.9:
       options:  --compare-dest, --link-dest, --copy-dest, --partial-dir,
       --backup-dir, --temp-dir, and --files-from.
 
+    - If a file's data arrived successfully on the receiving side but the
+      rename of the tempory file to the destination file failed AND the
+      --remove-souce-files (or the deprecated --remove-sent-files) option
+      was specified, rsync no longer erroneously removes the associated
+      source file.
+
     - Fixed the output of -ii when combined with one of the --*-dest options:
       it now itemizes all the items, not just the changed ones.