From: Joel Rosdahl Date: Sat, 27 Aug 2022 12:00:27 +0000 (+0200) Subject: chore: Update NEWS X-Git-Tag: v4.6.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207151d27cbd63df0b93c15016b7dd0691013bd8;p=thirdparty%2Fccache.git chore: Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index e72b6c65c..c96ba7e09 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,26 @@ = Ccache news +== Ccache 4.6.3 + +Release date: 2022-08-27 + + +=== Bug fixes + +- Fixed MSVC support (regression in ccache 4.6.2). + + [small]#_[contributed by Joel Rosdahl]_# + +- Fixed detection of PCH header for concatenated `-include` option (e.g., + `-includepch.h` instead of `-include pch.h`). + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Build improvements === + +- Fixed build with musl when using GCC 12. + + [small]#_[contributed by Joel Rosdahl]_# + + == Ccache 4.6.2 Release date: 2022-08-22