diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-08 17:40:50 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-08 17:40:50 -0500 |
commit | 055179cb4cc9b8bc9b204e1a9f83b1f59e13824e (patch) | |
tree | 1a48f2f93684238180b355df67f2aa48dcfb1be4 /debian/changelog | |
parent | 2fbca21390d2752a89a2e1167fe33d4d201359cf (diff) | |
download | ikiwiki-055179cb4cc9b8bc9b204e1a9f83b1f59e13824e.tar ikiwiki-055179cb4cc9b8bc9b204e1a9f83b1f59e13824e.tar.gz |
* Finally implemented a simple per-page data storage mechanism for plugins,
via the %pagestate hash.
* Use pagestate in meta to detect potential redir loops.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b96ae08c5..7fc48ed51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ ikiwiki (2.16) UNRELEASED; urgency=low * Redirs added for moved basewiki pages. These will be removed in a future release. * Remove .otl file from sandbox to avoid build ugliness. Closes: #454181 + * Finally implemented a simple per-page data storage mechanism for plugins, + via the %pagestate hash. + * Use pagestate in meta to detect potential redir loops. -- Joey Hess <joeyh@debian.org> Mon, 03 Dec 2007 14:47:36 -0500 |