diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-18 09:56:23 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-18 09:56:23 +0100 |
commit | 48517ca661895a0c70093e78f165866cb9363206 (patch) | |
tree | a440e16a69b0a85cdb5663ba181a1c3ac2bf0bc5 /CHANGES | |
parent | 5f092fe0ec8b6942c63262e7c14c7e4ba913b023 (diff) | |
download | lanes-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 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 | |||
3 | CHANGE 100: BGe 17-Feb-14 | 10 | CHANGE 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 | ||