diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-01-08 21:58:58 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-01-08 22:18:01 +0100 |
commit | 3f9e5bedf1c9b15db8960d2daa32f703c3cc2346 (patch) | |
tree | 7507d9b52876ed958d5619efa3b3469291fc0cf8 /debian | |
parent | 580880b051492fb1e47bcb4eaaacec3a2807d140 (diff) |
Release 2.1.16 - "Happy build-essential freeeze" release2.1.16
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 9 | ||||
-rw-r--r-- | debian/changelog | 38 |
2 files changed, 43 insertions, 4 deletions
diff --git a/debian/NEWS b/debian/NEWS index eb8e2c116..7e46f4444 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,7 +1,8 @@ -apt (2.1.16) UNRELEASED; urgency=medium +apt (2.1.16) unstable; urgency=medium - Automatically remove unused kernels on dist-upgrade. To revert to previous - behavior, set APT::Get::AutomaticRemove::Kernels to false. + Automatically remove unused kernels on apt {dist,full}-upgrade. To revert + to previous behavior, set APT::Get::AutomaticRemove::Kernels to false or + pass --no-auto-remove to the command. apt-get remains unchanged. Packages files can now set the Phased-Update-Percentage field to restrict update rollout to a specified percentage of machines. Previously, this has @@ -10,7 +11,7 @@ apt (2.1.16) UNRELEASED; urgency=medium the same updates. Phased updates are disabled in chroots for now to not break buildd-style setups. - -- Julian Andres Klode <jak@debian.org> Mon, 04 Jan 2021 10:47:14 +0100 + -- Julian Andres Klode <jak@debian.org> Fri, 08 Jan 2021 22:01:50 +0100 apt (1.9.11) experimental; urgency=medium diff --git a/debian/changelog b/debian/changelog index 5e341d674..48e689499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +apt (2.1.16) unstable; urgency=medium + + [ Faidon Liambotis ] + * Various fixes to http and connect method + - basehttp: also consider Access when a Server's URI + - connect: convert a C-style string to std::string + - connect: use ServiceNameOrPort, not Port, as the cache key + + [ Julian Andres Klode ] + * patterns: Add dependency patterns ?depends, ?conflicts, etc. + Note that the -broken- variants are not implemented yet. + * Rewrite of the kernel autoremoval code: + - Determine autoremovable kernels at run-time (LP: #1615381), this fixes the + issue where apt could consider a running kernel autoremovable + - Automatically remove unused kernels on apt {full,dist}-upgrade. + This helps ensuring that we don't run out of /boot space. + - Only keep up to 3 (not 4) kernels. + Ubuntu boot partitions were sized for 3 kernels, not 4. + * Bump codenames to bullseye/hirsute and adjust -security codename for + bullseye (Closes: #969932) + * Ignore failures from immediate configuration. This does not change the + actual installation ordering - we never passed the return code to the + caller and installation went underway anyway if it could be ordered at a + later stage, this just removes spurious after-the-fact errors. + (Closes: #973305, #188161, #211075, #649588) (LP: #1871268) + * Add support for Phased-Update-Percentage, previously used only by + update-manager. + * Implement update --error-on=any so that scripts can reliably check for + transient failures as well. (Closes: #594813) + + [ Demi M. Obenour ] + * test/integration/framework: Be compatible with Bash + + [ Vangelis Skarmoutsos ] + * Greek program translation update + + -- Julian Andres Klode <jak@debian.org> Fri, 08 Jan 2021 21:49:15 +0100 + apt (2.1.15) unstable; urgency=medium [ Julian Andres Klode ] |