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=33ec2ecb51aa3150053224f9926b6d9a0c1f8aa3 commit 33ec2ecb51aa3150053224f9926b6d9a0c1f8aa3 (HEAD -> main, tag: 1.22.3) Author: Guillem Jover <[email protected]> AuthorDate: Fri Jan 19 12:13:13 2024 +0100 Release 1.22.3 --- debian/changelog | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bd057c67e..07d30a71f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,45 @@ -dpkg (1.22.3) UNRELEASED; urgency=medium +dpkg (1.22.3) experimental; urgency=medium - * + [ Guillem Jover ] + * dpkg-buildtree: New program. + * Perl modules: + - Dpkg::Vendor::Debian: Parametrize fortify level. + - Dpkg::Vendor::Ubuntu: Default to fortify level 3. + - Dpkg::OpenPGP::Backend::SOP: Add reference to another gosop blocker. + - Dpkg::OpenPGP::Backend::GnuPG: Accept keybox format keyrings as-is. + - Dpkg::OpenPGP::Backend: Remove unused strict_verify option. + - Dpkg::OpenPGP::Backend::GnuPG: Look harder for trustedkeys keyring. + - Dpkg::Changelog::Debian: Remove wrong import arguments. + - Dpkg::Vendor::Debian: Split bug-implicit-func from bug feature in qa + area. + * Documentation: + - man: Use semantic line breaks (must requirements). + - man: Remove trailing full stop before parenthetical. + - man: Use «package maintainer script» instead of «Debian package + scripts». + * Code internals: + - libcompat: Make long_options array const. + * Packaging: + - Make the logdir variable local to its function in postrm. + - Install start-stop-daemon under /usr/sbin. Closes: #1059982 + - Make get_vendor honor DEB_VENDOR environment variable. + - Check for usrmerge in bug-script on the same vendors as postinst. + - Do not install dpkg-fsys-usrunmess on Debian and Ubuntu. + * Localization: + - Fix L<> markup. + - Unfuzzy translations after semantic line break changes. + - Update Dutch man pages translation. + Thanks to Frans Spiesschaert <[email protected]>. + Closes: #1061085 + - Update Swedish translations. + Thanks to Peter Krefting <[email protected]>. Closes: #1059527 + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. + - Update German scripts translation. - -- Guillem Jover <[email protected]> Mon, 18 Dec 2023 03:57:49 +0100 + -- Guillem Jover <[email protected]> Fri, 19 Jan 2024 12:10:52 +0100 dpkg (1.22.2) unstable; urgency=medium -- Dpkg.Org's dpkg

