aboutsummaryrefslogtreecommitdiff
path: root/lanes-3.6.3-1.rockspec
diff options
context:
space:
mode:
authorBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2013-08-13 08:12:05 +0200
committerBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2013-08-13 08:12:05 +0200
commit7f7b29063d2f19a8bc2b229ae9b0ec82ce447cab (patch)
tree296e407a77e7e7f94add52967fe06e09aa7d58f3 /lanes-3.6.3-1.rockspec
parenta6f76ba28d7e7e9d2d277a85dfd054cb70c02b69 (diff)
downloadlanes-3.6.3.tar.gz
lanes-3.6.3.tar.bz2
lanes-3.6.3.zip
version 3.6.3v3.6.3
* lane:cancel(<negative-timeout>) only causes cancel_test() to return true but won't interrupt execution of the lane during linda operations * more explicit errors when trying to transfer unknown source functions (with new configure option verbose_errors) * default options wrap allocator around a mutex when run by LuaJIT
Diffstat (limited to '')
-rw-r--r--lanes-3.6.3-1.rockspec (renamed from lanes-3.6.2-1.rockspec)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lanes-3.6.2-1.rockspec b/lanes-3.6.3-1.rockspec
index 8679c08..18bae0a 100644
--- a/lanes-3.6.2-1.rockspec
+++ b/lanes-3.6.3-1.rockspec
@@ -7,11 +7,11 @@
7 7
8package = "Lanes" 8package = "Lanes"
9 9
10version = "3.6.2-1" 10version = "3.6.3-1"
11 11
12source= { 12source= {
13 url= "git://github.com/LuaLanes/lanes.git", 13 url= "git://github.com/LuaLanes/lanes.git",
14 branch= "v3.6.2" 14 branch= "v3.6.3"
15} 15}
16 16
17description = { 17description = {