summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 658148424..fcaa5288a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
Reported by Heinz Repp <heinz.repp@arcor.de>. Closes: #888983
* Switch a DEBIAN/conffile parsing assert() in dpkg due to empty lines
into an ohshit(), because this is really a run-time error.
+ * Fix assert() in dselect to expect the method lock file descriptor to be
+ initialized, instead of non-zero.
* Architecture support:
- Add support for riscv64 CPU. Closes: #822914
Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>