]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Mar 2025 12:55:22 +0000 (13:55 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Mar 2025 13:03:40 +0000 (14:03 +0100)
(cherry picked from commit ddb73f16079a41b93ec7e65cb6769f9b5f7d3f68)

doc/NEWS.adoc

index 989c8344dfe3b671d4ee9777765c2da41bd0ca2e..d442cf283614aadbf24a7060621437da496ffe60 100644 (file)
@@ -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]_#