]> git.saurik.com Git - redis.git/commitdiff
Redis 2.5.7 (2.6 RC1)
authorantirez <antirez@gmail.com>
Fri, 27 Apr 2012 14:40:07 +0000 (16:40 +0200)
committerantirez <antirez@gmail.com>
Fri, 27 Apr 2012 14:40:07 +0000 (16:40 +0200)
00-RELEASENOTES
src/version.h

index 67abf9e65d5ad1d10f5f5a94aa06de695232e96e..d4364bc757ef777d2ef2024128cad8f79a0ce615 100644 (file)
@@ -32,12 +32,17 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name:
 CHANGELOG
 ---------
 
-What's new in Redis 2.6.0
-=========================
+What's new in Redis 2.5.7 (aka 2.6 Release Candidate 1)
+=======================================================
+
+UPGRADE URGENCY: upgrade not recommended because this is an RC release.
+
+* This is the first release candidate for Redis 2.6. We are not aware of
+  bugs, but part of this code is young and was never tested in production
+  environments, so handle with care.
 
-UPGRADE URGENCY: We suggest new users to start with 2.6.0, and old users to
-                 upgrade after some testing of the application with the new
-                 Redis version.
+An overview of new features and changes in Redis 2.6.x
+======================================================
 
 * Server side Lua scripting, see http://redis.io/commands/eval
 * Virtual Memory removed (was deprecated in 2.4)
index d25a2e1d8a55c07303b2499f510141e95e96b310..4588d54ed85a03464ff58ce211e6bb74cd5cb63a 100644 (file)
@@ -1 +1 @@
-#define REDIS_VERSION "2.5.6"
+#define REDIS_VERSION "2.5.7"