From 2bd98fe84952747310dc68f1c589378baa4c599d Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Thu, 21 Oct 2021 11:17:15 -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 69a2f6ec..a891dc50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +livecd-rootfs (2.719.3) hirsute; 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:13:29 -0700 + livecd-rootfs (2.719.2) hirsute; urgency=medium * Generate manifest for HyperV desktop image (LP: #1940136)