diff options
author | Wayne Davison <wayned@samba.org> | 2008-07-30 08:33:35 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-07-30 08:33:35 -0700 |
commit | 2fa069d85f0cea0f5a0374d2511862316206229b (patch) | |
tree | 3a622ae0b835299f577430cc46bf241c13fa004b | |
parent | a25aed50e637ee87c93acf904a5e22631623519f (diff) | |
download | rsync-2fa069d85f0cea0f5a0374d2511862316206229b.tar.gz rsync-2fa069d85f0cea0f5a0374d2511862316206229b.tar.bz2 rsync-2fa069d85f0cea0f5a0374d2511862316206229b.zip |
Mention a missing sender-side hash improvment that went out in 3.0.0.
-rw-r--r-- | OLDNEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |