]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Prepare for version 4.8.3
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 29 Aug 2023 19:38:11 +0000 (21:38 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 29 Aug 2023 19:49:48 +0000 (21:49 +0200)
(cherry picked from commit 044558e647b49dbc8fc89b810a7d22f526101e6b)

doc/AUTHORS.adoc
doc/NEWS.adoc

index f45289ce0fbd18996f28537db179c03f36589a7c..665143f305eb28155e1d4ac70950b07c12ac745d 100644 (file)
@@ -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
index 813bc66526a678883b878cfa3b17a905894e7eb4..31d8539d379919bb01843c845ea09886c5818448 100644 (file)
@@ -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.