From: Joel Rosdahl Date: Sun, 30 Jun 2024 17:12:07 +0000 (+0200) Subject: chore: Update NEWS X-Git-Tag: v4.10.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14a0714cbfe2b1e5eaebf50c8fef17529a60a01b;p=thirdparty%2Fccache.git chore: Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 54a11334..40f709e4 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,40 @@ = Ccache news +== Ccache 4.10.1 + +Release date: 2024-06-30 + + +=== Bug fixes + +- Fixed prefix command lookup from `PATH`. + + [small]#_[contributed by Romain Geissler]_# + + +=== Build improvements + +- Fixed detection and usage of system blake3. + + [small]#_[contributed by Carlo Cabrera]_# + +- Find CppHttplib named libhttplib.so as well. + + [small]#_[contributed by Sam James]_# + +- Removed Xcode assembly workaround for zstd. + + [small]#_[contributed by Gregor Jasny]_# + +- Added bundled subset of Fmt again for convenience. + + [small]#_[contributed by Joel Rosdahl]_# + +- Removed no longer needed workaround when building downloaded Zstd. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Documentation improvements + +- Clarified that `--set`-config writes to the configuration file. + + [small]#_[contributed by Joel Rosdahl]_# + + == Ccache 4.10 Release date: 2024-05-29