From: Joel Rosdahl Date: Sat, 22 Oct 2022 17:48:41 +0000 (+0200) Subject: chore: Update NEWS X-Git-Tag: v4.7.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d392de239bcad9a3d056cb92469163e3c64ae2f0;p=thirdparty%2Fccache.git chore: Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 164d5656d..475a5c119 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,26 @@ = Ccache news +== Ccache 4.7.1 + +Release date: 2022-10-22 + + +=== Bug fixes + +- Fixed a regression in 4.7 related to using the `-MD` or `-MMD` option when + compiling an assembler file. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Build improvements + +- Added support for compiling ccache with GCC 8. + + [small]#_[contributed by Orgad Shaneh]_# + +- Removed unneeded C++11 flag in libatomic test. + + [small]#_[contributed by Joel Rosdahl]_# + + == Ccache 4.7 Release date: 2022-10-17