summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/NEWS.adoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index 164d5656..475a5c11 100644
--- a/doc/NEWS.adoc
+++ b/doc/NEWS.adoc
@@ -1,5 +1,26 @@
= Ccache news
+== Ccache 4.7.1
+
+Release date: 2022-10-22
+
+
+=== Bug fixes
+
+- Fixed a regression in 4.7 related to using the `-MD` or `-MMD` option when
+ compiling an assembler file. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Build improvements
+
+- Added support for compiling ccache with GCC 8. +
+ [small]#_[contributed by Orgad Shaneh]_#
+
+- Removed unneeded C++11 flag in libatomic test. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
== Ccache 4.7
Release date: 2022-10-17