From 48517ca661895a0c70093e78f165866cb9363206 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 18 Feb 2014 09:56:23 +0100 Subject: 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 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e7a08f7..4a1ce49 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ CHANGES: +CHANGE 101: BGe 18-Feb-14 + * version 3.9.1 + * removed some keeper desinit legacy dead code + * 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 + * any error occuring during one-time inits is raised outside the one-time mutex protected code region + CHANGE 100: BGe 17-Feb-14 * lanes.linda() accepts an optional integer group to give control on keeper state repartition -- cgit v1.2.3-55-g6feb