From: Joel Rosdahl Date: Sun, 6 Jan 2013 16:56:50 +0000 (+0100) Subject: Prepare for v3.1.9 X-Git-Tag: v3.1.9^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326bcbfda8709db5ad6c21ff6b0e62f0441d27d9;p=thirdparty%2Fccache.git Prepare for v3.1.9 --- diff --git a/AUTHORS.txt b/AUTHORS.txt index 22d0707bf..c09427754 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -6,7 +6,9 @@ maintained by Joel Rosdahl. ccache is a collective work with contributions from many people, including: +* Alfred Landrum * Andrea Bittau +* Andrew Stubbs * Andrew Tridgell * Bernhard Bauer * Björn Jacke diff --git a/NEWS.txt b/NEWS.txt index 1ffa0a29c..554c6ff29 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,6 +2,31 @@ ccache news =========== +ccache 3.1.9 +------------ +Release date: 2013-01-06 + + +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. + + ccache 3.1.8 ------------ Release date: 2012-08-11