X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/53d81ebcd6cf235ae7db636b946f5342b863cc74..ee84ed37709ab91e419cdfa748ab0d8e71bf99b6:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 9e183576b..b79658363 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -ikiwiki (1.13) UNRELEASED; urgency=low +ikiwiki (1.14) UNRELEASED; urgency=low + + * Memoize pagespec translation, this speeds up a build of the ikiwiki tree + by 10% or so. + * Fix stupid bug in date matching, patch from Roland Mas. Closes: #381132 + * Added many unit tests for pagespec_match. + + -- Joey Hess Wed, 2 Aug 2006 11:31:52 -0400 + +ikiwiki (1.13) unstable; urgency=low * ikiwiki can now download and aggregate feeds with its new aggregate plugin, so it's possible to implement a Planet using ikiwiki! @@ -24,8 +33,20 @@ ikiwiki (1.13) UNRELEASED; urgency=low index. (Aka Please Please Please, let that be the last one.) * Patch from Roland Mas to support an rss=no parameter to inline directives. Closes: #380743 - - -- Joey Hess Tue, 1 Aug 2006 16:00:58 -0400 + * Renamed GlobLists to PageSpecs. + * PageSpecs can now include nested parens, "and", and "or". This remains + backwards compatible to the old GlobList format. It's implemented by + treating the GlobList as a very limited microlanguage that is transformed + to perl code that does the matching. + * The old GlobList format is deprecated, and I encourage users to switch to + using the new PageSpec format. Compatability with the old format will be + removed at some point, possibly by 2.0. + * Wiki rebuild needed on upgrade to this version due to PageSpec change. + * Add support for creation_month and creation_year to PageSpec. + Closes: #380680 + * Changes to index file encoding. + + -- Joey Hess Tue, 1 Aug 2006 21:21:19 -0400 ikiwiki (1.12) unstable; urgency=low