summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-05 16:49:59 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-05 16:49:59 +0100
commit0dca9dddef6dc4e780ba0357eea49b62e3815ff6 (patch)
treed806e94bf87e984e387969183d40c636cf0b8883
parent157a18f250b31a4b280b994eb277e7ce7d569d4a (diff)
downloadccache-0dca9dddef6dc4e780ba0357eea49b62e3815ff6.tar.gz
chore: Update NEWSv4.7.3
-rw-r--r--doc/NEWS.adoc49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index b496b7fe..a2fbb1a0 100644
--- a/doc/NEWS.adoc
+++ b/doc/NEWS.adoc
@@ -1,5 +1,54 @@
= Ccache news
+== Ccache 4.7.3
+
+Release date: 2022-11-05
+
+
+=== New features and improvements
+
+- Re-added support for handling a `-Wp,-MD` or `-Wp,-MMD` option with `-o` but
+ without `-MMD`, `-MQ` or `-MT` for GCC and Clang. (This combination of options
+ is used by the Linux kernel build system and became unsupported as a
+ side-effect of a feature added in ccache 4.7.) +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+- Variables that affect Clang version on macOS are now added to the input
+ hash. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+- Variables that affect the underlying compiler used by ICC (the Intel compiler)
+ are now added to the input hash. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Bug fixes
+
+- Fixed parsing of sloppiness with a trailing delimiter. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Other minor improvements
+
+- Removed a redundant slash in URLs when querying remote HTTP storage. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+- Improved logging related to the inode cache. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Documentation improvements
+
+- Added documentation of the default value of *keep_comments_cpp*. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Test improvements
+
+- Silenced various benign test warnings. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
== Ccache 4.7.2
Release date: 2022-10-29