diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-10-18 16:36:14 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-10-18 16:36:14 +0200 |
commit | 4a73fd686a882dd9cae0e6a44a0f4e23602d9d6f (patch) | |
tree | beb53669fcb36fb2092eb829b946d1928ac248af /debian/changelog | |
parent | 9d8cad64f03b47576ea0fd22f7d963c031faec3b (diff) |
Release 2.3.102.3.10
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0a10fb52d..40bc69d72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +apt (2.3.10) unstable; urgency=medium + + [ Julian Andres Klode ] + * basehttp: Turn HaveContent into a TriState + * Set haveContent to FALSE on `Content-Length: 0` (Closes: #990281) + * Add support for embedding PGP keys into Signed-By in deb822 sources + + [ David Kalnischkies ] + * All pkgCaches are MultiArch caches + * Do not strip M-A for native build-dep resolution + * Do not make provides of M-A:allowed implicit M-A:foreign + * Barbarian M-A:allowed don't satisfy :any deps of other archs + * Streamline access to barbarian architecture functionality + * Read and work with canonical file-URIs from sources.lists + * Use https config on https proxies for http servers (Closes: #990555) + * Add AllowRange option to disable HTTP Range usage + * Disable HTTP Range usage if varnish < 6.4 is involved + * Use exact If-Range match in our test webserver + + [ Johannes Schauer Marin Rodrigues ] + * add pattern to select packages by priority (closes: #989558) + + -- Julian Andres Klode <jak@debian.org> Mon, 18 Oct 2021 16:35:21 +0200 + apt (2.3.9) unstable; urgency=medium [ Frans Spiesschaert ] |