X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/9e9c0ce1702db12a71bef5ef877b5bf97c3c935e..a3cc9e36aa9fe82bdd62cfb4916e3c1e4cb29583:/Changelog diff --git a/Changelog b/Changelog index a70cce36..48f54e91 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +2009-06-06 Makefile dependencies updated +2009-06-05 Avoid a busy loop while sending very large replies against very fast links, this allows to be more responsive with other clients even under a KEY * against the loopback interface +2009-06-05 Kill the background saving process before performing SHUTDOWN to avoid races +2009-06-05 LREM now returns :0 for non existing keys +2009-06-05 added config.h for #ifdef business isolation, added fstat64 for Mac OS X +2009-06-04 macosx specific zmalloc.c, uses malloc_size function in order to avoid to waste memory and time to put an additional header +2009-06-04 DEBUG OBJECT implemented 2009-06-04 backtrace support removed: unreliable stack trace :( 2009-06-04 initial backtrace dumping on sigsegv/sigbus + debug command 2009-06-03 Python lib updated