summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-01-13 16:35:00 +0100
committerantirez <antirez@gmail.com>2015-01-13 16:35:36 +0100
commit063e0a8810723119a8a7a98f5af77770624c1108 (patch)
treee3ae64989a709a00f6bb0fa47d327c2cc68be6a1
parentdf1a7fc4fe12c4027b7dfaac39377a7644486dc9 (diff)
downloadredis-3.0.0-rc2.tar.gz
Redis 2.9.102 (3.0.0 Release Candidate 2).3.0.0-rc2
-rw-r--r--00-RELEASENOTES32
-rw-r--r--src/version.h2
2 files changed, 33 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 1966716e2..c855370a1 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,38 @@ 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 3.0.0 RC2 (version 2.9.102) ] Release date: 13 jan 2014
+
+Upgrade urgency: LOW.
+
+This is the second release candidate of Redis Cluster. The major changes
+are back porting of things implemented into the unstable branch while
+this was still possible (with the new development model adopted only
+bug fixes will be merged in the future).
+
+RC2 also fixes a few Redis Cluster non critical bugs.
+
+>> General changes
+
+* [FIX] A number of minor bug fixes.
+
+* [NEW] Diskless replication backportede.
+* [NEW] Lua bitops and updated cmsgpack backported.
+* [NEW] Transparent Huge Pages warnings and reporting backported.
+
+>> Cluster changes
+
+* [FIX] Fix PUBLISH cluster bus message count field.
+* [FIX] It is no longer possible to write outside node hash slots using Lua.
+* [FIX] Valgrind warnings (no actual bugs).
+* [FIX] Less strict in acceptiong myself->ip if it's not populated.
+
+* [NEW] Better testing of Lua scripts.
+
+>> Sentinel changes
+
+No changes to Sentinel.
+
--[ Redis 3.0.0 RC1 (version 2.9.101) ] Release date: 9 oct 2014
This is the first release candidate of Redis Cluster.
diff --git a/src/version.h b/src/version.h
index 9928573cc..05576be08 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.9.101"
+#define REDIS_VERSION "2.9.102"