summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-21 14:21:55 -0400
committerJoey Hess <joey@kitenet.net>2011-03-21 14:21:55 -0400
commit26eb86d9036f8191db0c86031afe648dd6ba4ebc (patch)
treef651b8ffae41bbd40390129918ac34fc330ac8c0 /debian
parentb02d3746e1585b9cd2ce176e3e475eadf6eaa293 (diff)
Avoid escaping / characters in filenames when building the cgiurl, as this confuses eg, cvsweb.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 26b80eca6..15328d694 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ ikiwiki (3.20110226) UNRELEASED; urgency=low
Also, the cookiejar configuration setting can be used by
other plugins to provide a custom `cookie_jar` object for LWP::UserAgent.
(Thanks, schmonz)
+ * Avoid escaping / characters in filenames when building the cgiurl,
+ as this confuses eg, cvsweb.
-- Joey Hess <joeyh@debian.org> Sun, 27 Feb 2011 18:14:05 -0400