From 6ba799b80614330ae4d8ae0f8beefa946b2ed679 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 7 Nov 2010 18:51:48 +0100 Subject: [PATCH] Add 3.1.1 news --- NEWS.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 56a366873..b1d7b1166 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,6 +2,37 @@ ccache news =========== +ccache 3.1.1 +------------ +Release date: 2010-11-07 + + +Bug fixes +~~~~~~~~~ + + - ccache now falls back to preprocessor mode when a non-regular include + file (device, socket, etc) has been detected so that potential hanging + due to blocking reads is avoided. + + - CRC errors are now detected when decompressing compressed files in the + cache. + + - Fixed potential object file corruption race on NFS. + + - Minor documentation corrections. + + - Fixed configure detection of ar. + + - ccache development version (set by dev.mk) now works with gits whose + `describe` command doesn't understand `--dirty`. + + +Other +~~~~~ + + - Minor debug log message improvements. + + ccache 3.1 ---------- Release date: 2010-09-16 -- 2.47.2