diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-08 11:04:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-08 11:04:59 +0000 |
commit | 66a65b5ddd8963a66293ac90a01eb40daccaee03 (patch) | |
tree | d393b780416d9629661dc1a71f5999ff7d6536ad /debian | |
parent | 258c89e8413105677c2f2a39b2f57fda2abd794a (diff) | |
download | ikiwiki-66a65b5ddd8963a66293ac90a01eb40daccaee03.tar ikiwiki-66a65b5ddd8963a66293ac90a01eb40daccaee03.tar.gz |
* Correct a deadlock that could occur in post-commit if the aggregate plugin
was enabled and tried to lock the already locked wiki.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 47a1a9423..faddbb983 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,8 +25,10 @@ ikiwiki (1.45) UNRELEASED; urgency=low * That means that *every edit link* on the wiki is potentially changed. Rebuilding wikis on upgrade to this version therefore necessary; enabled that in postinst. + * Correct a deadlock that could occur in post-commit if the aggregate plugin + was enabled and tried to lock the already locked wiki. - -- Joey Hess <joeyh@debian.org> Wed, 7 Mar 2007 22:58:52 -0500 + -- Joey Hess <joeyh@debian.org> Thu, 8 Mar 2007 05:57:49 -0500 ikiwiki (1.44) unstable; urgency=low |