aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-07-10 17:02:24 -0400
committerJoey Hess <joey@kitenet.net>2013-07-10 17:02:24 -0400
commitacb07ef4164643ac0dac28aab2ceae24510e5641 (patch)
tree9c91e2404f71b815af9c8043a972e72999755f64 /debian
parent533793ee462552dd0b782a69e2cfe48c8f93dedc (diff)
downloadikiwiki-acb07ef4164643ac0dac28aab2ceae24510e5641.tar
ikiwiki-acb07ef4164643ac0dac28aab2ceae24510e5641.tar.gz
Fix crash that could occur when a needsbuild hook returned a file that does not exist.
I saw this happen with calendar, when it wanted to update a page, that had a calendar on it, but the page had just been deleted. This caused srcfile_stat to crash.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 04feaffcb..c3f4db798 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ ikiwiki (3.20130519) UNRELEASED; urgency=low
accessed via https.
* The ip() pagespec can now contain glob characters to match eg, a subnet
full of spammers.
+ * Fix crash that could occur when a needsbuild hook returned a file
+ that does not exist.
-- Joey Hess <joeyh@debian.org> Sun, 23 Jun 2013 14:02:01 -0400