Ccache version 4.4.2 has been released

Joel Rosdahl via ccache <[email protected]> Tue, 28 Sep 2021 21:53:43 +0200
Newsgroups gmane.comp.compilers.ccache
Message-ID <CAK8D=pieTGeymmDRCFNP-RxbDg_S-9bJR=bPWB=s74oR79vcuQ@mail.gmail.com>
Ccache version 4.4.2 is now available. Release archives can be found here:

    https://ccache.dev/download.html

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).

Test improvements:

  - Use shell builtin pwd command for basedir test.

  - Cope with CC being a wrapper script that uses ccache.

Contributors (in alphabetical order) to this release:

  - Joel Rosdahl
  - Kira Bruneau

Thanks!

-- Joel