X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/42e97a4a69581c9a2a8198f8149c5feece09cee5..65e726f201d7b9919271cfe7e8a7314a6abf0fc3:/debian/changelog diff --git a/debian/changelog b/debian/changelog index b304e4b86..582a8e36a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +ikiwiki (3.20101112) unstable; urgency=HIGH + + * txt: Fix display when used inside a format directive. + * highlight: Ensure that other, more-specific format plugins, + like txt are used in preference to this one in case of ties. + * htmltidy, sortnaturally: Add missing checkconfig hook + registration. Closes: #601912 + (Thanks, Craig Lennox and Tuomas Jormola) + * git: Use author date, not committer date. Closes: #602012 + (Thanks, Tuomas Jormola) + * Fix htmlscrubber_skip to be matched on the source page, not the page it is + inlined into. Should allow setting to "* and !comment(*)" to scrub + comments, but leave your blog posts unscrubbed, etc. CVE-2010-1673 + * comments: Make postcomment() pagespec work when previewing a comment, + including during moderation. CVE-2010-1673 + * comments: Make comment() pagespec also match comments that are being + posted. CVE-2010-1673 + + -- Joey Hess Fri, 12 Nov 2010 00:36:06 -0400 + ikiwiki (3.20101023) unstable; urgency=low * Fix typo that broke anonymous git push.