[ccache] ccache version 3.1.5 has been released

Joel Rosdahl joel at rosdahl.net
Sun May 29 09:55:06 MDT 2011


I'm happy to announce ccache version 3.1.5, which is a release with bug
fixes and minor other improvements.

Details may be read in the release notes:

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

Source archives are available here:

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

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

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

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

Changes since version 3.1.5:

New features and improvements:

  - Added a new statistics counter named "called for preprocessing".

  - The original command line is now logged to the file specified with
    CCACHE_LOGFILE.

  - Improved error logging when system calls fail.

  - Added support for rewriting absolute paths in -F/-iframework GCC
    options.

  - Improved order of statistics counters in "ccache -s" output.

Bug fixes:

  - The -MF/-MT/-MQ options with concatenated argument are now handled
    correctly when they are last on the command line.

  - ccache is now bug compatible with GCC for the -MT/-MQ options with
    concatenated arguments.

  - Fixed a minor memory leak.

  - Systems that lack (and don't need to be linked with) libm are now
    supported.

-- Joel


More information about the ccache mailing list