diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-07-29 16:59:52 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-07-29 17:00:26 +0200 |
commit | 6442107478c5418cd0053eef626f53d565fda7e1 (patch) | |
tree | d9da6be765e31c267a0f092fa8a6f619db4b22a3 /debian/changelog | |
parent | 410a6d9d84136fc0bc8c50551313c036ae99aafa (diff) |
Release 2.3.72.3.7
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fe2588aec..701a6036e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +apt (2.3.7) experimental; urgency=medium + + [ David Kalnischkies ] + * Use full item description in broken repo error + * Store size from volatile sources for already installed versions + * Restore dpkg::chroot-directory functionality + + [ Dillon Brock ] + * apt.conf(5): indicate # is also used for comments (LP: #1309658) + + [ Julian Andres Klode ] + * Check sources.list could be parsed before adding volatile files + (Closes: #990518) + * pkgAcqIndex::CommonFailed: Set StatIdle before calling Init() + * Implement exponential backoff between retries + - acquire: Automatically reduce select() timeout as needed + - Properly convert PulseInterval to timeval + - Add support for a maximum delay and testing of delay + - tests (retry-downloads): Avoid delay in second test + + -- Julian Andres Klode <jak@debian.org> Thu, 29 Jul 2021 16:59:39 +0200 + apt (2.3.6) experimental; urgency=medium [ David Kalnischkies ] |