From: Joel Rosdahl Date: Tue, 28 Sep 2021 19:36:16 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v4.4.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4c6e575e33add831091258cc95fd09120f51b6;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index cb567071f..990d9b763 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,29 @@ = Ccache news +== Ccache 4.4.2 + +Release date: 2021-09-28 + + +=== Bug fixes + +- Fixed a bug introduced in 4.4 where ccache could produce false direct cache + hits in some situations if it decides to disable the direct mode temporarily + (e.g. due to "`too new header`" file). + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Test improvements + +- Use shell builtin pwd command for basedir test. + + [small]#_[contributed by Kira Bruneau]_# + +- Cope with CC being a wrapper script that uses ccache. + + [small]#_[contributed by Joel Rosdahl]_# + + += Ccache news + == Ccache 4.4.1 Release date: 2021-09-11