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=66a5a61d279558aae34283244ba6e1cecb0de72b commit 66a5a61d279558aae34283244ba6e1cecb0de72b (tag: 1.22.13) Author: Guillem Jover <[email protected]> AuthorDate: Fri Jan 3 11:48:03 2025 +0100 Release 1.22.13 --- debian/changelog | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6eaea5b73..ba3ca76e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,38 @@ -dpkg (1.22.13) UNRELEASED; urgency=medium +dpkg (1.22.13) unstable; urgency=medium - * - - -- Guillem Jover <[email protected]> Thu, 02 Jan 2025 00:03:58 +0100 + [ Guillem Jover ] + * dpkg-deb: Add support for filesystem metadata checks. + * Perl modules: + - Dpkg::OpenPGP::Backend::Sequoia: Handle all KeyHandle types in + inline_sign(). See #1091915. + - Dpkg::OpenPGP::Backend::Sequoia: Check whether we can use the key. + Closes: #1091915 + - Dpkg::OpenPGP::Backend: Add missing imports. Closes: #1091990 + - Dpkg::BuildDriver::DebianRules: Change default R³ value to «no». + * Documentation: + - man: Document the version since the Section and Priority fields have + defaults. + - man: Clarify Priority values by mentioning known important and unknown + ones. + - man: Clarify Section and Priority values usage tied to distribution + policies. + - man: Refer to --sign-keyid instead of --sign-key in DEB_SIGN_KEYID + description. + * Code internals: + - libdpkg: Add test cases for varbuf C++ operators. + - libdpkg: Do not call varbuf_init() from operator=(). + - dselect: Make sure the search varbuf always has allocated space. + See #1091898. + - dselect: Update the search varbuf to account for the used size. + Closes: #1091898 + - dselect: Fix logic inversion in repeat search keybinding. + - dselect: Fix formatting for return in keybindings::find(). + - scripts: When printing a field value quote it with double quotes. + - dpkg-gencontrol: Add missing field name to warning message. See #1091941. + - dpkg-genchanges: Set Section and Priority defaults even with no fields. + Closes: #1091941 + + -- Guillem Jover <[email protected]> Fri, 03 Jan 2025 11:47:15 +0100 dpkg (1.22.12) unstable; urgency=medium -- Dpkg.Org's dpkg

