[ccache] ccache version 3.7.5 has been released

Joel Rosdahl joel at rosdahl.net
Tue Oct 22 19:07:58 UTC 2019


ccache version 3.7.5 is now available.

Source archives:

    https://github.com/ccache/ccache/releases/download/v3.7.5/ccache-3.7.5.tar.gz
    https://github.com/ccache/ccache/releases/download/v3.7.5/ccache-3.7.5.tar.xz

The source archives have been signed with my OpenPGP key (ID 5594ADB8,
fingerprint 5A93 9A71 A467 92CF 5786 6A51 996D DA07 5594 ADB8):

    https://github.com/ccache/ccache/releases/download/v3.7.5/ccache-3.7.5.tar.gz.asc
    https://github.com/ccache/ccache/releases/download/v3.7.5/ccache-3.7.5.tar.xz.asc

You can run “gpg --verify ccache-3.7.5.tar.*.asc” to check the source
archive integrity after download.

New features:

  - Added support for “-MF=arg” (with an extra equal sign) as understood by
    EDG-based compilers.

Bug fixes:

  - Fixed a regression in 3.7.2 that could result in a warning message instead
    of an error in an edge case related to usage of “-Werror”.

  - An implicit “-MQ” is now passed to the preprocessor only if the object file
    extension is non-standard. This will make it easier to use EDG-based
    compilers (e.g. GHS) which don’t understand “-MQ”. (This is a bug fix of
    the corresponding improvement implemented in ccache 3.4.)

  - ccache now falls back to running the real compiler instead of failing
    fataly if an internal temporary file is missing after compilation.

  - Fixed a crash if localtime returns null pointer in localtime_r replacement.

  - Fixed header file dependency tracking when building ccache itself.

  - Fixed warning during configure in out-of-tree build in developer mode.

Contributors (in alphabetical order) to this release:

  - Erik Johansson
  - Joel Rosdahl

Thanks!

-- Joel



More information about the ccache mailing list