summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-18 19:28:09 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-18 19:28:09 +0000
commit396341b2c3c9cf8f15cc43d3aaec3be759345add (patch)
tree6b6a47ebba4090a4d05028518d0abc91ba716220 /debian
parent55c18993b818f77338ef5a905c4119d447f96b48 (diff)
* Yet another fix for those poor case-insensative `OSX users.
* chomp trailing newlines at the end of templates read in by the template plugin, to allow use of the template preprocessor directive in whitespace-sensative situations. Closes: #387073
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 13c9adb3a..de9f64cdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,7 +32,7 @@ ikiwiki (1.27) UNRELEASED; urgency=low
* Add a stub local.css to avoid problems with 404's.
* Patch from Recai to fix a wide character warning from the search plugin
during setup if the wikiname contains utf8.
- * Yet another fix for those poor case-insensative OSX users.
+ * Yet another fix for those poor case-insensative `OSX users.
* pagetemplate hooks are now also called when generating cgi pages.
* Add a favicon plugin, which simply adds a link tag for an icon to each
page (and cgis).
@@ -47,8 +47,11 @@ ikiwiki (1.27) UNRELEASED; urgency=low
* Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
a multi-resolution favicon.ico.
* README.Debian: typo Closes: #388110
+ * chomp trailing newlines at the end of templates read in by the template
+ plugin, to allow use of the template preprocessor directive in
+ whitespace-sensative situations. Closes: #387073
- -- Joey Hess <joeyh@debian.org> Mon, 18 Sep 2006 14:03:42 -0400
+ -- Joey Hess <joeyh@debian.org> Mon, 18 Sep 2006 15:26:01 -0400
ikiwiki (1.26) unstable; urgency=low