diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-14 14:37:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-14 14:37:43 -0400 |
commit | 9b6e3331705badfe0f40265261043b9cdd51820e (patch) | |
tree | 11be70e30e9aa724af5f87b8ec3fe7b3382a3821 /debian | |
parent | 34558e45ada6934fe690bfc1989bfd70d8c18338 (diff) | |
download | ikiwiki-9b6e3331705badfe0f40265261043b9cdd51820e.tar ikiwiki-9b6e3331705badfe0f40265261043b9cdd51820e.tar.gz |
picked
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 7 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index f73ac9c3d..c53dbc068 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,10 @@ +ikiwiki (3.20110114) UNRELEASED; urgency=low + + If you have custom CSS that uses "#feedlinks" or "#blogform", you will + need to change it to instead use ".feedlinks" and ".blogform" + + -- Joey Hess <joeyh@debian.org> Fri, 14 Jan 2011 14:34:54 -0400 + ikiwiki (3.20100515) unstable; urgency=low There are two significant changes to the page.tmpl template in this version. diff --git a/debian/changelog b/debian/changelog index 53241e10d..36e4a9576 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ ikiwiki (3.20110106) UNRELEASED; urgency=low * inline: Pass feed titles to templates and add title and rel attributes to feed links. (Giuseppe Bilotta) + * inline: Use class rather than id for feedlinks and blogform. + (Giuseppe Bilotta) -- Joey Hess <joeyh@debian.org> Thu, 06 Jan 2011 14:41:34 -0400 |