From: Joel Rosdahl Date: Tue, 29 Aug 2023 19:38:11 +0000 (+0200) Subject: chore: Prepare for version 4.8.3 X-Git-Tag: v4.9~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3e2b296e03bd55d0eca74b49da802728f84c09d;p=thirdparty%2Fccache.git chore: Prepare for version 4.8.3 (cherry picked from commit 044558e647b49dbc8fc89b810a7d22f526101e6b) --- diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index f45289ce0..665143f30 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -19,6 +19,7 @@ Ccache is a collective work with contributions from many people, including: * Andreas Huber * André Klitzing * Andrew Boie +* Andrew Hardin * Andrew Stubbs * Andrew Tridgell * Arne Hasselbring @@ -56,6 +57,7 @@ Ccache is a collective work with contributions from many people, including: * Ivan Volnov * Jacob Young * Jiang Jiang +* Jiri Hörner * Joel Galenson * Joel Rosdahl * John Basila diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 813bc6652..31d8539d3 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,5 +1,33 @@ = Ccache news +== Ccache 4.8.3 + +Release date: 2023-08-29 + +=== Bug fixes + +- Fixed various problems with parsing of MSVC response file (`.rsp`). + + [small]#_[contributed by Jiri Hörner]_# + +- Fixed handling of NVCC `-Xcompiler` and `--Werror` options. + + [small]#_[contributed by Andrew Hardin]_# + +- Fixed bookkeeping of files when hard linking or file cloning is enabled. In + ccache 4.8–4.8.2 this could result in incorrect size/count statistics after + automatic or explicit cleanup. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Build improvements + +- Made a workaround for GCC 12.3 bug 109241 where GCC fails to compile ccache. + + [small]#_[contributed by Joel Rosdahl]_# + +- Upgraded to xxHash 0.8.2, which fixes compilation of ccache with GCC 12 and + `-Og`. + + [small]#_[contributed by Joel Rosdahl]_# + + == Ccache 4.8.2 Release date: 2023-06-12 @@ -2487,7 +2515,7 @@ Release date: 2018-02-11 - ccache now treats an unreadable configuration file just like a missing configuration file. -- Documented more pitfalls with enabling `hard_links` (`CCACHE_HARDLINK`). +- Documented more pitfalls with enabling `hard_link` (`CCACHE_HARDLINK`). - Documented caveats related to colored warnings from compilers.