diff options
author | Julian Andres Klode <jak@debian.org> | 2017-06-28 19:53:45 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-06-28 19:53:45 +0200 |
commit | c9390165718d4cf0ec43a0af01f06d6628717905 (patch) | |
tree | 8c7c773de3600d543f1ef322c3bff780b684a3f7 /debian/NEWS | |
parent | 6edfda8b45dee7e1202f723b98fa962c38554c51 (diff) |
Upload 1.5~alpha1 to experimental1.5_alpha1
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS index 00cb9be46..5722ca0c5 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,5 +1,6 @@ -apt (1.5~) UNRELEASED; urgency=medium +apt (1.5~alpha1) experimental; urgency=medium + [ Changes to unauthenticated repositories ] The security exception for apt-get to only raise warnings if it encounters unauthenticated repositories in the "update" command is gone now, so that it will raise errors just like apt and all other apt-based front-ends do since @@ -10,7 +11,21 @@ apt (1.5~) UNRELEASED; urgency=medium Binary::apt-get::Acquire::AllowInsecureRepositories "true"; See apt-secure(8) manpage for configuration details. - -- David Kalnischkies <donkult@debian.org> Wed, 28 Jun 2017 12:37:12 +0200 + [ Experimental https support in http ] + The http method will eventually replace the curl-based https method, but for + now, this is an opt-in experiment that can be enabled by setting + Dir::Bin::Methods::https to "http". Known issues: + - We do not support HTTPS proxies yet + - We do not support proxying HTTPS connections yet (CONNECT) + - IssuerCert and SslForceVersion are unsupported + TLS code paths can be disabled by setting Acquire::AllowTLS to "false". + + [ Release Info Changes ] + If values like Origin, Label, and Codename change in a Release file, + update fails, or asks a user (if interactive). Various + --allow-releaseinfo-change are provided for non-interactive use. + + -- Julian Andres Klode <jak@debian.org> Wed, 28 Jun 2017 19:49:30 +0200 apt (1.4.2) unstable; urgency=medium |