diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fadb4b6..0cea8a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +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 <gusnan@debian.org>. Closes: #1065672 + - Fix typos in Swedish man pages translations. Closes: #1065575 + - Update Dutch man pages translations. + Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>. + Closes: #1065518 + - Update Portuguese man pages translations. + Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1065401 + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. + + -- Guillem Jover <guillem@debian.org> Sun, 10 Mar 2024 20:21:24 +0100 + dpkg (1.22.5) unstable; urgency=medium [ Guillem Jover ] @@ -4307,7 +4349,7 @@ dpkg (1.18.11) unstable; urgency=medium - Update custom changelog parser API support status in README.api. - Fix typos in docs and man pages. Thanks to Jakub Wilk <jwilk@debian.org> Closes: #834584 - - Fix formatting in SOURCE_DATE_EPOCH description in dpkg-deb(5). + - Fix formatting in SOURCE_DATE_EPOCH description in dpkg-deb(1). - Improve dpkg-deb --build arguments documentation in dpkg-deb(1). Prompted by Johannes Schauer <josch@debian.org>. - Document the .changes filename that dpkg-buildpackage generates in |