aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2010-11-21 20:16:55 +0100
committerJoel Rosdahl <joel@rosdahl.net>2010-11-21 20:16:55 +0100
commit69406462005d93e38965a1fdc03ccc016ca80f3e (patch)
tree2b4765bb7f5c97afcc5a5d0ceabf79f29f162730
parentbc08c45aed2e50d33877c3a9648f6d2cf96a2353 (diff)
downloadccache-69406462005d93e38965a1fdc03ccc016ca80f3e.tar.gz
ccache-69406462005d93e38965a1fdc03ccc016ca80f3e.tar.bz2
ccache-69406462005d93e38965a1fdc03ccc016ca80f3e.zip
Update NEWS for version 3.1.2v3.1.2
-rw-r--r--NEWS.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index b1d7b116..67efb5d6 100644
--- 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