From b292021e455092ad776bdf940f67d692b5a9c535 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 15 Nov 2008 15:25:30 -0800 Subject: [PATCH] Mention a few NEWS items that hadn't been mentioned yet. --- NEWS | 16 +++++++++++++--- 1 file 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 -- 2.34.1