X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/c3ae09056d6ee9880d8cd118e98282f1a3655fe6..008d59d3d9a933c7bcce81f777989a991c63bbf7:/debian/changelog diff --git a/debian/changelog b/debian/changelog index cffc316ea..dec2423fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,28 @@ -ikiwiki (3.20091203) UNRELEASED; urgency=low +ikiwiki (3.20091219) UNRELEASED; urgency=low + + * pagestats: Add show parameter. Closes: #562129 (David Paleino) + * toc: Add startlevel parameter. (kerravonsen) + * Remove example ikiwiki setup file from the Debian package. This + re-enables linking to /usr/share/ikiwiki/examples which has the + example sites also used by auto-blog.setup. The example setup file + can be generated at any time using ikiwiki --dumpsetup so I do + not see a reason to ship it. Closes: #562183 + + -- Joey Hess Fri, 25 Dec 2009 14:31:22 -0500 + +ikiwiki (3.20091218) unstable; urgency=low - * cvs: Add missing bit to Automator. * Add complete Spanish basewiki translation done by Fernando Gonzalez de Requena. + * Improve javascript onload handling. + * monotone: Deal with format change in version 0.45. + (Thanks, Richard Levitte) + * cvs: Add missing bit to Automator. + * attachment: Fix reversion in attachment sorting by age. + * Fix utf-8 problems in rename, remove, attachment, 404, sourcepage, and + goto. - -- Joey Hess Wed, 02 Dec 2009 17:22:21 -0500 + -- Joey Hess Fri, 18 Dec 2009 20:47:24 -0500 ikiwiki (3.20091202) unstable; urgency=low @@ -41,7 +59,7 @@ ikiwiki (3.20091113) unstable; urgency=low * httpauth: Add cgiauthurl setting that can be used to do http basic auth only when ikiwiki needs authentication, rather than for any access to the cgi/wiki. - * inline: Do not generated feeds for nested inlines. + * inline: Do not generate feeds for nested inlines. * inline: Allow direct inclusion of non-page files in raw mode. * inline: Fix display of all pages when archive=yes or show=0 are used.