X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7c44bbb1108c9460027776138f4079f8ec46934c..e8a74421bb685abb728e95fa0bf33de52402fe0a:/Changelog diff --git a/Changelog b/Changelog index 12fdc387..fa9174cd 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ +2009-09-18 LREM fixed, used to crash since the new object integer encoding is on the stage +2009-09-17 maxmemory didn't worked in 64 systems for values > 4GB since it used to be an unsigned int. Fixed +2009-09-10 incremented version number to 1.001, AKA Redis edge is no longer stable... +2009-09-10 in-memory specialized object encoding (for now 32 signed integers only) +2009-09-03 Latest doc changes for 1.0 +2009-09-03 Redis 1.0.0 release +2009-09-02 Redis version pushed to 1.0 +2009-09-02 Ruby client lib updated to the latest git version +2009-09-02 update-scala-client script added +2009-09-02 Scala client added thanks to Alejanro Crosa 2009-09-02 QuickStart added 2009-09-01 Fixed crash with only space and newline as command (issue 61), thanks to a guy having as nick "fixxxerrr" 2009-08-11 TODO list modified