]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 19 May 2023 18:12:17 +0000 (20:12 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 19 May 2023 18:14:40 +0000 (20:14 +0200)
doc/NEWS.adoc

index b1ca9cdafbb3f487b1f4d6c7ef8adc7e94116ea9..fb700a97da6fbea72e6a6883a354a9cc483784d4 100644 (file)
@@ -1,5 +1,45 @@
 = Ccache news
 
+== Ccache 4.8.1
+
+Release date: 2023-05-19
+
+
+=== Bug fixes
+
+- Fixed an issue with the depend mode in combination with `--` on the command
+  line for Clang-based compilers. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Improved knowledge about MSVC debug flags so that non-debug `/Z*` options are
+  once again supported. +
+  [small]#_[contributed by Stephan Rohmen]_#
+
+- Ccache no longer treats `/Zi` as unsupported for clang-cl. +
+  [small]#_[contributed by Tobias Hieta]_#
+
+- Made the output format of `ccache -k max_size` parsable by ccache itself. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Build/CI improvements
+
+- Corrected ccache version in the macOS binary release. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Made it possible to build ccache with clang-cl on Windows. +
+  [small]#_[contributed by Tobias Hieta]_#
+
+- Upgraded to doctest 2.4.11, thereby fixing a build issue on Solaris. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Documentation improvements
+
+- Added a remote file storage example with URL-encoded spaces. +
+  [small]#_[contributed by Joel Rosdahl]_
+
+
 == Ccache 4.8
 
 Release date: 2023-03-12