]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Consistently configure LWP::UserAgent to allow use of http_proxy and no_proxy environ...
authorJoey Hess <joey@kitenet.net>
Sat, 3 Aug 2013 14:06:40 +0000 (10:06 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 3 Aug 2013 14:06:40 +0000 (10:06 -0400)
debian/changelog
doc/todo/outbound_proxy.mdwn

index 81931465ae721fb99d30b72669855930d8e31710..07ea0c3d808a8b2ad182a7b0b75f4bd231d20bb7 100644 (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
 
index 856a92a12bd5bd64beee59834ccea99f7a83f608..2af0ae5ca6c51eda366a0357919ccf0df5e2f347 100644 (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]]