diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-11 04:59:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-11 04:59:03 +0000 |
commit | e5ddd9b5812cfe57c1dce38509e3922715f62cda (patch) | |
tree | 65c96cf3efbe00f6ffbadb479936b3328948e13e /debian | |
parent | 6a01fac9115e99e5102401e0fbfeef9f950da257 (diff) | |
download | ikiwiki-e5ddd9b5812cfe57c1dce38509e3922715f62cda.tar ikiwiki-e5ddd9b5812cfe57c1dce38509e3922715f62cda.tar.gz |
* Fix a bug with inlined create page links, including Discussion links on
blog post pages. The links will now create pages relative to the page that
actually contains the link.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 73aa966fc..956202f81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (1.46) UNRELEASED; urgency=low + + * Fix a bug with inlined create page links, including Discussion links on + blog post pages. The links will now create pages relative to the page that + actually contains the link. + + -- Joey Hess <joeyh@debian.org> Sat, 10 Mar 2007 23:56:23 -0500 + ikiwiki (1.45) unstable; urgency=low * Allow for underscores to appear in page titles, if encoded appropriately |