diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 01:50:29 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 01:50:29 +0000 |
commit | 0df2ad5dfe1d896520eceabfe362891f68ed3165 (patch) | |
tree | d98d17cc42fa6329f424197d27192675c934087e /debian | |
parent | 2c74603157482ee4ed15c650ba5a818a5395c0da (diff) |
* Support Text::Markdown from CPAN, which has a different interface from
the original markdown or the one in Debian.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 95838fc6e..62084a675 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,13 +36,13 @@ ikiwiki (1.27) UNRELEASED; urgency=low * pagetemplate hooks are now also called when generating cgi pages. * Add a favicon plugin, which simply adds a link tag for an icon to each page (and cgis). - * Deal with CPAN installing Markdown as Text::Markdown, while it's - installed as just Markdown by apt. * Patch from James Westby to deal with the case where you're editing a new page, hit cancel, and need to be redirected to somewhere sane. * Various documentation improvements by various wiki users. + * Support Text::Markdown from CPAN, which has a different interface from + the original markdown or the one in Debian. - -- Joey Hess <joeyh@debian.org> Fri, 15 Sep 2006 21:20:31 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 15 Sep 2006 21:49:23 -0400 ikiwiki (1.26) unstable; urgency=low |