summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-03-26 17:04:29 -0700
committerWayne Davison <wayned@samba.org>2008-03-26 17:04:29 -0700
commita165be754b0a07da0ab0bd6a4fcc07b2f2944c67 (patch)
tree1a054e2aeb1eb179adff209468609517ece556bb /NEWS
parentaf3172c148bca60f26b8452365b1f5402d4b81ef (diff)
downloadrsync-a165be754b0a07da0ab0bd6a4fcc07b2f2944c67.tar.gz
rsync-a165be754b0a07da0ab0bd6a4fcc07b2f2944c67.tar.bz2
rsync-a165be754b0a07da0ab0bd6a4fcc07b2f2944c67.zip
Mention two more NEWS items.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 157dbb6b..ac1994bc 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ Changes since 3.0.0:
- Fixed a hang when combining --dry-run with --remove-source-files.
+ - Fixed a bug with --iconv's handling of files that cannot be converted:
+ a failed name can no longer cause a transfer failure.
+
- Fixed the building of the rounding.h file on systems that need custom
CPPFLAGS to be used. Also improved the error reporting if the building
of rounding.h fails.
@@ -74,6 +77,8 @@ Changes since 3.0.0:
- A daemon doesn't try to auto-refuse the "iconv" option if iconv-support
wasn't compiled in to the daemon (avoiding a warning in the logs).
+ - Fixed the inclusion of per-dir merge files from implied dirs.
+
- Fixed the support/rrsync script to work with the latest options that
rsync sends (including its flag-specifying use of -e to the server).