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

commit c89c5a80eb1ff3835d72dcbca774cb0f44c66571 (tag: 1.21.14)
Author: Guillem Jover <[email protected]>
AuthorDate: Sun Jan 1 23:48:36 2023 +0100

    Release 1.21.14
---
 debian/changelog | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 74 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b076a358..556abf91c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,79 @@
-dpkg (1.21.14) UNRELEASED; urgency=medium
+dpkg (1.21.14) unstable; urgency=medium
 
-  *
+  [ Guillem Jover ]
+  * dpkg-source: Add new --threads-max option to control threaded compressors.
+  * dpkg-buildflags: Add support for features handled as builtin defaults.
+  * Perl modules:
+    - Dpkg::Compression::Process: Unify and simplify cmdline handling.
+    - Dpkg::Compression: Change $COMP hashref into a %COMP hash.
+    - Dpkg::Compression: Add new compression_get_file_extension() and switch to
+      it.
+    - Dpkg::Compression: Move the POD for each function immediately before it.
+    - Dpkg::Compression: Clarify the compression_get/set_default_level() are
+      global.
+    - Dpkg::Compression: Use %COMP directly in functions when it is safe.
+    - Dpkg::Compression: Add new compression_get/set_level() and switch to it.
+    - Dpkg::Compression: Add new compression_get/set_cmdline_de/compress().
+    - Dpkg::Compression: Deprecate compression_get_property().
+    - Dpkg::Compression: Add multi-threaded xz support.
+    - Dpkg::Vendor::Devuan: Add new vendor module.
+      Requested by Ivan J. <[email protected]>.
+    - Dpkg::BuildFlags: Make it possible to not load the vendor defaults on
+      new().
+    - Dpkg::BuildFlags: Add a new use_feature() method.
+    - Dpkg::BuildFlags: Add a new set/get_option_value() private methods.
+    - Dpkg::BuildFlags: Add missing feature area to is_maintainer_modified()
+      POD.
+    - Dpkg::BuildFlags: Add support for builtin build flags.
+    - Dpkg::Vendor::Debian: Track option values state as a build flag options.
+    - Dpkg::Vendor::Debian: Generalize feature areas defaults.
+    - Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq().
+    - Dpkg::Vendor::Ubuntu: Use new build flag option override support to set
+      -O3.
+    - Dpkg::Vendor::Ubuntu: Handle LTO by default using new feature overrides.
+    - Dpkg::BuildEnv: Rename from Dpkg::Build::Env.
+    - Dpkg::BuildTypes: Rename from Dpkg::Build::Types.
+    - Dpkg::BuildInfo: New module to deprecate the Dpkg::Build::Info module.
+  * Documentation:
+    - man: Document dpkg-source -q option.
+    - doc: Update TODO.
+    - man: Document start-stop-daemon options that might be no-ops on some
+      systems.
+    - man: Turn spaces followed by tabs into spaces in start-stop-daemon(8).
+    - man: Use stanza instead of paragraph, block or record for deb822 parts.
+  * Code internals:
+    - libdpkg: Use correct return type in meminfo functions definitions.
+    - libdpkg: Split DPKG_ATTR_ declarations.
+    - lib: Refactor format attributes into a common *_ATTR_FMT.
+    - lib: Use __name__ format for attributes.
+    - lib: Use __has_attribute() to check for attribute availability.
+    - libdpkg: Mark tar on-disk members with attribute nonstring.
+    - scripts: Use stanza instead of entry or block.
+    - libdpkg: Rename functions with names containing record to stanza.
+    - dselect: Rename functions with names containing block to stanza.
+    - perl: Add missing space around equal-based operators.
+    - scripts: Fix indentation.
+    - perl: Fix list and hash literals indentation.
+    - scripts: Cuddle else and elsif.
+    - perl: Remove excess blank lines.
+    - dselect, src, utils: Remove excess blank lines.
+    - dpkg-scansources: Turn spaces followed by tabs into spaces.
+  * Packaging:
+    - Clarify new xz multi-threaded support is for decompression.
+    - Bump Standards-Version to 4.6.2.
+  * Test suite:
+    - Add unit tests for most of Dpkg::Compression.
+  * Localization:
+    - Update Dutch translations.
+      Thanks to Frans Spiesschaert <[email protected]>.
+      Closes: #1027312, #1027313
+
+  [ Helge Kreutzmann ]
+  * Localization:
+    - Update German man pages translation.
+    - Update German scripts translation.
 
- -- Guillem Jover <[email protected]>  Mon, 19 Dec 2022 02:22:09 +0100
+ -- Guillem Jover <[email protected]>  Sun, 01 Jan 2023 23:48:16 +0100
 
 dpkg (1.21.13) unstable; urgency=medium
 

-- 
Dpkg.Org's dpkg

Reply via email to