From 44540b9335f3bbd2f6fda3e13329b28ec76b6d7a Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 11 Oct 2013 20:08:32 +0200 Subject: 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 --- CHANGES | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 5a42777..8a4e9e2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,19 @@ CHANGES: -CHANGE 72: BGe 3-Ost-13 +CHANGE 76: BGe 10-Oct-13 + * 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. + +CHANGE 75: BGe 7-Oct-13 + * require "lanes".configure() sequence is only necessary at the first require "lanes". + +CHANGE 74: BGe 7-Oct-13 + * fix a crash at application shutdown where in some situations we could deinitialize the protected allocator mutex while a lane was still using it. + +CHANGE 73: BGe 4-Oct-13 + * fix timers broken by change 69 + +CHANGE 72: BGe 3-Oct-13 * bugfix: no longer create a global named "lanes.core" inside lanes having "*" as library list CHANGE 71: BGe 30-Sept-13 -- cgit v1.2.3-55-g6feb