diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-10-07 07:56:35 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-10-07 07:56:35 +0200 |
commit | 78ead40e1675cae98eb545b0c7369c9f2123ef71 (patch) | |
tree | cb91cdeb200d5d20390660565462e2c03d1baa4e /debian | |
parent | 8be7095570b131d81916fb43ebb42c1034487c7a (diff) |
Release 1.7.01.7.0
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bba04f7bf..741abcbd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +apt (1.7.0) unstable; urgency=medium + + [ Julian Andres Klode ] + * Fix calculation of elapsed usec in downloads + * pkgCacheFile: Only unlock in destructor if locked before (LP: #1794053) + * 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. + * prepare-release: Fix last-modification detection for manpages + + [ David Kalnischkies ] + * Show APT::Compressor example in apt.conf(5) (Closes: #909712) + + [ Muhamed Huseinbašić ] + * apt-mark: showhold: typo-fix (package -> packages) + + -- Julian Andres Klode <jak@debian.org> Sun, 07 Oct 2018 07:56:02 +0200 + apt (1.7.0~rc2) unstable; urgency=medium [ David Kalnischkies ] |