summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-01-01 08:59:26 -0800
committerWayne Davison <wayned@samba.org>2008-01-01 08:59:26 -0800
commitf859d3ded6285c499898540ca4fb16f1e1a7d26b (patch)
treeb90ebaaddee41e628d18951bf6787a3325a81695 /NEWS
parent5288be3af7c24814011130306725c24df792cc06 (diff)
downloadrsync-f859d3ded6285c499898540ca4fb16f1e1a7d26b.tar.gz
rsync-f859d3ded6285c499898540ca4fb16f1e1a7d26b.tar.bz2
rsync-f859d3ded6285c499898540ca4fb16f1e1a7d26b.zip
If we're cross-compiling, tell the user to run mkrounding on the
target machine to build the rounding.h file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e9dc754..7bd2ed88 100644
--- 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.