From: Joel Rosdahl Date: Sun, 26 Apr 2026 13:11:20 +0000 (+0200) Subject: chore: Update news X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;ds=inline;p=thirdparty%2Fccache.git chore: Update news --- diff --git a/doc/news.adoc b/doc/news.adoc index 0cb504cb..1bb91e37 100644 --- a/doc/news.adoc +++ b/doc/news.adoc @@ -1,5 +1,41 @@ = Ccache news +== Ccache 4.13.5 + +Release date: 2026-04-26 + + +=== Bug fixes and improvements + +- Increased default storage helper data and request timeouts to 10 seconds and 1 + minute respectively, improving robustness on heavily loaded systems. + + [small]#_[contributed by Joel Rosdahl]_# + +- Improved robustness when connecting to newly spawned storage helpers by + waiting longer for them to accept connections. + + [small]#_[contributed by Joel Rosdahl]_# + +- Synchronized writing to the stats log file. + + [small]#_[contributed by Joel Rosdahl]_# + +- Added logging of the PID of spawned storage helpers on Windows too. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Build improvements + +- Added include guards to bundled CMake find modules, avoiding problems when + they are included multiple times. + + [small]#_[contributed by Joel Rosdahl]_# + + +=== Documentation improvements + +- Moved the description of timeout suffixes to the correct place in the + documentation. + + [small]#_[contributed by Joel Rosdahl]_# + + == Ccache 4.13.4 Release date: 2026-04-19