summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2020-08-04 12:40:27 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2020-08-04 12:41:38 +0200
commit8761d5a714819f14c62879d1f705e95b270c5d99 (patch)
tree725663315201dd698d3aef37497d031b4ee4b401 /debian
parent7d222636954ec95382149e31b314e9828ba05a2e (diff)
Release 2.1.82.1.8
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bf2335543..95a37fcb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+apt (2.1.8) unstable; urgency=medium
+
+ [ Julian Andres Klode ]
+ * Fully deprecate apt-key, schedule removal for Q2/2022
+ * apt-key: Allow depending on gpg instead of gnupg
+ * Removal of racist terminology, except for two cases that still need consensus
+ * Various fixes to http code:
+ - http: Always Close() the connection in Die()
+ - http: Die(): Merge flushing code from Flush()
+ - http: Only return false for EOF if we actually did not read anything
+ - http: Die(): Do not flush the buffer, error out instead
+ - http: Finish copying data from server to file before sending stuff to server
+ - http: On select timeout, error out directly, do not call Die()
+ - http: Redesign reading of pending data
+ - http: Always write to the file if there's something to write; this fixes
+ a regression from removing the buffer flushing code
+ Overall, there's hope this Closes: #959518. It reproduced a bit, but eventually
+ snapshot.d.o ratelimiting kicked in and broke the test case.
+
+ [ Nicolas Schier ]
+ * Support marking all newly installed packages as automatically installed
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 04 Aug 2020 12:41:28 +0200
+
apt (2.1.7) unstable; urgency=medium
[ David Kalnischkies ]