aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 16faa44..52fcf5f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 85: BGe 28-Nov-13
4 * version 3.7.3
5 * set pthread thread cancel type to PTHREAD_CANCEL_ASYNCHRONOUS
6 * lane_h:cancel() accepts a 3rd timeout argument used when waiting for actual thread termination (hitting the timeout raises an error)
7 * added PROPAGATE_ALLOCF macro to select state creation mode (lua_newstate or luaL_newstate)
8
3CHANGE 84: BGe 18-Nov-13 9CHANGE 84: BGe 18-Nov-13
4 * Fix a deadlock when GCing during a linda operation. 10 * Fix a deadlock when GCing during a linda operation.
5 * Fix a compilation warning about an unused variable 11 * Fix a compilation warning about an unused variable