From: Joey Hess Date: Sat, 3 Aug 2013 14:06:40 +0000 (-0400) Subject: Consistently configure LWP::UserAgent to allow use of http_proxy and no_proxy environ... X-Git-Tag: 3.20130904~71 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/407db227872f7f548f154473671fa19308e3b740 Consistently configure LWP::UserAgent to allow use of http_proxy and no_proxy environment variables, as well as ~/.ikiwiki/cookies (schmonz) --- diff --git a/debian/changelog b/debian/changelog index 81931465a..07ea0c3d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ ikiwiki (3.20130712) UNRELEASED; urgency=low (schmonz) * aggregate: Show author in addition to feedname, if different. (schmonz) + * Consistently configure LWP::UserAgent to allow use of http_proxy + and no_proxy environment variables, as well as ~/.ikiwiki/cookies + (schmonz) -- Joey Hess Fri, 19 Jul 2013 18:53:23 -0400 diff --git a/doc/todo/outbound_proxy.mdwn b/doc/todo/outbound_proxy.mdwn index 856a92a12..2af0ae5ca 100644 --- a/doc/todo/outbound_proxy.mdwn +++ b/doc/todo/outbound_proxy.mdwn @@ -53,3 +53,5 @@ know whether its paranoia measures up or whether it supports proxies. > from aggregate to the config setting list in IkiWiki.pm --[[Joey]] >> Indeed, fixed. --[[schmonz]] + +>>> [[merged|done]] --[[Joey]]