diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 9 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index 80862b801..81e7645eb 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,5 +1,14 @@ ikiwiki (2.5) unstable; urgency=low + In this version the rst plugin allows raw html to be embedded in rst files. + As long as the htmlscrubber is enabled, this should be safe. If you are + using the rst plugin without the htmlscrubber in a publically writable wiki, + you should turn on the htmlscrubber. + + -- Joey Hess <joeyh@debian.org> Sun, 29 Jul 2007 18:37:22 -0400 + +ikiwiki (2.5) unstable; urgency=low + Due to some config changes in this version, wrappers need to be rebuilt on upgrade. If you listed your wiki in /etc/ikiwiki/wikilist this will be one automatically when the Debian package is upgraded. diff --git a/debian/changelog b/debian/changelog index ae575b916..3522d4a9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ ikiwiki (2.6) UNRELEASED; urgency=low various reviewers. * Fix problems with previewing in the graphviz plugin. Thanks, HenrikBrixAndersen. + * Allow raw html in the rst plugin. - -- Joey Hess <joeyh@debian.org> Sun, 29 Jul 2007 18:34:13 -0400 + -- Joey Hess <joeyh@debian.org> Sun, 29 Jul 2007 18:38:36 -0400 ikiwiki (2.5) unstable; urgency=low |