X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/c7c546948ac89ece64fdb331519d1a9761c746ca..c4b171221279d358b1aee1468e7d8d98b923af8c:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 0b51d12f0..3ba2d021a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +ikiwiki (1.39) UNRELEASED; urgency=low + + * Add a rawhtml plugin that allows copying raw html files from the srcdir. + * Fix --locale to control LC_ALL now. + * Include the pot file in the source tarball. Closes: #405890 + * Add a Swedish translation by Daniel Nylander. Closes: #406410 + * Add a Czech translation by Miroslav Kure. + * Add a Bulgarian translation by Damyan Ivanov. Closes: #406580 + * Add a Gujarati translation by Kartik Mistry. Closes: #406635 + * Add a Vietnamese translation by Clytie Siddall. + * Fix encoding issue with use of Locale::Gettext. Seems that the OO + interface returns proper utf-8 decoded strings, unlike the traditional + interface, so use the OO interface. + * Search in default location for templates as a fallback when templatedir is + pointed elsewhere, so that only modified templates need to be copied into + a templatedir. Based on work by JeremyReed. + * In the aggregator, check for and deal with post filenames that are + longer than the maximum file length. + * Change the RecentChanges page to show the path of changed pages. + + -- Joey Hess Sat, 13 Jan 2007 23:30:20 -0500 + ikiwiki (1.38) unstable; urgency=low * Corrected a bum regexp in openid munging.