From: Joel Rosdahl Date: Mon, 5 Feb 2024 19:27:16 +0000 (+0100) Subject: chore: Update NEWS X-Git-Tag: v4.9.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec510e9b0f333b8e97aee98108de3e0858340d59;p=thirdparty%2Fccache.git chore: Update NEWS --- 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