summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2021-11-17 20:31:58 +0100
committerJoel Rosdahl <joel@rosdahl.net>2021-11-17 20:31:58 +0100
commit764dc83795d9a05c2a9d69f267ed86f61a253d09 (patch)
tree225cb985f8a85ad57975f4f3a73bf0607ba6bd7f
parent318f0dbddb953cb121257303f422155a57398250 (diff)
downloadccache-4.5-maint.tar.gz
chore: Update NEWSv4.5.14.5-maint
-rw-r--r--doc/NEWS.adoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index a6b106e1..321cacc4 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