From c7f0a540484e02e2cf2e79c54cdb56f6f4f09abb Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 15 Aug 2019 21:39:06 +0200 Subject: [PATCH] Update news with a high-level summary of changes in 4.0 so far --- doc/NEWS.adoc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 8661a3f88..c0bb8bdd1 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,33 @@ ccache news =========== +ccache 4.0 +---------- +Unreleased + +High-level summary of changes (work in progress) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Compilation results are now stored in single aggregated files; before up to + seven files per cached result were used. + +- Result files are now compressed by the real-time compression algorithm + Zstandard by default. + +- BLAKE2b is now used instead of MD4 for hashing input. + +- Added checksumming of result files using XXH64 to detect data corruption. + +- Made the hard link mode less error prone. + +- Added opt-in support for using file cloning (on Btrfs/XFS/APFS) to copy data + to and from the cache. + +- A C++11 compiler is now required to build ccache. + +- (More to be written.) + + ccache 3.7.2 ------------ Release date: 2019-07-19 -- 2.47.3