summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-22 19:48:41 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-22 19:48:41 +0200
commitd392de239bcad9a3d056cb92469163e3c64ae2f0 (patch)
treedf4cb4b453972d56431a14f015259df54ce33575
parentbc1c8da1b6ccfdc9e9a7b453dd7ccc378668432f (diff)
downloadccache-4.7.1.tar.gz
chore: Update NEWSv4.7.1
-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