summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-09-12 21:14:06 +0200
committerJoel Rosdahl <joel@rosdahl.net>2019-09-12 21:14:06 +0200
commitd5697e4bcb04cf78245e30fbebdc4536d66c290a (patch)
treea7733448a4c58d95ece95210d7fa170d85056712
parentcb7a05a772ce3dcec58da16d957420f36cb97f75 (diff)
downloadccache-d5697e4bcb04cf78245e30fbebdc4536d66c290a.tar.gz
Update NEWS
-rw-r--r--doc/NEWS.adoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index ec502c33..7322475a 100644
--- a/doc/NEWS.adoc
+++ b/doc/NEWS.adoc
@@ -1,6 +1,21 @@
ccache news
===========
+ccache 3.7.4
+------------
+Release date: 2019-09-12
+
+Improvements
+~~~~~~~~~~~~
+
+- Added support for GCC 9’s `-gz[=type]` option (previously ccache would think
+ that “-gz” alone would enable debug information, thus potentially including
+ the current directory in the hash).
+
+- Added support for converting paths like “/c/users” into relative paths on
+ Windows.
+
+
ccache 3.7.3
------------
Release date: 2019-08-17