diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-10-09 12:36:50 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-10-09 12:36:50 +0200 |
commit | 8de85181e1eee6f28db171068d4eb6c49cdbae00 (patch) | |
tree | c0428e0841c39e0409787e9e06e3edcd4fbfa6b5 /debian | |
parent | 02f6a9b4e5f8239e0dfa64ba79e426005a5dec56 (diff) |
release 1.2.291.2.29
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 08e5f6929..d2ede3c52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (1.2.29) xenial; 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:35:03 +0200 + apt (1.2.28) xenial; urgency=medium [ Julian Andres Klode ] |