]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Add news for version 4.6.3
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 12 Oct 2022 18:15:32 +0000 (20:15 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 16 Oct 2022 08:50:08 +0000 (10:50 +0200)
doc/NEWS.adoc

index e72b6c65c2bc2d946fb9db106c7dd9afca840c76..6f5473efe09c724445540818ee893a5de92d8312 100644 (file)
@@ -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