Redis 2.5.9 (2.6 RC3).

This commit is contained in:
antirez 2012-05-06 10:11:54 +02:00
parent d23d73c746
commit 184b8e78c6
2 changed files with 10 additions and 1 deletions

View File

@ -35,6 +35,15 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name:
CHANGELOG 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) What's new in Redis 2.5.8 (aka 2.6 Release Candidate 2)
======================================================= =======================================================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.5.8" #define REDIS_VERSION "2.5.9"