summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-04-27 16:40:07 +0200
committerantirez <antirez@gmail.com>2012-04-27 16:40:07 +0200
commit7c5d96d98e6cc2a0e7ea5ea30e3ca4772a84b3cb (patch)
tree9bf8f9f3c349f17a4a94fbb03cb196ac5bf277d9
parent603adb2b2991129fc600c2d8dad549e339873a5b (diff)
downloadredis-7c5d96d98e6cc2a0e7ea5ea30e3ca4772a84b3cb.tar.gz
Redis 2.5.7 (2.6 RC1)2.6.0-rc1
-rw-r--r--00-RELEASENOTES15
-rw-r--r--src/version.h2
2 files changed, 11 insertions, 6 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 67abf9e65..d4364bc75 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -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)
diff --git a/src/version.h b/src/version.h
index d25a2e1d8..4588d54ed 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.5.6"
+#define REDIS_VERSION "2.5.7"