]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS for version 3.1.2 v3.1.2
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 21 Nov 2010 19:16:55 +0000 (20:16 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 21 Nov 2010 19:16:55 +0000 (20:16 +0100)
NEWS.txt

index b1d7b1166d823bc840818ce211303e4885f75e9a..67efb5d61f18cee4a8380267c2af30d800cb2b1d 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,6 +2,33 @@ ccache news
 ===========
 
 
+ccache 3.1.2
+------------
+Release date: 2010-11-21
+
+
+Bug fixes
+~~~~~~~~~
+
+    - Bail out on too hard compiler options `-fdump-*`.
+
+    - NULL return values from malloc/calloc of zero bytes are now handled
+      correctly.
+
+    - Fixed issue when parsing precompiler output on AIX.
+
+
+Other
+~~~~~
+
+    - Improved documentation on which information is included in the hash sum.
+
+    - Made the ``too new header file'' test case work on file systems with
+      unsynchronized clocks.
+
+    - The test suite now also works on systems that lack a /dev/zero.
+
+
 ccache 3.1.1
 ------------
 Release date: 2010-11-07