Skip to content

Commit 063e0a8

Browse files
committed
Redis 2.9.102 (3.0.0 Release Candidate 2).
1 parent df1a7fc commit 063e0a8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

00-RELEASENOTES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,38 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1212
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1313
--------------------------------------------------------------------------------
1414

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+
1547
--[ Redis 3.0.0 RC1 (version 2.9.101) ] Release date: 9 oct 2014
1648

1749
This is the first release candidate of Redis Cluster.

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.9.101"
1+
#define REDIS_VERSION "2.9.102"

0 commit comments

Comments
 (0)