aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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