]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 12 Sep 2019 19:14:06 +0000 (21:14 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 12 Sep 2019 19:27:19 +0000 (21:27 +0200)
(cherry picked from commit d5697e4bcb04cf78245e30fbebdc4536d66c290a)

doc/NEWS.adoc

index c5c93eb488e9b8b07d0fd76d1cb7ef3077df28db..be38837221180aaf657fba4341a00507be25aba5 100644 (file)
@@ -34,6 +34,21 @@ High-level summary of changes (work in progress)
 - (More to be written.)
 
 
+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