[ccache] ccache version 3.1.11 has been released

Joel Rosdahl joel at rosdahl.net
Sat Mar 7 08:53:17 MST 2015


I'm happy to announce ccache version 3.1.11, which is a bug fix release.

Details may be read in the release notes:

    http://ccache.samba.org/releasenotes.html#_ccache_3_1_11

Source archives are available here:

    http://samba.org/ftp/ccache/ccache-3.1.11.tar.bz2
    http://samba.org/ftp/ccache/ccache-3.1.11.tar.gz
    http://samba.org/ftp/ccache/ccache-3.1.11.tar.xz

The source archives have been signed with my OpenPGP key (5594ADB8):

    http://samba.org/ftp/ccache/ccache-3.1.11.tar.bz2.asc
    http://samba.org/ftp/ccache/ccache-3.1.11.tar.gz.asc
    http://samba.org/ftp/ccache/ccache-3.1.11.tar.xz.asc

You can run "gpg --verify ccache-3.1.11.tar.*.asc" to check the source
archive integrity after download.

Bug fixes:

- Fixed bug which could result in false cache hits when source code contains
  '"' followed by " /*" or " //" (with variations).

- Made hash of cached result created with and without CCACHE_CPP2 different.
  This makes it possible to rebuild with CCACHE_CPP2 set without having to
  clear the cache to get new results.

- Don't try to reset a non-existing stats file. This avoids "No such file or
  directory" messages in the ccache log when the cache directory doesn't
exist.

-- Joel


More information about the ccache mailing list