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=ff343eb85df0ea45edd6b7a6a9d52945f3d7e773

commit ff343eb85df0ea45edd6b7a6a9d52945f3d7e773 (tag: 1.22.2)
Author: Guillem Jover <[email protected]>
AuthorDate: Mon Dec 18 03:39:26 2023 +0100

    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 <[email protected]>.
+    - 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<builddir> to cppcheck instead of «.» if <builddir> is defined.
+  * Localization:
+    - Update Catalan translations.
+    - Update Dutch translations.
+      Thanks to Frans Spiesschaert <[email protected]>.
+      Closes: #1058631, #1058637
+
+  [ Helge Kreutzmann ]
+  * Localization:
+    - Update German man pages translation.
+    - Update German scripts translation.
 
- -- Guillem Jover <[email protected]>  Mon, 30 Oct 2023 04:36:36 +0100
+ -- Guillem Jover <[email protected]>  Mon, 18 Dec 2023 03:37:08 +0100
 
 dpkg (1.22.1) unstable; urgency=medium
 

-- 
Dpkg.Org's dpkg

Reply via email to