X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/93f3fbf73e2e2b1c2560482fb395c3f9a6835fc8..342bfb5e23ebb372e0b1230f8124a4312f8a66d8:/OLDNEWS 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