summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-17 17:24:18 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-17 17:24:20 +0100
commitef933efbf46dce39eafd0a4bda51a180ed0c541e (patch)
treed600d8c3736cc82a77cefeac5693db89a70ec0cc /debian/changelog
parent8ff24012c9e4b826cedca7eada4476abf518ccd5 (diff)
Detect SIGPIPE (and SIGCHLD) being blocked or ignored. Closes:#841085.
In fact, it seems in my test that Perl resets SIGCHLD itself, printing something to stderr, so that trip does not actually fire. But it makes sense to keep it. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d8827a4..203a864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ dgit (2.2) unstable; urgency=low
* Fix config relating to Debian to actually make split brain mode
work. Closes:#841085.
- *
+ * Detect SIGPIPE (and SIGCHLD) being blocked or ignored.
+ Closes:#841085.
--