]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Nov 2021 19:31:58 +0000 (20:31 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Nov 2021 19:49:24 +0000 (20:49 +0100)
(cherry picked from commit 764dc83795d9a05c2a9d69f267ed86f61a253d09)

doc/NEWS.adoc

index a6b106e1ce3eee4e201f9866df677e7787c3e0c8..321cacc47976bb75eee5b3adb44224889b5e220b 100644 (file)
@@ -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