]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.1.9 v3.1.9
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 6 Jan 2013 16:56:50 +0000 (17:56 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 6 Jan 2013 16:56:50 +0000 (17:56 +0100)
AUTHORS.txt
NEWS.txt

index 22d0707bfc84a2ea639a7005e2d342c6dcdf5c9a..c09427754565f34298fa50931260c73614dd7331 100644 (file)
@@ -6,7 +6,9 @@ maintained by Joel Rosdahl.
 
 ccache is a collective work with contributions from many people, including:
 
+* Alfred Landrum <alfred.landrum@riverbed.com>
 * Andrea Bittau <a.bittau@cs.ucl.ac.uk>
+* Andrew Stubbs <ams@codesourcery.com>
 * Andrew Tridgell <tridge@samba.org>
 * Bernhard Bauer <bauerb@google.com>
 * Björn Jacke <bj@sernet.de>
index 1ffa0a29c51a1ac88ec464326c7ca9a6fd992f44..554c6ff298920d9a83fce5b0e6b6c429257f75fb 100644 (file)
--- 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