diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 20:11:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 20:11:18 +0000 |
commit | ff6941cef9a88ea2a0d3af2e5ae1edd09048916b (patch) | |
tree | 020be0085f59958e7bd9a4cb299da3dc3559ba78 /debian | |
parent | 2335443eb6f8c7934984064d92805b4c5ccc8975 (diff) | |
download | ikiwiki-ff6941cef9a88ea2a0d3af2e5ae1edd09048916b.tar ikiwiki-ff6941cef9a88ea2a0d3af2e5ae1edd09048916b.tar.gz |
* Add support for links of the form [../foo]], this links to the page
foo a level higher in the directory hierarchy than the one it would link
to by default.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 80edfc972..b783cd1d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,11 @@ ikiwiki (1.36) UNRELEASED; urgency=low like, if you want. * Patch from Emanuele Aina to fix modification time code in mercurual backend. + * Add support for links of the form [../foo]], this links to the page + foo a level higher in the directory hierarchy than the one it would link + to by default. - -- Joey Hess <joeyh@debian.org> Thu, 21 Dec 2006 14:39:26 -0500 + -- Joey Hess <joeyh@debian.org> Thu, 21 Dec 2006 15:10:03 -0500 ikiwiki (1.35) unstable; urgency=low |