From 1ed399cc2313b94afb2b5ccbfc853db375e18422 Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Thu, 21 Oct 2021 11:55:19 -0700 Subject: [PATCH] magic-proxy: Replace http.client with urllib calls. live-build/auto/build: change iptables calls to query rules and quickly check that connectivity works after transparent proxy has been installed. (LP: #1917920) * magic-proxy: Replace http.client with urllib calls. live-build/auto/build: change iptables calls to query rules and quickly check that connectivity works after transparent proxy has been installed. (LP: #1917920) * magic-proxy: fix TypeError when trying to call get_uri() (LP: #1944906) --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index e6f80f42..c23ec0c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +livecd-rootfs (2.664.30) UNRELEASED; urgency=medium + + [ Thomas Bechtold ] + * magic-proxy: Replace http.client with urllib calls. live-build/auto/build: + change iptables calls to query rules and quickly check that connectivity + works after transparent proxy has been installed. (LP: #1917920) + * magic-proxy: fix TypeError when trying to call get_uri() (LP: #1944906) + + -- Brian Murray Thu, 21 Oct 2021 11:30:33 -0700 + livecd-rootfs (2.664.29) focal; urgency=medium * Generate manifest for HyperV desktop image (LP: #1940136)