From b5c103fdb1e4cc6669c3bc77617c29aaad78004c Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 5 Feb 2024 20:27:16 +0100 Subject: [PATCH] chore: Update NEWS (cherry picked from commit ec510e9b0f333b8e97aee98108de3e0858340d59) --- doc/NEWS.adoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 4fca5adbe..e0a396d0f 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -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 -- 2.47.2