summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-12 20:15:32 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-16 10:50:08 +0200
commitda10b8f28122209ab3f986689ac024acb8643e36 (patch)
tree1663af3ca0c3675527e0a568b9be85c6c0148166
parent0b7d6a794bc1b7ced46f860cd5ea8dadfc9126c0 (diff)
downloadccache-da10b8f28122209ab3f986689ac024acb8643e36.tar.gz
chore: Add news for version 4.6.3
-rw-r--r--doc/NEWS.adoc28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index e72b6c65..6f5473ef 100644
--- a/doc/NEWS.adoc
+++ b/doc/NEWS.adoc
@@ -1,5 +1,33 @@
= Ccache news
+== Ccache 4.6.3
+
+Release date: 2022-08-27
+
+
+=== Bug fixes
+
+- Fixed MSVC support (regression in ccache 4.6.2). +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+- Fixed detection of PCH header for concatenated `-include` option (e.g.,
+ `-includepch.h` instead of `-include pch.h`). +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Build improvements
+
+- Fixed build with musl when using GCC 12. +
+ [small]#_[contributed by Khem Raj]_#
+
+
+=== Test improvements
+
+- Disabled the `"Failure to write output file"` when running on a filesystem
+ that doesn't support read-only directories. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
== Ccache 4.6.2
Release date: 2022-08-22