diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-05 14:57:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-05 14:57:04 -0400 |
commit | 270cbd7cf52d95636da941799158dc000e4c2ffc (patch) | |
tree | 70f9091221bb15e8690d7bbae1f5c344a3eb626b /debian/changelog | |
parent | 8c9c3915ecaf9cce4d0335f2b3c588d7f96d2b36 (diff) |
Fix redirect to use a full url.
Was broken (in theory) by baseurl changes in last release.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index baf3e1906..f9468f1c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,9 @@ ikiwiki (3.20101232) UNRELEASED; urgency=low * tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta) * tag: Improve display of tags with a slash in their names. (Giuseppe Bilotta) - * Fix base url when previewing. Was broken by urlto changes in last release. + * Fix base url when previewing. Was broken by base changes in last release. + * Fix redirect to use a full url. Was broken (in theory) by baseurl + changes in last release. -- Joey Hess <joeyh@debian.org> Tue, 04 Jan 2011 16:00:55 -0400 |