X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3adb47ec4f7374128d18a88cff54269104fc21fe..9e5ee1475aad8397f52ce330624e0038efd93d20:/debian/NEWS diff --git a/debian/NEWS b/debian/NEWS index b751f1478..ff856e5f0 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,19 +1,34 @@ -ikiwiki (3.20100505) UNRELEASED; urgency=low +ikiwiki (3.20110122) unstable; urgency=low - There is a new "comment()" pagespec, that can be used to match a comment - on a page. It is recommended it be used instead of the old - method of using a pagespec such as "internal(comment_*)" to match - things that looked like comments. The old pagespec will now also match - comments that are held for moderation; likely not what you want. + If you have custom CSS that uses "#feedlinks" or "#blogform", you will + need to change it to instead use ".feedlinks" and ".blogform" - There is a significant change to the page.tmpl template in this version. - If you have locally modified versions of that template, you will need - to update it to contain the following in the HTML
: + -- Joey Hess