]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add 3.1.1 news v3.1.1
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Nov 2010 17:51:48 +0000 (18:51 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Nov 2010 17:51:48 +0000 (18:51 +0100)
NEWS.txt

index 56a366873ca3917f709254087387ad17a79f31d0..b1d7b1166d823bc840818ce211303e4885f75e9a 100644 (file)
--- 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