From cc03c619dafe39cab231045f3c8592398e4b6944 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 9 Jan 2014 12:07:41 +0100 Subject: 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 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 7fac3e3..0a6889d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ CHANGES: +CHANGE 89: BGe 09-Jan-14 + * version 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 + CHANGE 88: BGe 06-Jan-14 * version 3.7.6 * if config.on_state_create() is a C function, call it by direct C closure reconstruction in newly created states -- cgit v1.2.3-55-g6feb