Consistently configure LWP::UserAgent to allow use of http_proxy and no_proxy environment variables, as well as ~/.ikiwiki/cookies (schmonz)
parent
cbde8520e9
commit
407db22787
|
@ -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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue