X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c7b1a56b3d70fb91b20702f169ae1af9b68de8e9..94327ff0c2afd01f73c5e1c51f0babbb3a72cec9:/NEWS diff --git a/NEWS b/NEWS index 4cffa09a..2b1a9618 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,15 @@ Changes since 2.6.2: - Added the --checksum-seed=N option for advanced users. + - Batch writing/reading has a brand-new implementation that is simpler, + fixes a few weird problems with the old code (such as no longer + sprinkling the batch files into different dirs or even onto different + systems), and is much less intrusive into the code (making it easier + to maintain for the future). The new code generates just one data + file instead of three, which makes it possible to read the batch via + stdin. Also, the old requirement of using the same fixed checksum- + seed for all batch processing has been removed. (Chris Shoemaker) + INTERNAL: - Some cleanup in the exclude code has saved some per-exclude memory