diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-09-28 15:20:28 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-09-28 15:21:41 +0200 |
commit | 1a9a1a4a753bb5aa118188b842d7a10abe4d27b6 (patch) | |
tree | d37b2c992a2230c62bda5799635c1e0324557d2e /debian | |
parent | 09a5a7bd66a69e3e43bc35db4fb42ae4982342de (diff) |
Release 1.2.281.2.28
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 36ea0ee36..08e5f6929 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +apt (1.2.28) xenial; urgency=medium + + [ Julian Andres Klode ] + * apt.conf.autoremove: Add linux-cloud-tools to list (LP: #1698159) + * Add support for dpkg frontend lock (Closes: #869546) (LP: #1781169) + * Set DPKG_FRONTEND_LOCKED as needed when doing selection changes + * http: Stop pipeline after close only if it was not filled before + (LP: #1794957) + * pkgCacheFile: Only unlock in destructor if locked before (LP: #1794053) + * Update libapt-pkg5.0 symbols for frontend locking + + [ David Kalnischkies ] + * Support records larger than 32kb in 'apt show' (Closes: #905527) + (LP: #1787120) + + -- Julian Andres Klode <julian.klode@canonical.com> Fri, 28 Sep 2018 15:18:29 +0200 + apt (1.2.27) xenial; urgency=medium [ David Kalnischkies ] |