From: Joel Rosdahl Date: Sat, 7 Feb 2026 14:19:47 +0000 (+0100) Subject: chore: Update NEWS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9d456ebf6b607228f2c9214fdb195aa94e8f2a;p=thirdparty%2Fccache.git chore: Update NEWS (cherry picked from commit 1d35536287570a2033978e5abb98e9e5e5c76b20) --- diff --git a/doc/news.adoc b/doc/news.adoc index f06bd074..c49c7455 100644 --- a/doc/news.adoc +++ b/doc/news.adoc @@ -1,9 +1,48 @@ = Ccache news +== Ccache 4.12.3 + +Release date: 2026-02-07 + + +=== Bug fixes + +- Fixed hashing of CWD parts of `-march=native` expansion for Clang. + + [small]#_[contributed by Joel Rosdahl]_# + +- Fixed lookup of `-march=native` expansion line for GCC on Windows. + + [small]#_[contributed by Joel Rosdahl]_# + +- Fixed rewriting of "`inlined from`" messages when `absolute_paths_in_stderr` + is enabled. + + [small]#_[contributed by Enrico Seiler]_# + +- Added support for NVCC long option alternatives to + `-M`/`-MD`/`-MF`/`-MM`/`-MMD`/`-MT`. + + [small]#_[contributed by Joel Rosdahl]_# + +- Fixed setting of `UNCACHED_ERR_FD` environment variable so that it is only set + when executing the compiler. + + [small]#_[contributed by Joel Rosdahl]_# + +- Fixed leaking of inode cache file descriptor to executed programs. + + [small]#_[contributed by Joel Rosdahl]_# + +- Fixed errno check for some system calls. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Documentation improvements + +- Fixed links to installation guide in README. + + [small]#_[contributed by Evgeniy Isaev]_# + + == Ccache 4.12.2 Release date: 2025-11-26 + === Bug fixes - Improved robustness against filesystem path encoding problems on Windows. +