From 764dc83795d9a05c2a9d69f267ed86f61a253d09 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 17 Nov 2021 20:31:58 +0100 Subject: [PATCH] chore: Update NEWS --- doc/NEWS.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 -- 2.47.2