diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-20 19:23:43 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-20 19:23:43 +0000 |
commit | 0935e380c57b3c7e0cf3ecae587cca945f4eceb3 (patch) | |
tree | a3d0e7d37efeef734f2d0a12a73eb6e7ccd1656c /debian | |
parent | 1f4e5852d40289ede137edda9f3589cdf1280f35 (diff) | |
download | ikiwiki-0935e380c57b3c7e0cf3ecae587cca945f4eceb3.tar ikiwiki-0935e380c57b3c7e0cf3ecae587cca945f4eceb3.tar.gz |
* tag: Add taglink preprocessor directive, supporting visible tag links.
* map: Fully specify paths to links to avoid issues when the bestlink
didn't point to the correct page.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d0f1e99aa..fa7951c71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ ikiwiki (2.9) UNRELEASED; urgency=low * Fix copyright and licence styling. - * Add taglink preprocessor directive, supporting visible tag links. + * tag: Add taglink preprocessor directive, supporting visible tag links. Closes: #443344 + * map: Fully specify paths to links to avoid issues when the bestlink + didn't point to the correct page. - -- Joey Hess <joeyh@debian.org> Thu, 20 Sep 2007 14:57:52 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 20 Sep 2007 15:21:29 -0400 ikiwiki (2.8) unstable; urgency=low |