aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2018-11-08 17:32:05 +0100
committerBenoit Germain <bnt.germain@gmail.com>2018-11-08 17:32:05 +0100
commit0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729 (patch)
tree5c35acf11087f9b60b24599695f1d3c348ebaa25 /CHANGES
parenta142eb1e1ee81919d10b55bb7fa2e33636098d85 (diff)
downloadlanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.tar.gz
lanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.tar.bz2
lanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.zip
Make sure any linda operation that can raise an error won't ever leave a mutex unreleased
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 228038b..a90358b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 133: BGe 8-Nov-18
4 * Make sure any linda operation that can raise an error won't ever leave a mutex unreleased
5 * lane:join() now returns nil, "timeout" in case of timeout
6
3CHANGE 132: BGe 7-Nov-18 7CHANGE 132: BGe 7-Nov-18
4 * __lanesclone mechanism should actually work now 8 * __lanesclone mechanism should actually work now
5 9