diff --git a/dpkg.changes b/dpkg.changes index aef1de0..d49233e 100644 --- a/dpkg.changes +++ b/dpkg.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Apr 10 02:52:20 UTC 2024 - Martin Schreiner + +- Update to version 1.22.6. + The changelog for this version isn't very large, so it's provided in full: + * dpkg-deb: Fix up compressor parameters for default legacy format. + * Perl modules: + - Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func. + - Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func. + * Documentation: + - man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various + tools. + * Code internals: + - libdpkg: Use array access instead of pointer arithmetic for meminfo + parser. + - libdpkg: Use a macro to define the zstd default compression level. + * Build system: + - Test with minimal library dependencies in CI. + - Add gen-release script. + * Packaging: + - Fix typo in man page reference in changelog. + * Test suite: + - Refactor OpenPGP backend and commands list. + - Refactor certfile and keyfile filenames for OpenPGP test. + - Skip OpenPGP tests if the backend does not have a verify command. + * Localization: + - Fix typos in Swedish man pages translations. + - Fix typos in Swedish man pages translations. + - Update Dutch man pages translations. + - Update Portuguese man pages translations. + - Update German man pages translation. + ------------------------------------------------------------------- Mon Mar 11 03:51:46 UTC 2024 - Martin Schreiner diff --git a/dpkg.spec b/dpkg.spec index f81f40d..64f8041 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -17,7 +17,7 @@ Name: dpkg -Version: 1.22.5 +Version: 1.22.6 Release: 0 Summary: Debian package management system License: GPL-2.0-or-later diff --git a/dpkg_1.22.5.tar.xz b/dpkg_1.22.5.tar.xz deleted file mode 100644 index afd6c68..0000000 --- a/dpkg_1.22.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26d27610536fdf951aa2be84503166c6ca8f6c36f71c049ab562ccca3233ca7e -size 5627632 diff --git a/dpkg_1.22.6.tar.xz b/dpkg_1.22.6.tar.xz new file mode 100644 index 0000000..ab24fc4 --- /dev/null +++ b/dpkg_1.22.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4379123466cf1804f82aaac7fbea7133c58aefa178dfbf7029cdc61a8d220655 +size 5630704 diff --git a/update-alternatives.changes b/update-alternatives.changes index c147a11..7f4da33 100644 --- a/update-alternatives.changes +++ b/update-alternatives.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Apr 10 02:52:20 UTC 2024 - Martin Schreiner + +- Update to version 1.22.6. + The changelog for this version isn't very large, so it's provided in full: + * dpkg-deb: Fix up compressor parameters for default legacy format. + * Perl modules: + - Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func. + - Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func. + * Documentation: + - man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various + tools. + * Code internals: + - libdpkg: Use array access instead of pointer arithmetic for meminfo + parser. + - libdpkg: Use a macro to define the zstd default compression level. + * Build system: + - Test with minimal library dependencies in CI. + - Add gen-release script. + * Packaging: + - Fix typo in man page reference in changelog. + * Test suite: + - Refactor OpenPGP backend and commands list. + - Refactor certfile and keyfile filenames for OpenPGP test. + - Skip OpenPGP tests if the backend does not have a verify command. + * Localization: + - Fix typos in Swedish man pages translations. + - Fix typos in Swedish man pages translations. + - Update Dutch man pages translations. + - Update Portuguese man pages translations. + - Update German man pages translation. + ------------------------------------------------------------------- Mon Mar 11 03:51:46 UTC 2024 - Martin Schreiner diff --git a/update-alternatives.spec b/update-alternatives.spec index 31cebba..fe9b718 100644 --- a/update-alternatives.spec +++ b/update-alternatives.spec @@ -17,7 +17,7 @@ Name: update-alternatives -Version: 1.22.5 +Version: 1.22.6 Release: 0 Summary: Maintain symbolic links determining default commands License: GPL-2.0-or-later