This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=369a633cd3b36e6e4af0ebbda0ce023c99a3577f commit 369a633cd3b36e6e4af0ebbda0ce023c99a3577f (tag: 1.21.5) Author: Guillem Jover <[email protected]> AuthorDate: Tue Mar 29 02:52:44 2022 +0200 Release 1.21.5 --- debian/changelog | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ed20f1c19..d1bedcfe6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,34 @@ -dpkg (1.21.5) UNRELEASED; urgency=medium +dpkg (1.21.5) unstable; urgency=medium - * + [ Guillem Jover ] + * dpkg-fsys-usrunmess: Explicitly set user/group and mode for created dirs. + Closes: #1008478 + * dpkg-fsys-usrunmess: Set a known umask before starting. See #1008478. + * dpkg-fsys-usrunmess: Special case untracked kernel module files. + Closes: #1008316 + * Perl modules: + - Dpkg::Control::Types: Use bit shifts instead of literals in enum. + - Dpkg::Control::Fields: Fix field_register() to return nothing. + - Dpkg::Control::Fields: Refactor manifest types into new + ALL_FILE_MANIFEST. + - Dpkg::Control::Fields: Fix POD to end sentences with a dot. + - Dpkg::Control::Fields: Fix POD to add missing spaces and blank lines. + - Dpkg::Control::Fields: Document and clarify return types and values in + POD. + * Code internals: + - libdpkg: Rename f_revision() to f_obs_revision(). + - libdpkg: Warn when parsing obsolete Recommended/Optional/Class fields. + Prompted by David Kalnischkies <[email protected]>. + - libdpkg: Add missing dependency type to obsolete dependency fields. + - libdpkg: Update code comment for obsolete fields. + * Test suite: + - Add test cases for obsolete fields. + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. - -- Guillem Jover <[email protected]> Sat, 26 Mar 2022 13:53:19 +0100 + -- Guillem Jover <[email protected]> Tue, 29 Mar 2022 02:52:14 +0200 dpkg (1.21.4) unstable; urgency=medium -- Dpkg.Org's dpkg

