ccache version 3.1.12 has been released

Joel Rosdahl <[email protected]> Tue, 12 Jul 2016 21:41:50 +0200
Newsgroups gmane.comp.compilers.ccache
Message-ID <CAK8D=piYaWj3aYhnpQ2sxS+qVCe7-fSVsQ8e_NEujcncCW3gGA@mail.gmail.com>
I'm happy to announce ccache version 3.1.12.

Details may be read in the release notes:

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

Source archives are available here:

    https://www.samba.org/ftp/ccache/ccache-3.1.12.tar.bz2
    https://www.samba.org/ftp/ccache/ccache-3.1.12.tar.gz
    https://www.samba.org/ftp/ccache/ccache-3.1.12.tar.xz

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

    https://www.samba.org/ftp/ccache/ccache-3.1.12.tar.bz2.asc
    https://www.samba.org/ftp/ccache/ccache-3.1.12.tar.gz.asc
    https://www.samba.org/ftp/ccache/ccache-3.1.12.tar.xz.asc

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

Bug fixes:

- Fixed a bug where (due to ccache rewriting paths) the compiler could
  choose incorrect include files if `CCACHE_BASEDIR` is used and the
  source file path is absolute and is a symlink.

-- Joel