From: Wayne Davison Date: Wed, 30 Jul 2008 15:33:05 +0000 (-0700) Subject: Mention a missing sender-side hash improvment that went out in 3.0.0. X-Git-Tag: v3.1.0pre1~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe0d1426309308128f0622452063f26de2ce590;p=thirdparty%2Frsync.git Mention a missing sender-side hash improvment that went out in 3.0.0. --- diff --git a/OLDNEWS b/OLDNEWS index 49e00812..bb0f17d2 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -381,6 +381,11 @@ Changes since 2.6.9: - Fixed rsync's ability to remove files that are not writable by the file's owner when rsync is running as the same user. + - When transferring large files, the sender's hashtable of checksums is + kept at a more reasonable state of fullness (no more than 80% full) so + that the scanning of the hashtable will not bog down as the number of + blocks increases. + ENHANCEMENTS: - A new incremental-recursion algorithm is now used when rsync is talking