diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-09 12:07:41 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-09 12:07:41 +0100 |
commit | cc03c619dafe39cab231045f3c8592398e4b6944 (patch) | |
tree | de471018fa75ad0255b3f986609c17af10eefcfa /CHANGES | |
parent | b335cbcc9f07dc71999b885ffa2962c0ec00f5eb (diff) | |
download | lanes-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 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 | |||
3 | CHANGE 88: BGe 06-Jan-14 | 10 | CHANGE 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 |