X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3d304130496e16b283d981307023deb30a85ebe7..8529b9edb03bffbe00482d6f912f4b90b7cbb05c:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 96d343da6..a6c7821f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,24 @@ -ikiwiki (1.27) UNRELEASED; urgency=low +ikiwiki (1.29) UNRELEASED; urgency=low + + * Patch from Paul Tötterman to use CP in the Makefile. + + -- Joey Hess Thu, 28 Sep 2006 19:10:58 -0400 + +ikiwiki (1.28) unstable; urgency=low + + * inline: Add ability to sort by page name, based on a patch from + Benjamin A'Lee. + * Fix a forkbomb in various calls to IPC::Open2, which has a highly + braindead interface. Closes: #389383 + * Don't rm -rf ikiwiki on distclean, since a) there's no such file + and b) those poor Mac OSX users and their case insensative files! + * Don't fail syntax check if Text::Typography isn't installed. + Closes: #389406 + + -- Joey Hess Tue, 26 Sep 2006 02:08:17 -0400 + +ikiwiki (1.27) unstable; urgency=low - * Add a googlecalendar plugin. A bit special-purpose, but it shows - one way to to deal with user-supplied content that could cause XSS - issues w/o the htmlscrubber, and won't survive the scrubber. * Work on firming up the plugin interface: - Plugins should not need to load IkiWiki::Render to get commonly used functions, so moved some functions from there to IkiWiki. @@ -55,8 +71,11 @@ ikiwiki (1.27) UNRELEASED; urgency=low * Add typography (SmartyPants) plugin by Recai. * Add --render mode, which can be used to preview an edit at the command line by test rendering a single page. + * Add a googlecalendar plugin. A bit special-purpose, but it shows + one way to to deal with user-supplied content that could cause XSS + issues w/o the htmlscrubber, and won't survive the scrubber. - -- Joey Hess Thu, 21 Sep 2006 17:31:25 -0400 + -- Joey Hess Sun, 24 Sep 2006 00:02:21 -0400 ikiwiki (1.26) unstable; urgency=low