From 268b58c335df2e0b56825dbb7ffe689092b10d25 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 19 May 2023 20:12:17 +0200 Subject: [PATCH] chore: Update NEWS --- doc/NEWS.adoc | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index b1ca9cdaf..fb700a97d 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,45 @@ = Ccache news +== Ccache 4.8.1 + +Release date: 2023-05-19 + + +=== Bug fixes + +- Fixed an issue with the depend mode in combination with `--` on the command + line for Clang-based compilers. + + [small]#_[contributed by Joel Rosdahl]_# + +- Improved knowledge about MSVC debug flags so that non-debug `/Z*` options are + once again supported. + + [small]#_[contributed by Stephan Rohmen]_# + +- Ccache no longer treats `/Zi` as unsupported for clang-cl. + + [small]#_[contributed by Tobias Hieta]_# + +- Made the output format of `ccache -k max_size` parsable by ccache itself. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Build/CI improvements + +- Corrected ccache version in the macOS binary release. + + [small]#_[contributed by Joel Rosdahl]_# + +- Made it possible to build ccache with clang-cl on Windows. + + [small]#_[contributed by Tobias Hieta]_# + +- Upgraded to doctest 2.4.11, thereby fixing a build issue on Solaris. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Documentation improvements + +- Added a remote file storage example with URL-encoded spaces. + + [small]#_[contributed by Joel Rosdahl]_ + + == Ccache 4.8 Release date: 2023-03-12 -- 2.47.2