From: Joel Rosdahl Date: Mon, 12 Jun 2023 18:58:30 +0000 (+0200) Subject: chore: Update NEWS X-Git-Tag: v4.8.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26e4f067f2e748701a440c4cf32983419d15a95;p=thirdparty%2Fccache.git chore: Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index fb700a97d..f04249be9 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,55 @@ = Ccache news +== Ccache 4.8.2 + +Release date: 2023-06-12 + + +=== Bug fixes + +- Fixed parsing of Windows drive letter in file URLs for remote storage. + + [small]#_[contributed by Joel Rosdahl]_# + +- Fixed a bug affecting depend mode with MSVC. + + [small]#_[contributed by Huang Qin Jin]_# + +- Ccache no longer passes `-v` to the preprocessor. This improves preprocessor + mode hit rate when `-v` is on the compiler command line. + + [small]#_[contributed by Joel Rosdahl]_# + +- Made `--trim-max-size` accept 0 for no limit. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Build improvements + +- Made various fixes for Windows 64-bit MSBuild builds. + + [small]#_[contributed by Rafael Kitover]_# + +- Silenced CMake warning for extracted timestamps. + + [small]#_[contributed by Rafael Kitover]_# + +- Worked around problem with building ZStandard with Xcode. + + [small]#_[contributed by Gregor Jasny]_# + +- Fixed undefined behavior (only triggered by unit tests) in + `util::read_file_part` for zero count, making the build fail with + `+_GLIBCXX_ASSERTIONS+`. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Documentation improvements + +- Clarified `--evict-older-than` semantics. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Test improvements + +- Fixed typo in "`Directory is not hashed if using -gz`" test. + + [small]#_[contributed by Sam James]_# + + == Ccache 4.8.1 Release date: 2023-05-19