diff options
author | Wayne Davison <wayned@samba.org> | 2008-01-01 08:59:26 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-01-01 08:59:26 -0800 |
commit | f859d3ded6285c499898540ca4fb16f1e1a7d26b (patch) | |
tree | b90ebaaddee41e628d18951bf6787a3325a81695 /NEWS | |
parent | 5288be3af7c24814011130306725c24df792cc06 (diff) | |
download | rsync-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-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |