]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Aug 2022 12:00:27 +0000 (14:00 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Aug 2022 12:00:27 +0000 (14:00 +0200)
doc/NEWS.adoc

index e72b6c65c2bc2d946fb9db106c7dd9afca840c76..c96ba7e097621aadc7860d22f03250d3e5fdca9e 100644 (file)
@@ -1,5 +1,26 @@
 = 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 Joel Rosdahl]_#
+
+
 == Ccache 4.6.2
 
 Release date: 2022-08-22