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=70034dd074cb81a7a018b296924328a29d436288 commit 70034dd074cb81a7a018b296924328a29d436288 (tag: 1.22.14) Author: Guillem Jover <[email protected]> AuthorDate: Thu Jan 16 03:58:26 2025 +0100 Release 1.22.14 --- debian/changelog | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 24018edef..72b86d682 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,37 @@ -dpkg (1.22.14) UNRELEASED; urgency=medium +dpkg (1.22.14) unstable; urgency=medium - * + [ Guillem Jover ] + * dpkg-deb: Switch from info() to hint() for hint message. + * Perl modules: + - Dpkg::BuildDriver::DebianRules: Fix R³ namespace check to only refuse + unknown dpkg keywords. Closes: #1092653 + * Make fragments: + - Use flavor to avoid re-caching empty variables. See #1092051. + * Shell library: + - Abstract color clearing with a new variable. + - Lowercase and namespace private variables with _dpkg_. + - Fix debug output format to print debug in lowercase after progname. + - Document library interface basics and the version when introduced. + - Add support for notice(), info() and hint() functions. + * Code internals: + - libdpkg: Add support for hint printing. + * Test suite: + - Remove redundant <cstdbool> include deprecated in C++17. + * Localization: + - Update Brazilian Portuguese dselect translations. + Thanks to Paulo Henrique de Lima Santana (phls) <[email protected]>. + Closes: #1092593 + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. + - Update German scripts translation. + + [ Sven Joachim ] + * Localization: + - Update German programs translation. - -- Guillem Jover <[email protected]> Fri, 03 Jan 2025 12:05:15 +0100 + -- Guillem Jover <[email protected]> Thu, 16 Jan 2025 03:56:38 +0100 dpkg (1.22.13) unstable; urgency=medium -- Dpkg.Org's dpkg

