summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-11-06 09:24:26 +0100
committerantirez <antirez@gmail.com>2013-11-06 09:24:26 +0100
commitf7f97bf730efe1fdda565298bab7340844437ff9 (patch)
treeb0e1d1045642a82851ef8488839fe759dae9bf41
parent3a66e0c157771f2f542949969e05b968be2b744d (diff)
downloadredis-f7f97bf730efe1fdda565298bab7340844437ff9.tar.gz
Redis 2.7.106 (2.8 Release Candidate 6).2.8.0-rc6
-rw-r--r--00-RELEASENOTES8
-rw-r--r--src/version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index c06097454..8a3ac32a4 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,14 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
+--[ Redis 2.8 Release Candidate 5 (2.7.106) ] Release date: 6 Nov 2013
+
+This is the 6th release candidate of Redis 2.8 (official version is 2.7.106).
+
+# UPGRADE URGENCY: LOW, only new features back ported, no fixes.
+
+* [NEW] SCAN, SSCAN, HSCAN, ZSCAN commands.
+
--[ Redis 2.8 Release Candidate 5 (2.7.105) ] Release date: 9 Oct 2013
This is the 5th release candidate of Redis 2.8 (official version is 2.7.105).
diff --git a/src/version.h b/src/version.h
index a1ef1977f..a3fb3c93a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.7.105"
+#define REDIS_VERSION "2.7.106"