summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-11-15 15:25:30 -0800
committerWayne Davison <wayned@samba.org>2008-11-15 15:25:30 -0800
commitb292021e455092ad776bdf940f67d692b5a9c535 (patch)
tree030011d047f5b8e214253849a97c9f14debafc42
parent13e40ca0c6f249c7f7df2e5fbacaba6d4398694d (diff)
downloadrsync-b292021e455092ad776bdf940f67d692b5a9c535.tar.gz
Mention a few NEWS items that hadn't been mentioned yet.
-rw-r--r--NEWS16
1 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b31cae64..cf19e293 100644
--- a/NEWS
+++ b/NEWS
@@ -21,13 +21,13 @@ Changes since 3.0.4:
destination that had an empty path (e.g. "host:"). Also fixed a problem
when -s was used when accessing a daemon via a remote-shell.
- - Fixed the use of a dot-dir path (e.g. foo/./bar) inside of a --files-from
+ - Fixed the use of a dot-dir path (e.g. foo/./bar) inside a --files-from
file when the root of the transfer isn't the current directory.
- - Fixed a bug with "-K --delete" removing symlinks to directories in when
+ - Fixed a bug with "-K --delete" removing symlinks to directories when
incremental recursion is active.
- - Fixed a potential (hard to trigger) hang when using --remove-source-files.
+ - Fixed a hard to trigger hang when using --remove-source-files.
- Got rid of an annoying delay when accessing a daemon via a remote-shell.
@@ -39,6 +39,16 @@ Changes since 3.0.4:
- Fixed reverse lookups in the compatibility-library version of
getnameinfo().
+ - Fixed a bug when using --sparse on a sparse file that has over 2GB of
+ consecutive sparse data.
+
+ - Got rid of a bunch of "warn_unused_result" compiler warnings.
+
+ - If an ftruncate() on a received file fails, it now causes a partial-
+ transfer warning.
+
+ - Allow a path with a leading "//" to be preserved (CYGWIN only).
+
ENHANCEMENTS:
- Made the support/atomic-rsync script able to perform a fully atomic