aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-08-24 17:35:53 -0400
committerJoey Hess <joey@kitenet.net>2011-08-24 17:35:53 -0400
commitc8f7dcbc3107fb4cc0b60958d5b10f4ea154054d (patch)
tree69e2a54519bea480f8392fc0e91ce22fe0dfc27e /debian
parentbb1f713f8d54ea8d2cf877a4c275674b8236c9d5 (diff)
downloadikiwiki-c8f7dcbc3107fb4cc0b60958d5b10f4ea154054d.tar
ikiwiki-c8f7dcbc3107fb4cc0b60958d5b10f4ea154054d.tar.gz
Use lockf rather than flock when taking the cgilock, for better portability.
This kind of change is scary, but this particular lock is very simply used and so it seems ok to make it even just for better portability to SunOS. (People still use that?)
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 5ac821b18..cd0b3a114 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ ikiwiki (3.20110716) UNRELEASED; urgency=low
before Image::Magick.
* Add unminified jquery js and css files to source.
* Update to jquery 1.6.2, and jquery-ui 1.8.14.
+ * Use lockf rather than flock when taking the cgilock, for better
+ portability.
-- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2011 11:22:52 -0400