From: Wayne Davison Date: Mon, 12 Jan 2004 03:59:53 +0000 (+0000) Subject: More hard-link stuff. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f8ebdf9265e0189368d14497a212647f8cb185dd 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)