diff options
-rw-r--r-- | debian/changelog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b4bfa6e..ef410d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +dpkg (1.22.11) unstable; urgency=medium + + [ Guillem Jover ] + * Perl modules: + - Dpkg::Shlibs::Cppfilt: Do not normalize angle brackets for operators. + Closes: #1076067 + * Documentation: + - doc: Replace references to crypto-refresh and RFC4880 with RFC9580. + * Build system: + - Use 'command -v' instead of 'which'. + - Remove generated spacesyms.o and spacesyms.c on clean. + - Add declaration for funcs symbols in spacesyms.c. + * Test suite: + - Fix coding style in perl test cases. + - Improve Dpkg::Changelog data test case message. + - Refactor setup_changelog() in Dpkg::Changelog test. + - Unroll Dpkg::Changelog file tests loop. + - Refactor load_objdump_obj(). + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. + - Update German scripts translation. + + [ Sven Joachim ] + * Localization: + - Update German programs translation. + + -- Guillem Jover <guillem@debian.org> Thu, 01 Aug 2024 12:39:16 +0200 + dpkg (1.22.10) unstable; urgency=medium [ Guillem Jover ] |