aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-27 20:57:27 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-27 20:57:27 -0400
commit7cb620d0e8ed922184d3f1cc38d849665cf8d742 (patch)
tree4bf24e53ba1956f4e15209baf9d6c22e9ca2f620 /debian
parentf42215cb65173299bca13cd8bafabdcb9ad2ab2d (diff)
downloadikiwiki-7cb620d0e8ed922184d3f1cc38d849665cf8d742.tar
ikiwiki-7cb620d0e8ed922184d3f1cc38d849665cf8d742.tar.gz
img: Fix dependency code for full size images.
I had assumed that an image shown full size did not need add_depends, since a change would not need a change to the displaying page. But this is not true if the image is modified and its size changes. Then the page needs to update its img tag to reflect the current size.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d2ff88a2a..44c810b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ikiwiki (3.14159266) UNRELEASED; urgency=low
* parentlinks: Add has_parentlinks template parameter to allow styling
the toplevel index differently etc.
* img: Correct bug in image size calculation code.
+ * img: Fix dependency code for full size images.
-- Joey Hess <joeyh@debian.org> Sun, 27 Sep 2009 17:40:03 -0400