diff options
author | Guillem Jover <guillem@debian.org> | 2014-07-31 13:50:04 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-08-09 23:04:37 +0200 |
commit | 747ec69e691cd7adeac3f573c348834042e82ee0 (patch) | |
tree | 878d7e9e924a2767cd869f8955ec8ab48fb4f4bb /debian | |
parent | 7104dc16110603687b85c6e2b9a0170b17caab8c (diff) | |
download | dpkg-747ec69e691cd7adeac3f573c348834042e82ee0.tar.gz |
Dpkg::IPC: Add support for sig and delete_sig spawn() options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f2e597a97..7e0fd845b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,7 @@ dpkg (1.17.11) UNRELEASED; urgency=low * Remove unused pkglibdir variable from libdpkg.pc.in. * Perl modules: - Add new set_as_auto() method to Dpkg::Substvars. + - Add support for sig and delete_sig spawn() options in Dpkg::IPC. * Mark Format and Installed-Size as automatic substvars in dpkg-genchanges and dpkg-gencontrol respectively. * Warn on usage of deprecated Source-Version substvar. |