From: Russ Allbery Date: Sun, 25 Jul 2010 04:21:41 +0000 (-0700) Subject: Changelog and upgrading-checklist for #477240 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7e84b9ce6d1ffb3f0c90e9c1865213b57ea0195a;p=debian%2Fdebian-policy.git Changelog and upgrading-checklist for #477240 --- diff --git a/debian/changelog b/debian/changelog index 58c4725..ceb26d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -78,6 +78,11 @@ debian-policy (3.9.1.0) UNRELEASED; urgency=low Seconded: Guillem Jover Seconded: Thijs Kinkhorst Closes: #445203 + * Policy: Allow /bin/sh scripts to rely on XSI for kill and trap + Wording: Russ Allbery + Seconded: Giacomo A. Catenazzi + Seconded: Raphael Geissert + Closes: #477240 * Set the version of the Perl Policy to match the version of the Policy package. * Explain the Perl module package naming policy more explicitly and diff --git a/upgrading-checklist.sgml b/upgrading-checklist.sgml index 4cce6d0..2df51e5 100644 --- a/upgrading-checklist.sgml +++ b/upgrading-checklist.sgml @@ -98,6 +98,13 @@ Not yet released. that libraries should be built with threading support and to be thread-safe if the library supports this. +10.4 + /bin/sh scripts may assume that kill + supports an argument of -signal, + that kill and trap support the numeric signals + listed in the XSI extension, and that signal 13 (SIGPIPE) can be trapped + with trap. + 10.8 Recommend /etc/logrotate.d/package for logrotate rules.