Update to 3.1.8:

ccache 3.1.8
------------
Release date: 2012-08-11


New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - Made paths to dependency files relative in order to increase cache hits.
    - Added work-around to make ccache work with buggy GCC 4.1 when creating a
      pre-compiled header.
    - Clang plugins are now hashed to catch plugin upgrades.


Bug fixes
~~~~~~~~~

    - Fixed crash when the current working directory has been removed.
    - Fixed crash when stderr is closed.
    - Corrected a corner case when parsing backslash escapes in string
      literals.
    - Paths are now correctly canonicalized when computing paths relative to
      the base directory.


Other
~~~~~

    - Made git version macro work when compiling outside of the source
      directory.
    - Fixed `static_assert` macro definition clash with GCC 4.7.
This commit is contained in:
wiz 2012-08-27 22:21:44 +00:00
parent 848abc8ecf
commit 2a014d0620
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2012/01/28 15:01:00 wiz Exp $
# $NetBSD: Makefile,v 1.19 2012/08/27 22:21:44 wiz Exp $
DISTNAME= ccache-3.1.7
DISTNAME= ccache-3.1.8
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2012/01/28 15:01:00 wiz Exp $
$NetBSD: distinfo,v 1.11 2012/08/27 22:21:44 wiz Exp $
SHA1 (ccache-3.1.7.tar.gz) = 93872fb20c066859842e4bc989895359ae218ad6
RMD160 (ccache-3.1.7.tar.gz) = b25ca4dead7574c017423e0ae47e7b3574813b0f
Size (ccache-3.1.7.tar.gz) = 342160 bytes
SHA1 (ccache-3.1.8.tar.gz) = 9f52273535a909de91edd59a5e15265ae9a32e91
RMD160 (ccache-3.1.8.tar.gz) = 7b29525da3bb9f2d59c9e2b4559c44ecc1ef37d5
Size (ccache-3.1.8.tar.gz) = 350456 bytes