diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-04-13 17:26:59 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-04-13 17:26:59 +0200 |
commit | 8f84d45b7b7fcefb622314b74ac103dba347fb7c (patch) | |
tree | 53836d5f87dfe2dc66f2ce676ae19b2231399e98 /debian/changelog | |
parent | e59d47fbde4ee9372a91360d5e9af34f23dea4b8 (diff) |
Release 2.3.12.3.1
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 78327a9c2..6faf06657 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +apt (2.3.1) experimental; urgency=medium + + [ David Kalnischkies ] + * Replace macro and manual management with lambda and RAII: + - Replace multi-statement macro with lambda + - Use RAII to clean up tmp dir for dpkg recursive install + - Handle multi-arch pkgnames for dpkg call via RAII + - Merge the three RAII vectors managing args lifetime + * Harden test for no new acquires after transaction abort (Closes: #984966) + + [ Julian Andres Klode ] + * Check for and discard expected warning from MaybeAddAuth + * Fix downloads of unsized files that are largest in pipeline (LP: #1921626) + * Error on packages without a Size field (option Acquire::AllowUnsizedPackages) + * debian/gbp.conf: HEAD branch is main now + + [ Cameron Katri ] + * add vendor information for Procursus + + -- Julian Andres Klode <jak@debian.org> Tue, 13 Apr 2021 17:23:49 +0200 + apt (2.3.0) experimental; urgency=medium [ David Kalnischkies ] |