X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d9d910f6765de6ba07508ab56a5a0f93edb4c8ad..e02b9030545b650eba72674d0be9cd4d68e589e5:/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