]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.2.1 v3.2.1
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 10 Dec 2014 19:40:05 +0000 (20:40 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 10 Dec 2014 19:40:05 +0000 (20:40 +0100)
NEWS.txt

index c67a77d24f72b5e11a38a966f2028f33e7490500..ca57aedcef391679adef01e0be15c72a3ebd6b40 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,6 +2,30 @@ ccache news
 ===========
 
 
+ccache 3.2.1
+------------
+Release date: 2014-12-10
+
+
+Bug fixes
+~~~~~~~~~
+
+- Fixed regression in temporary file handling, which lead to incorrect
+  permissions for stats, manifest and ccache.conf files in the cache.
+
+- `CACHEDIR.TAG` files are now created in the [0-9a-f] subdirectories so that
+  ccache.conf is not lost in backups.
+
+- Made the default cache size suffix `G`, as previously documented.
+
+- `-fdiagnostics-color=auto` is now passed to the compiler even if stderr is
+  redirected. This fixes a problem when, for instance, a configure test probes
+  if the compiler (wrapped via ccache) supports `-fdiagnostics-color=auto`.
+
+- Added missing documentation for `max_files` and `max_size` configuration
+  options.
+
+
 ccache 3.2
 ----------
 Release date: 2014-11-17