diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-01 12:43:51 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-01 12:47:51 +0100 |
commit | f490c8fc2c58656f2734fc67d99cde7a98006c51 (patch) | |
tree | ad439f83b2a8f23bca7aa8611da6dda3de0cc4fc /debian/changelog | |
parent | a7dfc32efc6ae4780e25ffc4fce3e59588926e16 (diff) |
Release 1.0.1ubuntu2.211.0.1ubuntu2.21
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1e34e019a..a10128a20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +apt (1.0.1ubuntu2.21) trusty; urgency=medium + + [ Julian Andres Klode ] + * travis CI: Use docker container to get useful results + * fix and non-silent fail dpkg-overwrite error test (LP: #1817088) + * Introduce experimental 'never' pinning for sources (LP: #1814727) + * Add support for /etc/apt/auth.conf.d/*.conf (netrcparts) (LP: #1811120) + * Add a Packages-Require-Authorization Release file field (LP: #1814727) + * NeverAutoRemove kernel meta packages (LP: #1787460) + * Introduce APT::Install::Pre-Invoke / Post-Invoke-Success (LP: #1815761) + + [ David Kalnischkies ] + * ftparchive/writer.cc: use a std::vector instead of hardcoded array + (LP: #1817048) + + -- Julian Andres Klode <juliank@ubuntu.com> Fri, 01 Mar 2019 12:43:37 +0100 + apt (1.0.1ubuntu2.20) trusty; urgency=medium [ Julian Andres Klode ] |