From: Wayne Davison Date: Fri, 30 Apr 2004 19:14:52 +0000 (+0000) Subject: Additional testing confirmed the limited scope of the sources affected X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d8195637d4f1a0f7526030014c8054761b6563db Additional testing confirmed the limited scope of the sources affected by the -R sorting bug. --- diff --git a/NEWS b/NEWS index c46b753c..b1ba59a7 100644 --- a/NEWS +++ b/NEWS @@ -5,9 +5,9 @@ Changes since 2.6.1: BUG FIXES: - Fixed a major bug in the sorting of the filenames when --relative - is used for some sources (probably just "/", but don't depend on - that). This fix ensures that we ask for the right file-list item - when requesting changes from the sender. + is used for some sources (just sources such as "/" and "/*" were + affected). This fix ensures that we ask for the right file-list + item when requesting changes from the sender. - Rsync now checks the return value of the close() function to better report disk-full problems on an NFS file system.