From: Joel Rosdahl Date: Sun, 9 Jan 2011 19:56:49 +0000 (+0100) Subject: Prepare for version 3.1.4 X-Git-Tag: v3.1.4^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32ea6b097d4b6ffcb68aa2bf8b26ec7e562be7b8;p=thirdparty%2Fccache.git Prepare for version 3.1.4 --- diff --git a/NEWS.txt b/NEWS.txt index ceb4f7ee1..abb4fd8e7 100644 --- 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