[ccache] ccache version 3.7.6 has been released

Joel Rosdahl joel at rosdahl.net
Sun Nov 17 19:28:32 UTC 2019


Source archives:

    https://github.com/ccache/ccache/releases/download/v3.7.6/ccache-3.7.6.tar.gz
    https://github.com/ccache/ccache/releases/download/v3.7.6/ccache-3.7.6.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.6/ccache-3.7.6.tar.gz.asc
    https://github.com/ccache/ccache/releases/download/v3.7.6/ccache-3.7.6.tar.xz.asc

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

Bug fixes:

  - The opt-in “file_macro sloppiness” mode has been removed so that the input
    file path now is always included in the direct mode hash. This fixes a bug
    that could result in false cache hits in an edge case when “file_macro
    sloppiness” is enabled and several identical source files include a
    relative header file with the same name but in different directories.

  - Statistics files are no longer lost when the filesystem of the cache is
    full.

  - Bail out on too hard Clang option “-MJarg” (in addition to the previous
    bailout of “-MJ arg”).

  - Properly handle color diagnostics in the depend mode as well.

Contributors (in alphabetical order) to this release:

  - Joel Rosdahl
  - Luboš Luňák
  - Russell King
  - Thomas Otto

Thanks!

-- Joel



More information about the ccache mailing list