aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-03-19 10:53:08 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-03-19 10:53:08 +0100
commit43343cc59b54ebf216bc3519abcf4cd3e1f0243f (patch)
tree8dcef54c74fe8ff6a93a00c9ec2c81a40444a26d /CHANGES
parent0ffafefaf5ef410fa0da95ac1860e817428531ed (diff)
downloadlanes-43343cc59b54ebf216bc3519abcf4cd3e1f0243f.tar.gz
lanes-43343cc59b54ebf216bc3519abcf4cd3e1f0243f.tar.bz2
lanes-43343cc59b54ebf216bc3519abcf4cd3e1f0243f.zip
Don't mutex-wrap require() more than once
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed1daee..7bda6f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 107: BGe 19-Mar-14
4 * Make sure we don't mutex-wrap require() more than once, just in case
5
3CHANGE 106: BGe 17-Mar-14 6CHANGE 106: BGe 17-Mar-14
4 * Fixed crash when using protect_allocator option 7 * Fixed crash when using protect_allocator option
5 8