aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-01-09 12:07:41 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-01-09 12:07:41 +0100
commitcc03c619dafe39cab231045f3c8592398e4b6944 (patch)
treede471018fa75ad0255b3f986609c17af10eefcfa /CHANGES
parentb335cbcc9f07dc71999b885ffa2962c0ec00f5eb (diff)
downloadlanes-cc03c619dafe39cab231045f3c8592398e4b6944.tar.gz
lanes-cc03c619dafe39cab231045f3c8592398e4b6944.tar.bz2
lanes-cc03c619dafe39cab231045f3c8592398e4b6944.zip
Linda fixes
* bumped version to 3.7.7 * fix crash when calling linda:count() on unknown keys * purge key storage with linda:set( key, nil) on an unlimited key to reduce memory usage with lots of keys * linda:limit() wakes write-blocked threads if necessary when the new limit enables writes to occur again * linda:set() wakes write-blocked threads if necessary if the operation created some room to write into
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7fac3e3..0a6889d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 89: BGe 09-Jan-14
4 * version 3.7.7
5 * fix crash when calling linda:count() on unknown keys
6 * purge key storage with linda:set( key, nil) on an unlimited key to reduce memory usage with lots of keys
7 * linda:limit() wakes write-blocked threads if necessary when the new limit enables writes to occur again
8 * linda:set() wakes write-blocked threads if necessary if the operation created some room to write into
9
3CHANGE 88: BGe 06-Jan-14 10CHANGE 88: BGe 06-Jan-14
4 * version 3.7.6 11 * version 3.7.6
5 * if config.on_state_create() is a C function, call it by direct C closure reconstruction in newly created states 12 * if config.on_state_create() is a C function, call it by direct C closure reconstruction in newly created states