From ff343eb85df0ea45edd6b7a6a9d52945f3d7e773 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 18 Dec 2023 03:39:26 +0100 Subject: [PATCH] Release 1.22.2 --- debian/changelog | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 68 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index eccab074c..112f1844c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,73 @@ -dpkg (1.22.2) UNRELEASED; urgency=medium +dpkg (1.22.2) unstable; urgency=medium - * + [ Guillem Jover ] + * dpkg-shlibdeps: Do not require debian/control when parsing CLI options. + Closes: #1055536 + * Architecture support: + - Remove arm64ilp32 support. + See https://lists.debian.org/debian-dpkg/2023/11/msg00007.html. + - Remove uclinux support. + See https://lists.debian.org/debian-dpkg/2023/11/msg00012.html. + - Remove knetbsd-any support. + - Restrict kfreebsd ports to amd64 and i386. + - Restrict kopensolaris ports to amd64 and i386. + - Restrict hurd ports to amd64 and i386. + - Restrict dragonflybsd ports to amd64. + - Restrict aix ports to powerpc and ppc64. + - Restrict solaris ports to amd64, i386, sparc and sparc64. + - Restrict darwin ports to amd64, arm, arm64, i386, powerpc and ppc64. + - Restrict freebsd ports to amd64, arm, arm64, i386, powerpc, ppc64, riscv. + - Split tupletable header names description into two paragraphs. + * Perl modules: + - Dpkg::OpenPGP::Backend::Sequoia: Switch to use --signer-file. + - Dpkg::Vendor::Debian: Mask PIE for alpha and ia64. Closes: #1040062 + - Dpkg::Control::Types: Add aliases for type enumerations. + * Documentation: + - man: Add dpkg-build-api behavior for Rules-Requires-Root field defaults. + - man: Improve description for dpkg-build-api v1 items. + - doc, man: Clarify terminology for Debian control files. + * Code internals: + - libcompat: Disable VLA usage for gettext.h. + - libdpkg: Remove dead code after non-returning error function call. + - libdpkg: Mark varbuf constructor as explicit. + - Reduce variables scope. + - update-alternatives: Wrap the bad_format() function pointer call into a + new function. + - start-stop-daemon: Rename local variables shadowing global info() + function name. + - libdpkg: Add underscore after NO to FHFF_NONEW and FHFF_NOCOPY enum + values. + - Use FHFF_NONE instead of a literal 0 in calls to fsys_hash_find_node(). + Reported by Alexandre Detiste . + - dpkg-split: Change heading print logic to use a proper boolean. + - dpkg-shlibdeps: Defer add_library_dir() calls after option parsing. + - libdpkg: Remove unused DEFAULTSHELL and DEFAULTPAGER macros. + - dpkg-buildapi: Do not include newline in Usage text to be translated. + * Build system: + - Check whether we need to linkg against libtinfo explicitly. + - Add support for structured procfs via struct psinfo. + - Replace action-if-found with : for extra libselinux check. + - Check and print sizeof off_t and time_t on the configure summary. + * Packaging: + - Use installtest instead of test target in autopkgtests. + * Test suite: + - Reorder check on whether pkg is NULL. + - Split and sort cppcheck arguments to be one per line. + - Remove unused cppcheck suppressions. + - Improve cppcheck coverage. + - Pass -I to cppcheck instead of «.» if is defined. + * Localization: + - Update Catalan translations. + - Update Dutch translations. + Thanks to Frans Spiesschaert . + Closes: #1058631, #1058637 + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. + - Update German scripts translation. - -- Guillem Jover Mon, 30 Oct 2023 04:36:36 +0100 + -- Guillem Jover Mon, 18 Dec 2023 03:37:08 +0100 dpkg (1.22.1) unstable; urgency=medium -- 2.11.4.GIT