X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fe52c28bd660013563c55574bddfac28d132b8b9..f8a7fb227b59463b37180b1e525c5d19ec0e43cb:/debian/changelog?ds=inline diff --git a/debian/changelog b/debian/changelog index 51a7b1188..ee3792892 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,14 +9,33 @@ ikiwiki (1.51) UNRELEASED; urgency=low * Fix aggregator to not warn when a feed contains no body content at all. * Work around bug #420636 by, if XML::Parser crashes, running the feed content though Encode::decode_utf8. - * Move the footer div to enclose tags and links too. - * More style sheet updates, remove the hack that used the tags div to create - the footer border. [ Josh Triplett ] * Change basewiki CSS to not put a border around images used as links. - -- Joey Hess Thu, 26 Apr 2007 15:24:22 -0400 + [ Joey Hess ] + * Move the footer div to enclose tags and links too. + * More style sheet updates, remove the hack that used the tags div to create + the footer border. + * Due to template changes and style sheet changes that depend on them, + wiki rebuilds are recommended on upgrade to this version. + * Avoid .svn directories when installing from svn checkout. + * Fix sending of commit mails when new pages are added via the web. + * Add user(name) to the PageSpec for commit subscriptions. + * pagespec_match() has changed to take named parameters, to better allow + for extended pagespecs. The old calling convention will still work for + back-compat for now. + * The calling convention for functions in the IkiWiki::PageSpec namespace + has changed so they are passed named parameters. + * Plugin interface version increased to 2.00 since I don't anticipate any + more interface changes before 2.0. + * Updated Gujarati translation from Kartik Mistry. Closes: #421198 + * Make pagespec_match on failure return a value that is false, but in a + scalar context, evaluates to a reason why the match failed. + * Add testpagespec plugin, which might be useful to see why a pagespec isn't + matching something. + + -- Joey Hess Fri, 27 Apr 2007 03:41:52 -0400 ikiwiki (1.50) unstable; urgency=low