diff options
author | Julian Andres Klode <jak@debian.org> | 2017-06-30 18:18:47 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-06-30 18:21:33 +0200 |
commit | 3be04d30cbb801777dce9d3e46c19722ab480b14 (patch) | |
tree | cfef1a46d5f781431710b373b2f8e82ebea62255 /debian/changelog | |
parent | d6bcfa40f170434c387acfd6e8c1425f3fe057af (diff) |
Upload 1.5~alpha4 to experimental1.5_alpha4
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index deb751c16..d581c1f3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +apt (1.5~alpha4) experimental; urgency=medium + + * Reset failure reason when connection was successful + * Allow running the TLS stack on any lower connection + * http: Add support for CONNECT proxying to HTTPS locations + * http: Add support for https:// proxies + * Allow http(s) and socks5h for http and https in proxy auto detect + * Switch to 'http' as the default https method + * Improve closing the TLS connection + * TLS support: Error out on unsupported curl options + + -- Julian Andres Klode <jak@debian.org> Fri, 30 Jun 2017 18:18:09 +0200 + apt (1.5~alpha3) experimental; urgency=medium * Don't read CaInfo if not specified (missing else) |