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=ff61d6d650e0455d4c070306a482cf757285d58b commit ff61d6d650e0455d4c070306a482cf757285d58b (tag: 1.21.13) Author: Guillem Jover <[email protected]> AuthorDate: Mon Dec 19 02:11:00 2022 +0100 Release 1.21.13 --- debian/changelog | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 099e09686..93360b35a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,50 @@ -dpkg (1.21.13) UNRELEASED; urgency=medium +dpkg (1.21.13) unstable; urgency=medium - * + [ Guillem Jover ] + * Perl modules: + - Test::Dpkg: Refactor OpenPGP requisite into test_needs_openpgp_backend(). + - Dpkg::Backend::GnuPG: Ensure future signing interop with gpg --openpgp. + * Documentation: + - man: Move parallel-safe note from dpkg-buildpackage -j option to + --jobs-force. + * Code internals: + - start-stop-daemon: Cast struct sockaddr_un to struct sockaddr on bind() + call. + - lib: Stop using register keyword. + - libcompat: Remove unused arguments from ngettext() fallback macro. + - libcompat: Switch manual copying to memcpy() in obstack module. + - libcompat: Switch obstack to use size_t. + - libcompat: Use an union to track chunkfun and freefun. + - dpkg-architecture: Fix indentation. + - libdpkg: Fix pdb_lax_stanza_parser and pdb_allow_empty aliased values. + - libcompat: Add noreturn and sentinel C attributes. + - utils: Switch to use libcompat attributes. + - libdpkg: Add new multi-threaded xz decompression support. Closes: #956452 + - libdpkg: Pass -T+1 instead of -T1 to xz when compressing. + - libdpkg: On threads-max > 0 pass --no-adjust to xz to force threaded + mode. + - Use hyphenated multi-threaded in text. + * Build system: + - Consider lib and utils prefixes as internal in gen-changelog. + - Fix m4 files coding style. + - Include <stdio.h> for printf() usage in __progname check. + * Packaging: + - Require liblzma >= 5.4.0 for multi-threaded compressor support. + - Clarify versioned dependency rationale comments. + - Add pkgconf as main Build-Depends alternative to pkg-config. + * Test suite: + - Skip deb-format tests if required compressors are not present. + - Use a custom dpkg database directory for dpkg-buildpackage tests. + - Switch Dpkg::Source::Package test to use test_needs_openpgp_backend(). + - Skip deb-format tests if gzip is not present. + - Skip dpkg-source tests if xz is not present. + - Use the PERL detected at configure time in autotests. + - Use perl instead of yes+dd to generate a data-file for deb-split. + * Localization: + - Update Simplified Chinese programs translation. + Thanks to Boyuan Yang <[email protected]>. Closes: #1025625 - -- Guillem Jover <[email protected]> Tue, 06 Dec 2022 04:38:29 +0100 + -- Guillem Jover <[email protected]> Mon, 19 Dec 2022 02:07:45 +0100 dpkg (1.21.12) unstable; urgency=medium -- Dpkg.Org's dpkg

