[ccache] ccache version 3.1.9 has been released

Joel Rosdahl joel at rosdahl.net
Sun Jan 6 10:06:58 MST 2013


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

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.9.tar.bz2
    http://samba.org/ftp/ccache/ccache-3.1.9.tar.gz
    http://samba.org/ftp/ccache/ccache-3.1.9.tar.xz

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

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

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

Bug fixes:

  - The EAGAIN signal is now handled correctly when emitting cached stderr
    output. This fixes a problem triggered by large error outputs from the
    compiler.

  - Subdirectories in the cache are no longer created in read-only mode.

  - Fixed so that ccache's log file descriptor is not made available to the
    compiler.

  - Improved error reporting when failing to create temporary stdout/stderr
    files when executing the compiler.

  - Disappearing temporary stdout/stderr files are now handled gracefully.

Other:

  - Fixed test suite to work on ecryptfs.

-- Joel


More information about the ccache mailing list