diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-21 14:19:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-21 14:19:21 -0400 |
commit | b02d3746e1585b9cd2ce176e3e475eadf6eaa293 (patch) | |
tree | 4d2c9d6aacbb359b88cd3e32a620765cee1b1e0a /debian | |
parent | 32200025ccdef4ff43c7bf90eeb44699844b704b (diff) |
aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiejar configuration setting can be used by other plugins to provide a custom `cookie_jar` object for LWP::UserAgent. (Thanks, schmonz)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a899e290d..26b80eca6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ ikiwiki (3.20110226) UNRELEASED; urgency=low * comment: Don't show comments of subpages on parent pages. (Fixes bug introduced in version 3.20100505.) * darcs: Fix multiple issues preventing rcs_diff from working. + * aggregate: Read cookies from ~/.ikiwiki/cookies by default. + Also, the cookiejar configuration setting can be used by + other plugins to provide a custom `cookie_jar` object for LWP::UserAgent. + (Thanks, schmonz) -- Joey Hess <joeyh@debian.org> Sun, 27 Feb 2011 18:14:05 -0400 |