diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-02-14 21:20:24 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-02-14 21:20:24 +0100 |
commit | afb2da4789cdaddc5a0c3c9c2d57ccd36bcc74c7 (patch) | |
tree | 5f4208ca75f46848f793441530d16ca019d4bd00 /CHANGES | |
parent | baeb379c2e4eb436ecb0bcc4d88cb50930ef378e (diff) | |
download | lanes-afb2da4789cdaddc5a0c3c9c2d57ccd36bcc74c7.tar.gz lanes-afb2da4789cdaddc5a0c3c9c2d57ccd36bcc74c7.tar.bz2 lanes-afb2da4789cdaddc5a0c3c9c2d57ccd36bcc74c7.zip |
Fixed application hang-up because keeper state was not released in case of errors thrown by inter-state data copy for unsupported types
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ CHANGES: | |||
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE X: |
5 | 5 | ||
6 | CHANGE 26 BGe 14-Feb-2011: | ||
7 | Fixed application hang-up because keeper state was not released in case of errors thrown by | ||
8 | inter-state data copy for unsupported types | ||
9 | |||
6 | CHANGE 25 BGe 12-Feb-2011: | 10 | CHANGE 25 BGe 12-Feb-2011: |
7 | Changed idfunc signature and contract to clarify that fact it is not lua-callable | 11 | Changed idfunc signature and contract to clarify that fact it is not lua-callable |
8 | and to be able to require the module it was exported from in the target lanes | 12 | and to be able to require the module it was exported from in the target lanes |