]> git.saurik.com Git - redis.git/commitdiff
Redis 2.5.9 (2.6 RC3).
authorantirez <antirez@gmail.com>
Sun, 6 May 2012 08:11:54 +0000 (10:11 +0200)
committerantirez <antirez@gmail.com>
Sun, 6 May 2012 08:11:54 +0000 (10:11 +0200)
00-RELEASENOTES
src/version.h

index f4505d11d483439925b8cac901cb1420744d8758..f379a2441a494c6c4c8911bf7f038214266c11f3 100644 (file)
@@ -35,6 +35,15 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name:
 CHANGELOG
 ---------
 
+What's new in Redis 2.5.9 (aka 2.6 Release Candidate 3)
+=======================================================
+
+UPGRADE URGENCY: critical, upgrade ASAP.
+
+* [BUGFIX] Fix for issue #500 (https://github.com/antirez/redis/pull/500).
+           Redis 2.6-RC1 and RC2 may corrupt ziplist-encoded sorted sets
+           produced by Redis 2.4.x.
+
 What's new in Redis 2.5.8 (aka 2.6 Release Candidate 2)
 =======================================================
 
index 64fced48aae66dc309f1892b22da9be7b3dc7ec5..c4e2caf35469210dd7e02e27101ffdb601c3cfe2 100644 (file)
@@ -1 +1 @@
-#define REDIS_VERSION "2.5.8"
+#define REDIS_VERSION "2.5.9"