summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-05-26 23:38:48 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-05-26 23:39:03 +0100
commit1ea404fa7717e56b23cc1d16c50a9e094cf3b1fb (patch)
tree338a3537002ad92672bde0c923f93ebdc5cdba61
parentd28467db161d0590469b5f8e1115f84858d66e06 (diff)
changelog: Document the 8.5 bugfix.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9dba9a2..11579b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dgit (8.5~) unstable; urgency=medium
- *
+ * Replace `confess $!' with `confess "$!"', to actually print errno
+ when crashing. Closes:#929549.
--