From: Wayne Davison Date: Sat, 20 Dec 2003 16:51:13 +0000 (+0000) Subject: Added a couple missing items from John Van Essen. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/256a9e376c5da6b0ae2a73eff86c7424b222c3e3 Added a couple missing items from John Van Essen. --- diff --git a/NEWS b/NEWS index aee7996c..a93bbfa6 100644 --- a/NEWS +++ b/NEWS @@ -59,7 +59,7 @@ Changes since version 2.5.7: block size (including checksum_seed) is a multiple of 64. Previously it was not called, giving the wrong MD4 checksum. (Craig Barratt) - + * For protocol version >= 27, a 64 bit bit counter is used in mdfour.c as required by the RFC. Previously only a 32 bit bit counter was used, causing incorrect MD4 file checksums for @@ -78,6 +78,12 @@ Changes since version 2.5.7: * Fixed file I/O error detection. (John Van Essen) + * Fixed bogus "malformed address {hostname}" message in rsyncd log + when checking IP address against hostnames from "hosts allow" + and "hosts deny" parameters in config file. + + * Print heap statistics when verbose >= 2 instead of when >= 1. + * Fixed a compression (-z) bug when syncing a mostly-matching file that contains already-compressed data. (Yasuoka Masahiko and Wayne Davison)