summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-23 14:14:25 -0400
committerJoey Hess <joey@kitenet.net>2010-07-23 14:14:25 -0400
commit1b0bef6d49722d37eca3e871e808e46b2a1461a3 (patch)
tree283e4b82b92f2524b8b968e2a6fdd7a82586de49 /debian/changelog
parentd78578f1b8e37045f47876ca3b21afb9b36215d0 (diff)
template: Fix dependency tracking. Broken in version 3.20100427.
template_depends was adding a dependency on the source filename, instead of on the page name when a template is a page. Such a dependency doesn't work.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 209b170eb..c27af5615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ikiwiki (3.20100723) UNRELEASED; urgency=low
+
+ * template: Fix dependency tracking. Broken in version 3.20100427.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 23 Jul 2010 14:00:32 -0400
+
ikiwiki (3.20100722) unstable; urgency=low
* img: Add a margin around images displayed by this directive.