]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS v4.9.1
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 5 Feb 2024 19:27:16 +0000 (20:27 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 5 Feb 2024 19:29:52 +0000 (20:29 +0100)
doc/NEWS.adoc

index 4fca5adbe03109ee227d88641b5d7c1673e6739d..e0a396d0f8c8625c457e73057335a04ca26bc9cf 100644 (file)
@@ -1,5 +1,27 @@
 = Ccache news
 
+== Ccache 4.9.1
+
+Release date: 2024-02-05
+
+=== Bug fixes
+
+- Improved detection of bad remote storage URLs gracefully. This also fixes
+  crashes seen in ccache's own test suite. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Made caching completely disabled when modification of a source or include file
+  is detected during ccache invocation. Previously this was only done for the
+  direct mode. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Fixed a MSVC crash when using `/Zi` with many concurrent compilations. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Fixed a crash when `-arch` is the last compiler option. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
 == Ccache 4.9
 
 Release date: 2023-12-30