]> git.saurik.com Git - redis.git/commitdiff
Redis 2.5.11 (2.6 RC5).
authorantirez <antirez@gmail.com>
Fri, 15 Jun 2012 11:44:17 +0000 (13:44 +0200)
committerantirez <antirez@gmail.com>
Fri, 15 Jun 2012 11:44:17 +0000 (13:44 +0200)
00-RELEASENOTES
src/version.h

index 031a433ea7944d94e98f9c28dffb4470ad3c5ec9..5c76973df38839af2e6c8664147fbcb95c2f7754 100644 (file)
@@ -14,6 +14,19 @@ HIGH:     There is a critical bug that may affect some part of users. Upgrade!
 CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
 --------------------------------------------------------------------------------
 
+---[ Redis 2.5.11 (2.6 Release Candidate 5) ]
+
+UPGRADE URGENCY: HIGH.
+
+* [BUGFIX]   Fixed Hash corruption when loading an RDB file generated by
+             previous versions of Redis that encoded hashes using
+             a different ziplist encoding format for small integers.
+             All the fileds that are integers in the range 0-255 may not
+             be recognized, or duplicated un updates, causing a crash
+             when the ziplist is converted to a real hash. (Issue #547).
+* [BUGFIX]   Fixed the count of memory used by output buffers in the
+             setDeferredMultiBulkLength() function.
+
 ---[ Redis 2.5.10 (2.6 Release Candidate 4) ]
 
 UPGRADE URGENCY: HIGH.
index e2827f572f8b98d96f4d435b50ac0ea935579e3a..e98f7b401686d5d847bf96055dffe1547663a176 100644 (file)
@@ -1 +1 @@
-#define REDIS_VERSION "2.5.10"
+#define REDIS_VERSION "2.5.11"