diff options
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 |