From: Joel Rosdahl Date: Sat, 22 Mar 2025 12:55:22 +0000 (+0100) Subject: chore: Update NEWS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3f410d5d8d7c43ed9e9936d6a9a4c698eb8713f;p=thirdparty%2Fccache.git chore: Update NEWS (cherry picked from commit ddb73f16079a41b93ec7e65cb6769f9b5f7d3f68) --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 989c8344..d442cf28 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -7,8 +7,9 @@ Release date: 2025-03-22 === Bug fixes -- Reset signal mask and signal defaults when executing compiler (regression in - ccache 4.11). + +- Reset signal mask and signal defaults when executing compiler. This fixes a + problem where interrupting the compilation (e.g. with Ctrl+C) wouldn't kill + the compiler (regression in ccache 4.11). + [small]#_[contributed by Joel Rosdahl]_#