File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,38 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
12
12
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
13
13
--------------------------------------------------------------------------------
14
14
15
+ --[ Redis 3.0.0 RC2 (version 2.9.102) ] Release date: 13 jan 2014
16
+
17
+ Upgrade urgency: LOW.
18
+
19
+ This is the second release candidate of Redis Cluster. The major changes
20
+ are back porting of things implemented into the unstable branch while
21
+ this was still possible (with the new development model adopted only
22
+ bug fixes will be merged in the future).
23
+
24
+ RC2 also fixes a few Redis Cluster non critical bugs.
25
+
26
+ >> General changes
27
+
28
+ * [FIX] A number of minor bug fixes.
29
+
30
+ * [NEW] Diskless replication backportede.
31
+ * [NEW] Lua bitops and updated cmsgpack backported.
32
+ * [NEW] Transparent Huge Pages warnings and reporting backported.
33
+
34
+ >> Cluster changes
35
+
36
+ * [FIX] Fix PUBLISH cluster bus message count field.
37
+ * [FIX] It is no longer possible to write outside node hash slots using Lua.
38
+ * [FIX] Valgrind warnings (no actual bugs).
39
+ * [FIX] Less strict in acceptiong myself->ip if it's not populated.
40
+
41
+ * [NEW] Better testing of Lua scripts.
42
+
43
+ >> Sentinel changes
44
+
45
+ No changes to Sentinel.
46
+
15
47
--[ Redis 3.0.0 RC1 (version 2.9.101) ] Release date: 9 oct 2014
16
48
17
49
This is the first release candidate of Redis Cluster.
Original file line number Diff line number Diff line change 1
- #define REDIS_VERSION "2.9.101 "
1
+ #define REDIS_VERSION "2.9.102 "
You can’t perform that action at this time.
0 commit comments