summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog99
1 files changed, 98 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f19355c35..e9ec2e230 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,100 @@
+apt (1.5~beta1) unstable; urgency=medium
+
+ [ Julian Andres Klode ]
+ * Make Verify-Host and Verify-Peer independent again
+ * http: A response with Content-Length: 0 has no content
+ * Ignore download order in test-apt-update-failure-propagation
+ * tls: Add more details to error messages, and detect more errors
+ * Do not error out, only warn if ca certificates are not available
+
+ [ David Kalnischkies ]
+ * don't set ip addresses as server names for SNI
+
+ [ Алексей Шилин ]
+ * Russian translation update (Closes: #866749)
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 03 Jul 2017 16:57:59 +0200
+
+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)
+ This fixes a regression from ~alpha2. (Closes: #866559)
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 30 Jun 2017 09:50:13 +0200
+
+apt (1.5~alpha2) experimental; urgency=medium
+
+ [ David Kalnischkies ]
+ * support tor+https being handled by http
+ * use port from SRV record instead of initial port
+
+ [ Robert Luberda ]
+ * fix a "critical" typo in old changelog entry (Closes: 866358)
+
+ [ Julian Andres Klode ]
+ * Improve error message if system CA store is empty (Closes: #866377)
+ * Have apt Recommend ca-certificates
+ * Demote gnupg to Suggests
+ * http: Only use system CA store if CaInfo is not set
+ * Bump Standards-Version (and wrap-and-sort a bit)
+ * Build-Depend on debhelper (>= 10) to shut up lintian
+
+ -- Julian Andres Klode <jak@debian.org> Thu, 29 Jun 2017 17:52:19 +0200
+
+apt (1.5~alpha1) experimental; urgency=medium
+
+ [ Julian Andres Klode ]
+ * pkgcache: Bump major version to 12
+ * Squashed 'triehash/' changes from 565fde4e7..0ca66b761
+ * methods: Add HTTPS support to http method, using GnuTLS.
+ 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
+ * Allow building without curl
+ * Introduce Acquire::AllowTLS to turn off TLS support
+ * Skip test-apt-download-progress
+ * Strip 0: epochs from the version hash
+
+ [ David Kalnischkies ]
+ * schedule the correct side of the conflict for removal.
+ Thanks to Michael Biebl for helping find this with countless tests
+ * don't show incorrect 'How odd' error in no-download mode (Closes: 863635)
+ * Show permission error if ProxyAutoDetect cmd can't be executed
+ (Closes: 857885)
+ * Avoid chdir in acquire clean with unlinkat (Closes: 860738)
+ * ident a CD without changing directory
+ * clean archives without changing directory
+ * avoid changing directory in mirror method
+ * warn if an expected file can't be acquired
+ * show .diff/Index properly as ignored if we fallback
+ * fail InRelease on non-404 HTTP errorcodes
+ * deal with 3xx httpcodes as required by HTTP/1.1 spec
+ * fail instead of warn on insecure repositories in apt-get
+ * error in update on Release information changes
+ * show a Release-Notes URI if infos were changed
+ * allow frontends to override releaseinfo change behaviour
+ * ask for releaseinfo change interactively in apt
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 28 Jun 2017 19:52:24 +0200
+
apt (1.4.6) unstable; urgency=medium
* apt.systemd.daily: Do not pass -d to unattended-upgrade for the download
@@ -3330,7 +3427,7 @@ apt (0.9.7.9~exp1) experimental; urgency=low
-- Michael Vogt <mvo@debian.org> Fri, 22 Mar 2013 21:57:08 +0100
-apt (0.9.7.8) unstable; urgency=criticial
+apt (0.9.7.8) unstable; urgency=critical
* SECURITY UPDATE: InRelease verification bypass
- CVE-2013-1051