summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS9
-rw-r--r--debian/changelog13
2 files changed, 19 insertions, 3 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 4afb403ca..026e3d1cf 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,7 +1,10 @@
-apt (1.5~alpha4) UNRELEASED; urgency=medium
+apt (1.5~alpha4) experimental; urgency=medium
- The apt package now installs the http method for https access, the
- apt-transport-https package is deprecated, and installs a curl method
+ All known issues in the new https method have been fixed, including
+ support for https:// proxies and the CONNECT method. Therefore, the
+ the http method is now the default for https access.
+
+ The apt-transport-https package is deprecated, and installs a 'curl' method
now that can be used as a fallback with curl+https URLs, or by setting
Dir::Bin::Methods::https to "curl".
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)