From a50f01935030e46fd6f35184ba7b1f11105967b7 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 3 May 2025 10:40:16 +0200 Subject: [PATCH] chore: Update NEWS --- doc/NEWS.adoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index d442cf28..f1d6bbba 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,29 @@ = Ccache news +== Ccache 4.11.3 + +Release date: 2025-05-03 + + +=== Bug fixes + +- Fixed handling of Apple Clang `-Xpreprocessor -fopenmp` options (regression in + ccache 4.10). + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Build improvements + +- Adapted unit test code to compile with doctest 2.4.12. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Test improvements + +- Silenced benign compiler warning in the profiling_gcc_10+ suite. + + [small]#_[contributed by Joel Rosdahl]_# + + == Ccache 4.11.2 Release date: 2025-03-22 -- 2.47.2