diff options
author | Julian Andres Klode <jak@debian.org> | 2017-06-30 16:33:09 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-06-30 16:33:09 +0200 |
commit | c6a428e4d17b408c2701def5daa46ca950948980 (patch) | |
tree | 57cb3552e76ff32f7b3a7a758dfa17c53db9d911 /debian/NEWS | |
parent | 46c31341ef4b09bb3509ebbc49416e34b68e1be4 (diff) |
Switch to 'http' as the default https method
The old curl based method is still available as 'curl',
'curl+http', and 'curl+https'.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 5722ca0c5..4afb403ca 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,12 @@ +apt (1.5~alpha4) UNRELEASED; 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 + now that can be used as a fallback with curl+https URLs, or by setting + Dir::Bin::Methods::https to "curl". + + -- Julian Andres Klode <jak@debian.org> Fri, 30 Jun 2017 15:26:44 +0200 + apt (1.5~alpha1) experimental; urgency=medium [ Changes to unauthenticated repositories ] |