X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f8ebdf9265e0189368d14497a212647f8cb185dd..b7cee9498b38e770e4ce968168f7035f0185763e:/NEWS diff --git a/NEWS b/NEWS index e2713166..6e3f91ad 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,10 @@ Changes since 2.6.0: * Fixed "make test" bug when build dir is not the source dir. + * When using --cvs-exclude, the exclude items we get from a + directory's .cvsignore file once again only affect that one + directory (and not all following directories too). + INTERNAL: * Most of the I/O is now buffered, which results in a pretty @@ -65,6 +69,13 @@ Changes since 2.6.0: * Less memory used per-file in the file list. + * The 2 pipes used between the receiver and generator processes + (which are forked on the same machine) were reduced to 1 pipe and + the protocol improved so that (1) it is now impossible to have the + "redo" pipe fill up and hang rsync, and (2) trailing messages from + the receiver don't get lost on their way to through generator over + to the sender. (Wayne Davison) + NEWS for rsync 2.6.0 (1 Jan 2004) Protocol: 27 (changed)