diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-10-11 20:08:32 +0200 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-10-11 20:08:32 +0200 |
commit | 44540b9335f3bbd2f6fda3e13329b28ec76b6d7a (patch) | |
tree | 4b6d659c0976e58f6cbd907b673c2b9d769b9e88 /CHANGES | |
parent | 938ee19cfcac09bfcfa1dd2a7861690436024410 (diff) | |
download | lanes-44540b9335f3bbd2f6fda3e13329b28ec76b6d7a.tar.gz lanes-44540b9335f3bbd2f6fda3e13329b28ec76b6d7a.tar.bz2 lanes-44540b9335f3bbd2f6fda3e13329b28ec76b6d7a.zip |
version 3.7.0
* fix lanes.threads() not being available in a lane where
lanes.configure() settings didn't contain track_lanes although the
initial configure() call did.
* require "lanes".configure() sequence is only necessary at the first
require "lanes".
* fix a crash at application shutdown where in some situations we could
deinitialize the protected allocator mutex while a lane was still using
it.
* fix timers broken by change 69
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,19 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 72: BGe 3-Ost-13 | 3 | CHANGE 76: BGe 10-Oct-13 |
4 | * version 3.7.0 | ||
5 | * fix lanes.threads() not being available in a lane where lanes.configure() settings didn't contain track_lanes although the initial configure() call did. | ||
6 | |||
7 | CHANGE 75: BGe 7-Oct-13 | ||
8 | * require "lanes".configure() sequence is only necessary at the first require "lanes". | ||
9 | |||
10 | CHANGE 74: BGe 7-Oct-13 | ||
11 | * fix a crash at application shutdown where in some situations we could deinitialize the protected allocator mutex while a lane was still using it. | ||
12 | |||
13 | CHANGE 73: BGe 4-Oct-13 | ||
14 | * fix timers broken by change 69 | ||
15 | |||
16 | CHANGE 72: BGe 3-Oct-13 | ||
4 | * bugfix: no longer create a global named "lanes.core" inside lanes having "*" as library list | 17 | * bugfix: no longer create a global named "lanes.core" inside lanes having "*" as library list |
5 | 18 | ||
6 | CHANGE 71: BGe 30-Sept-13 | 19 | CHANGE 71: BGe 30-Sept-13 |