diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2013-12-20 11:47:38 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2013-12-20 11:47:38 +0100 |
commit | 95c696cffe7bf16e27d6d766750c96a38dd23b32 (patch) | |
tree | c12099fbff87a330bc0998ec6961c97e03c1c8f2 /CHANGES | |
parent | 4ece73b1e0d8f75fa63a5b39a91731147870bd0a (diff) | |
download | lanes-95c696cffe7bf16e27d6d766750c96a38dd23b32.tar.gz lanes-95c696cffe7bf16e27d6d766750c96a38dd23b32.tar.bz2 lanes-95c696cffe7bf16e27d6d766750c96a38dd23b32.zip |
fixed a shutdown crash
* fixed a crash that can occur at shutdown when an object stored inside
a keeper state performs a linda operation on a linda making use of
another keeper
* bumped version to 3.7.5
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 87: BGe 20-Dec-13 | ||
4 | * version 3.7.5 | ||
5 | * fixed a crash that can occur at shutdown when an object stored inside a keeper state performs a linda operation on a linda making use of another keeper | ||
6 | * new setting demote_full_userdata to select between light userdata demotion or raising an error when attempting to transfer a non-deep full userdata | ||
7 | |||
3 | CHANGE 86: BGe 3-Dec-13 | 8 | CHANGE 86: BGe 3-Dec-13 |
4 | * version 3.7.4 | 9 | * version 3.7.4 |
5 | * internal refactoring of pthread priority management code | 10 | * internal refactoring of pthread priority management code |