diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-08-11 14:34:13 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-08-11 14:34:13 +0200 |
commit | 6b3fbe9d5e661a3f371eb26631b3f8b502c390a6 (patch) | |
tree | ecb628e074920c593d61f139d455ce662940703e /debian | |
parent | 1e2d586703e8c0227ddb7b3705205c85e3b8507e (diff) |
Release 2.1.102.1.10
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d6c82401f..cfc6b6ddc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +apt (2.1.10) unstable; urgency=medium + + * Default Acquire::AllowReleaseInfoChange::Suite to "true" (Closes: #931566) + * acquire: Do not hide _error messages in Fail() + * Further improvements to HTTP method (Closes: #968220, verified against + that server and the Canonical infra where it blocked buildds) + - Do not use non-blocking local I/O - they don't do anything anyway, + and we can't really use non-blocking I/O here because we need to be able + to flush it. + - Restore successful exits from Die() and rewrite Die() in a more + comprehensible way, after careful code path analysis + - http: Fully flush local file both before/after server read, avoiding + both partial flush before sending requests to the server, as well as + preventing leftover data before receiving from the server, which cause + data left in the buffer. + + -- Julian Andres Klode <jak@debian.org> Tue, 11 Aug 2020 14:28:07 +0200 + apt (2.1.9) unstable; urgency=medium [ Julian Andres Klode ] |