diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-03 10:06:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-03 10:06:40 -0400 |
commit | 407db227872f7f548f154473671fa19308e3b740 (patch) | |
tree | c6e84303b4ca9a3abd1698969893346d98a7ef3c /debian | |
parent | cbde8520e9cc5512bd2726e2fa26089db0ddc7ab (diff) | |
download | ikiwiki-407db227872f7f548f154473671fa19308e3b740.tar ikiwiki-407db227872f7f548f154473671fa19308e3b740.tar.gz |
Consistently configure LWP::UserAgent to allow use of http_proxy and no_proxy environment variables, as well as ~/.ikiwiki/cookies (schmonz)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
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 <joeyh@debian.org> Fri, 19 Jul 2013 18:53:23 -0400 |