[ccache] ccache version 3.2.1 has been released

Joel Rosdahl joel at rosdahl.net
Wed Dec 10 12:51:14 MST 2014


I'm happy to announce ccache version 3.2.1, 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.2.1.tar.bz2
    http://samba.org/ftp/ccache/ccache-3.2.1.tar.gz
    http://samba.org/ftp/ccache/ccache-3.2.1.tar.xz

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

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

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

Bug fixes:

- Fixed regression in temporary file handling, which lead to incorrect
  permissions for stats, manifest and ccache.conf files in the cache.

- `CACHEDIR.TAG` files are now created in the [0-9a-f] subdirectories so
that
  ccache.conf is not lost in backups.

- Made the default cache size suffix `G`, as previously documented.

- `-fdiagnostics-color=auto` is now passed to the compiler even if stderr is
  redirected. This fixes a problem when, for instance, a configure test
probes
  if the compiler (wrapped via ccache) supports `-fdiagnostics-color=auto`.

- Added missing documentation for `max_files` and `max_size` configuration
  options.

-- Joel


More information about the ccache mailing list