Consistently configure LWP::UserAgent to allow use of http_proxy and no_proxy environment variables, as well as ~/.ikiwiki/cookies (schmonz)

master
Joey Hess 2013-08-03 10:06:40 -04:00
parent cbde8520e9
commit 407db22787
2 changed files with 5 additions and 0 deletions

3
debian/changelog vendored
View File

@ -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 <joeyh@debian.org> Fri, 19 Jul 2013 18:53:23 -0400

View File

@ -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]]