aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2011-04-18 08:25:23 +0200
committerBenoit Germain <bnt.germain@gmail.com>2011-04-18 08:25:23 +0200
commit05256f1e75f8583829bbaa7cdf1fb1518b93332a (patch)
treefc0d9a6855b6c05e06b06c933be8726bf546659c /CHANGES
parent2d5d798c24286f10c1bffd5ea4ac466c2c3a12fa (diff)
downloadlanes-05256f1e75f8583829bbaa7cdf1fb1518b93332a.tar.gz
lanes-05256f1e75f8583829bbaa7cdf1fb1518b93332a.tar.bz2
lanes-05256f1e75f8583829bbaa7cdf1fb1518b93332a.zip
* linda uses a fast FIFO implementation to speed up data exchanges
* new linda:count() method * new linda batched data read mode * proper key type check in all linda methods * fix setup-vc.cmd to support Visual Studio 2010 and Windows 7 64 bits * bugfix: release keeper state mutex at desinit
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 31ca342..f4ff88a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,14 @@ CHANGES:
3 3
4CHANGE X: 4CHANGE X:
5 5
6CHANGE 31 BGe 17-Apr-2011
7* linda uses a fast FIFO implementation to speed up data exchanges
8* new linda:count() method
9* new linda batched data read mode
10* proper key type check in all linda methods
11* fix setup-vc.cmd to support Visual Studio 2010 and Windows 7 64 bits
12* bugfix: release keeper state mutex at desinit
13
6CHANGE 30 BGe 30-Mar-2011 14CHANGE 30 BGe 30-Mar-2011
7* linda honors __tostring and __concat 15* linda honors __tostring and __concat
8* new accessor linda:keys(), to retrieve the list of keys with pending data inside a linda 16* new accessor linda:keys(), to retrieve the list of keys with pending data inside a linda