]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update news with a high-level summary of changes in 4.0 so far
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Aug 2019 19:39:06 +0000 (21:39 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Aug 2019 19:39:06 +0000 (21:39 +0200)
doc/NEWS.adoc

index 8661a3f88a0f3a249e552a9d3976ae08f0687f23..c0bb8bdd187d294ea4c4164c7130891c87fc19a2 100644 (file)
@@ -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