diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 21:52:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 21:52:06 +0000 |
commit | 31d0021e9cc1c69b094c13096df0ec925e50654c (patch) | |
tree | 996f1dbe4ad85c510a707d9d7c145af0dbc4690a /debian | |
parent | a00bc110b11fefd7cce28d909f00e7fc34926ef6 (diff) |
* Add support for links of the form [[../foo]], this links to the page
* Fix code to make absolute urls for rss feeds, was missing some urls.
* Fix double-escaping of html entities in titles etc in rss feeds
that occured if escaped characters were present in the page filename.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 17c88df07..5c64cd84c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,11 +18,14 @@ 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 + * 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. + * Fix code to make absolute urls for rss feeds, was missing some urls. + * Fix double-escaping of html entities in titles etc in rss feeds + that occured if escaped characters were present in the page filename. - -- Joey Hess <joeyh@debian.org> Thu, 21 Dec 2006 15:10:03 -0500 + -- Joey Hess <joeyh@debian.org> Thu, 21 Dec 2006 16:28:54 -0500 ikiwiki (1.35) unstable; urgency=low |