diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-26 22:09:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-26 22:09:55 +0000 |
commit | 3a2cb0ecfff65f728569edbdcc4e30f027c36d67 (patch) | |
tree | c1a219607907988667efed4fffce0774429d981e /debian/changelog | |
parent | 6880b3e5e46aea761b4bcf7a2f88c45ad618a221 (diff) |
* Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index aa139be64..2bacb206c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -ikiwiki (1.10) UNRELEASED; urgency=low +ikiwiki (1.10) unstable; urgency=low * Run page through any relevant filters when generating a page preview. * Noticed a bug in the wikitext markup plugin -- it made CamelCase links the default throughout the wiki, not only on wikitext pages. Decided to call this a feature, and split the camelcase support out into a separate plugin that is independant of wikitext. + * Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks. - -- Joey Hess <joeyh@debian.org> Wed, 26 Jul 2006 17:44:25 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 26 Jul 2006 18:06:35 -0400 ikiwiki (1.9) unstable; urgency=low |