diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:33:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:33:18 +0000 |
commit | 7d6ae32ee083aa8297b4d8365825f6f4e93c1b17 (patch) | |
tree | d1beca931bf86c683d91df04526da408dcb44854 | |
parent | Merging upstream version 1.22.11. (diff) | |
download | dpkg-debian/1.22.11.tar.xz dpkg-debian/1.22.11.zip |
Adding debian version 1.22.11.debian/1.22.11debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 ] |