From: Joel Rosdahl Date: Wed, 17 Nov 2021 19:31:58 +0000 (+0100) Subject: chore: Update NEWS X-Git-Tag: v4.6~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a58b80c7521e435f8e6a559f8258c19d515fbe3;p=thirdparty%2Fccache.git chore: Update NEWS (cherry picked from commit 764dc83795d9a05c2a9d69f267ed86f61a253d09) --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index a6b106e1c..321cacc47 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,25 @@ = Ccache news +== Ccache 4.5.1 + +Release date: 2021-11-17 + + +=== Bug fixes + +- Fixed entry_size field for result entries. This bug affected the recompression + feature (`-X`/`--recompress`) in ccache 4.5. + + [small]#_[contributed by Joel Rosdahl]_# + +- The actual compression level is now once again stored in the cache entry + header. + + [small]#_[contributed by Joel Rosdahl]_# + +- Corrected error handling for unconstructible secondary storage backends. For + instance, this avoids a crash when a Redis server can't be reached. + + [small]#_[contributed by Joel Rosdahl]_# + + == Ccache 4.5 Release date: 2021-11-13