aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-16 16:00:13 -0500
committerJoey Hess <joey@kitenet.net>2007-12-16 16:00:13 -0500
commit9459cc55abf94171b96f72c954032c6383fda0c3 (patch)
treea0354b95e620fa36d7f9b61d3bd92062da8496be /debian
parent96817b00326b983299ce701532643f763259af89 (diff)
downloadikiwiki-9459cc55abf94171b96f72c954032c6383fda0c3.tar
ikiwiki-9459cc55abf94171b96f72c954032c6383fda0c3.tar.gz
* meta: Drop support for "meta link", since supporting this for internal
* map: Don't inline images.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6e769131a..940993baf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,7 +38,7 @@ ikiwiki (2.16) UNRELEASED; urgency=low
* Don't increment feed numbers when an inline has no feeds. (Nis Martensen)
* Allow editing a page and deleting all content, while still disallowing
creating a new page that's entirely empty.
- * meta: Drop support for "meta link", since supporting this for internal
+ * meta: Drop support for "meta link", since supporting this for internal
links required meta to be run during scan, which complicated its data
storage, since it had to clear data stored during the scan pass to avoid
duplicating it during the normal preprocessing pass.
@@ -52,6 +52,7 @@ ikiwiki (2.16) UNRELEASED; urgency=low
stored data before preprocessing, this hack was ugly, and broken (cf:
liw's disappearing openids).
* aggregate: Convert filter hook to a needsbuild hook.
+ * map: Don't inline images.
-- Joey Hess <joeyh@debian.org> Mon, 03 Dec 2007 14:47:36 -0500