]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention the compression-mode fix for large block sizes.
authorWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 23:08:56 +0000 (23:08 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 23:08:56 +0000 (23:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c231981b28e3e6a21e17f016f9856ac1164a833e..39f815ec76ccaa1d3535b60c14d4256ab75cc6f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,12 @@ Changes since 2.6.3:
       if the block-size for a file was large enough (i.e. rsync might have
       exited with an error for large files).
 
+    - Fixed a bug that would sometimes surface when using --compress and
+      sending a file with a block-size larger than 64K (either manually
+      specified, or computed due to the file being really large).  Prior
+      versions of rsync would sometimes fail to to decompress the data
+      properly, and thus the transferred file would fail its verification.
+
     - If a daemon can't open the specified log file (i.e. syslog is not
       being used), die without crashing.  We also output an error about
       the failure on stderr (which will only be seen if --no-detach was