X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8f44a98825f1dc61d9aa738220f2156c2fa7e2b2..f910c81b89fe8cf99cb5eabfaec4bd47eb78c61a:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 7d8daa108..b1d55cfdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,25 @@ -ikiwiki (2.54) UNRELEASED; urgency=low +ikiwiki (2.53.1) UNRELEASED; urgency=low - * Fix uninitialised value warning from a [[!foo]] preprocessor directive - with no whitespace. * ikiwiki-transition: Fix command-line processing so the prefix_directives transition works again. * Fixes creation of pages when clicking on WikiLinks starting with "/". * Change deb dependencies to list Text::Markdown before markdown, since the former, while slower, has a much better html parser that avoids numerous bugs. + * smileys: Some fixes for escaped smileys. + * smileys: Note that smileys need to be double-escaped for the escaping to + work. Markdown removes one level of escaping. + * Add a postscan hook. + * search: Use postscan hook, avoid updating index when previewing. + * search: Fixes for title stemming, and use better term for tags. (Gabriel McManus) + (Rebuilding the wiki on upgrade to this version is recommended if you use the + search plugin.) + * meta: fix title() PageSpec + * Really fix bug with links to pages with names containing colons. + Previous fix mised a few cases. + * toggle: Fix incompatability between javascript and webkit. + * toggle: Fix for when html got tidied. Closes: #492529 (Enrico Zini) + * inline: Ignore parent dirs when sorting pages by title. -- Josh Triplett Wed, 09 Jul 2008 21:30:33 -0700