aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2024-10-05 10:40:51 -0700
committerRebecca Turner <rbt@sent.as>2024-10-05 10:40:51 -0700
commit0d484aa498b3c839991d11afb31bc5fcf368493d (patch)
tree6ed834034e9623c9cf86f886fa005a72b3f9e061 /doc
parent86b213e6321540328fb11c3ea99c0b24becc45b0 (diff)
Add release note for CTRL-C improvements
I'm very excited for cl/2016, so others will probably be excited also! Let's add a release note. Change-Id: Ic84a4444241aafce4cb6d5a6d1dddb47e7a7dd7b
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/rl-next/ctrl-c-improved.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/manual/rl-next/ctrl-c-improved.md b/doc/manual/rl-next/ctrl-c-improved.md
new file mode 100644
index 000000000..c27a0edbb
--- /dev/null
+++ b/doc/manual/rl-next/ctrl-c-improved.md
@@ -0,0 +1,13 @@
+---
+synopsis: Ctrl-C stops Nix commands much more reliably and responsively
+issues: [7245, fj#393]
+cls: [2016]
+prs: [11618]
+category: Fixes
+credits: [roberth, 9999years]
+---
+
+CTRL-C will now stop Nix commands much more reliably and responsively. While
+there are still some cases where a Nix command can be slow or unresponsive
+following a `SIGINT` (please report these as issues!), the vast majority of
+signals will now cause the Nix command to quit quickly and consistently.