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=b2f9600ead232a2dd3c27f8b52807a9ca5854d17 commit b2f9600ead232a2dd3c27f8b52807a9ca5854d17 (tag: 1.22.6) Author: Guillem Jover <guil...@debian.org> AuthorDate: Sun Mar 10 20:23:06 2024 +0100 Release 1.22.6 --- debian/changelog | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6a371bf3a..0cea8a06b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,44 @@ -dpkg (1.22.6) UNRELEASED; urgency=medium +dpkg (1.22.6) unstable; urgency=medium - * + [ Guillem Jover ] + * dpkg-deb: Fix up compressor parameters for default legacy format. + * Perl modules: + - Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func. + Closes: #1065371 + - Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func. + See #1065371. + * Documentation: + - man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various + tools. + * Code internals: + - libdpkg: Use array access instead of pointer arithmetic for meminfo + parser. + - libdpkg: Use a macro to define the zstd default compression level. + * Build system: + - Test with minimal library dependencies in CI. + - Add gen-release script. + * Packaging: + - Fix typo in man page reference in changelog. + * Test suite: + - Refactor OpenPGP backend and commands list. + - Refactor certfile and keyfile filenames for OpenPGP test. + - Skip OpenPGP tests if the backend does not have a verify command. + Closes: #1065648 + * Localization: + - Fix typos in Swedish man pages translations. + Thanks to Andreas Rönnquist <gus...@debian.org>. Closes: #1065672 + - Fix typos in Swedish man pages translations. Closes: #1065575 + - Update Dutch man pages translations. + Thanks to Frans Spiesschaert <frans.spiesscha...@yucom.be>. + Closes: #1065518 + - Update Portuguese man pages translations. + Thanks to Américo Monteiro <a_monte...@gmx.com>. Closes: #1065401 + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. - -- Guillem Jover <guil...@debian.org> Tue, 27 Feb 2024 05:01:19 +0100 + -- Guillem Jover <guil...@debian.org> Sun, 10 Mar 2024 20:21:24 +0100 dpkg (1.22.5) unstable; urgency=medium -- Dpkg.Org's dpkg