]> 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:14:06 +0000 (21:14 +0200)
doc/NEWS.adoc

index ec502c33c597f25f675904334a09bb53c17dc8a6..7322475a59e1d23389a30361e3d1d233f01f2b8b 100644 (file)
@@ -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