From: Wayne Davison Date: Mon, 12 Jan 2004 03:59:53 +0000 (+0000) Subject: More hard-link stuff. X-Git-Tag: v2.6.1pre1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ebdf9265e0189368d14497a212647f8cb185dd;p=thirdparty%2Frsync.git More hard-link stuff. --- diff --git a/NEWS b/NEWS index 254270ea..e2713166 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,9 @@ Changes since 2.6.0: * Reduced memory requirements of hard link preservation. (J.W. Schultz) + * Implemented a new algorithm for hard-link handling that speeds + up the code significantly. (J.W. Schultz and Wayne Davison) + * Got rid of support for protocol versions 17 and 18 (which are both over 6 years old). (Wayne Davison)