X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ba480baa9ec9e2d5d04c6eb06fd3ab4dafd60794..7eebd3709b01bd35a88d1370bf3954c28f50bcb9:/debian/changelog diff --git a/debian/changelog b/debian/changelog index f85517c04..90b13ed7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,20 @@ ikiwiki (2.41) UNRELEASED; urgency=low * htmltidy: Pass --markup yes, in case tidy's config file disabled it. * external: Add getargv and setargv methods to allow access to ikiwiki's @ARGV. + * Correct bug in encoding of %pagestate keys, fixes edittemplate. + * Detect invalid pagespecs and do not merge them in add_depends, + as that can result in a broken merged pagespec that matches nothing. + * Record new pages in %pagesources temporarily when previewing so that + things that need to know the page source or type can query it from there. + Fixes previewing of tables when creating a new page. + * German translation update. Closes: #471540 + * Time::Duration is no longer used, remove from docs and recommends. + * Store userinfo in network byte order for easy portability. + (Old files will be automatically converted.) + * Close meta tag for redir properly. + * smiley: Detect smileys inside pre and code tags, and do not expand. + * inline: Crazy optimisation to work around slow markdown. + * Precompile pagespecs, about 10% overall speedup. -- martin f. krafft Sun, 02 Mar 2008 17:46:38 +0100