summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-10-05 04:26:23 +0200
committerGuillem Jover <guillem@debian.org>2019-11-26 02:42:45 +0100
commitddb82d8bfe58e8a25444bdd772f534e0564efb3d (patch)
tree4ec01d533f59c220a02e477d0f4b84d208b2f0ad /debian/changelog
parente8c48a3965fe83b4f89c73cf60009e745000fec5 (diff)
downloaddpkg-ddb82d8bfe58e8a25444bdd772f534e0564efb3d.tar.gz
Dpkg::Exit: Unregister all signal handlers once we have executed them
We should cleanup the handlers to the previous state otherwise we end up changing the behavior globally, when this should be a local cleanup behavior. Closes: #932841
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 c5bad0b90..3bb18cef3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -71,6 +71,8 @@ dpkg (1.20.0) UNRELEASED; urgency=medium
- Dpkg::Checksums: Remove obsolete 'program' property warning.
- Dpkg::Conf: Remove obsolete methods and obsolete croak for method option.
- Dpkg::Vendor: Remove obsolete 'keyrings' hook.
+ - Dpkg::Exit: Unregister all signal handlers once we have executed them.
+ Closes: #932841
* Documentation:
- man: Fix uncommon wording constructs.
- man: Use a minus sign for a literal string.