]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for version 3.1.4 v3.1.4
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Jan 2011 19:56:49 +0000 (20:56 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Jan 2011 19:56:49 +0000 (20:56 +0100)
NEWS.txt

index ceb4f7ee10f4fc7610d8876afd91f6b81c19b7a9..abb4fd8e7015659cc6c3c2f35e54854e17859c94 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,6 +2,25 @@ ccache news
 ===========
 
 
+ccache 3.1.4
+------------
+Release date: 2011-01-09
+
+
+Bug fixes
+~~~~~~~~~
+
+    - Made a work-around for a bug in gzputc() in zlib 1.2.5.
+
+    - Corrupt manifest files are now removed so that they won't block direct
+      mode hits.
+
+    - ccache now copes with file systems that don't know about symbolic links.
+
+    - The file handle in now correctly closed on write error when trying to
+      create a cache dir tag.
+
+
 ccache 3.1.3
 ------------
 Release date: 2010-11-28