aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-02-18 09:56:23 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-02-18 09:56:23 +0100
commit48517ca661895a0c70093e78f165866cb9363206 (patch)
treea440e16a69b0a85cdb5663ba181a1c3ac2bf0bc5 /CHANGES
parent5f092fe0ec8b6942c63262e7c14c7e4ba913b023 (diff)
downloadlanes-48517ca661895a0c70093e78f165866cb9363206.tar.gz
lanes-48517ca661895a0c70093e78f165866cb9363206.tar.bz2
lanes-48517ca661895a0c70093e78f165866cb9363206.zip
Lanes init crash fix
* bumped version to 3.9.1 * keeper array is allocated with master state's alloc function instead of malloc()/free() * prevent application crash when specifying a very large number of keepers in the configuration options * removed some keeper desinit legacy dead code * any error occuring during one-time inits is raised outside the one-time mutex protected code region
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e7a08f7..4a1ce49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 101: BGe 18-Feb-14
4 * version 3.9.1
5 * removed some keeper desinit legacy dead code
6 * keeper array is allocated with master state's alloc function instead of malloc()/free()
7 * prevent application crash when specifying a very large number of keepers in the configuration options
8 * any error occuring during one-time inits is raised outside the one-time mutex protected code region
9
3CHANGE 100: BGe 17-Feb-14 10CHANGE 100: BGe 17-Feb-14
4 * lanes.linda() accepts an optional integer group to give control on keeper state repartition 11 * lanes.linda() accepts an optional integer group to give control on keeper state repartition
5 12