diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-10-09 12:31:38 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-10-09 12:31:38 +0200 |
commit | 5a5f08baec7fb9bf2c2ac2893b21151190a5b417 (patch) | |
tree | db47feae4e3b0e8699a8176ea80d3f1fefa800fc /debian | |
parent | 0ce6bc5ec70ff84eb2829f91f286a93687e77a46 (diff) |
release 1.6.61.6.6
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0a6270211..4df04f5c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (1.6.6) bionic; urgency=medium + + * Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scripts. + Some post-invoke scripts install packages, which fails because + the environment variable is not set. This sets the variable for + all three kinds of scripts {pre,post-}invoke and pre-install-pkgs, + but we will only allow post-invoke at a later time. + (LP: #1796808) + + -- Julian Andres Klode <juliank@ubuntu.com> Tue, 09 Oct 2018 12:16:51 +0200 + apt (1.6.5) bionic; urgency=medium [ David Kalnischkies ] |