X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/bcec11601f276c75076f6ec166e7a6ebd8c17753..186a76ec208bdf55082ead7fe83a7eb16caeba32:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 51ce353d5..81746a137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +ikiwiki (3.20130212) unstable; urgency=low + + * htmlscrubber: Allow the bitcoin URI scheme. + * htmlscrubber: Allow the URI schemes of major VCS's. + * aggregate: When run with --aggregate, if an aggregation is already + running, don't go on and --refresh. + * trail: Avoid excess dependencies between pages in the trail + and the page defining the trail. Thanks, smcv. + * opendiscussion: Don't allow editing discussion pages if discussion pages + are disabled. (smcv) + * poll: Add expandable option to allow users to easily add new choices to + a poll. + * trail: Avoid massive slowdown caused by pagetemplate hook when displaying + dynamic cgi pages, which cannot use trail anyway. + * Deal with empty diffurl in configuration. + * cvs: Various fixes. (schmonz) + * highlight: Now adds a span with class highlight- around + highlighted content, allowing for language-specific css styling. + + -- Joey Hess Tue, 12 Feb 2013 21:48:02 -0400 + ikiwiki (3.20121212) unstable; urgency=low * filecheck: Fix bug that prevented File::MimeInfo::Magic from ever