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=ebc2c3def335ac391b010323ab65a302648f3ec7 commit ebc2c3def335ac391b010323ab65a302648f3ec7 (tag: 1.21.18) Author: Guillem Jover <[email protected]> AuthorDate: Tue Jan 10 18:47:21 2023 +0100 Release 1.21.18 --- debian/changelog | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5cb6ff456..d158f167e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,27 @@ -dpkg (1.21.18) UNRELEASED; urgency=medium +dpkg (1.21.18) unstable; urgency=medium - * + [ Guillem Jover ] + * Perl modules: + - Dpkg::BuildFlags: Fix strip method to always work with duplicates. + Closes: #1028044 + * Documentation: + - man: Add a note to dpkg-fsys-usrunmess(8) about Debian support. + Closes: #1008486 + * Code internals: + - libdpkg: Move compression level max bound check from dpkg-deb. + - libdpkg: Switch dpkg_lzma_strerror() to use struct io_lzma. + - libdpkg: Split compression filter operation tracking from its status. + - libdpkg: Generalize compression stream action handling. + - libdpkg: Abstract compression stream status tracking. + - libdpkg: Add zstd support for .deb archives. Closes: #892664 + * Build system: + - Update .mailmap mappings. + * Packaging: + - Update copyright years. + * Test suite: + - Add dpkg-deb build and extract tests. - -- Guillem Jover <[email protected]> Thu, 05 Jan 2023 12:43:18 +0100 + -- Guillem Jover <[email protected]> Tue, 10 Jan 2023 18:46:37 +0100 dpkg (1.21.17) unstable; urgency=medium -- Dpkg.Org's dpkg

