diff options
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 | ||