From: Joel Rosdahl Date: Sat, 11 Aug 2012 09:02:05 +0000 (+0200) Subject: Prepare for v3.1.8 X-Git-Tag: v3.1.8^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6059c7e39798b25f4747a90e21b7f9ca97f57592;p=thirdparty%2Fccache.git Prepare for v3.1.8 --- diff --git a/AUTHORS.txt b/AUTHORS.txt index db7a4b0f8..22d0707bf 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -12,18 +12,22 @@ ccache is a collective work with contributions from many people, including: * Björn Jacke * Bo Rydberg * Clemens Rabe +* Eric Blau * Francois Marier * Joel Rosdahl * John Coiner * Karl Chen * Kovarththanan Rajaratnam +* Lalit Chhabra * Lars Gustäbel +* Lubos Lunak * Martin Pool * Owen Mann +* Patrick von Reth * Paul Griffith +* RW * Ramiro Polla * Robin H. Johnson -* RW * Tim Potter * Tor Arne Vestbø * Ville Skyttä diff --git a/NEWS.txt b/NEWS.txt index c966f720c..1ffa0a29c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,6 +2,39 @@ ccache news =========== +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. + + ccache 3.1.7 ------------ Release date: 2012-01-08