File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,26 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
14
14
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
15
15
--------------------------------------------------------------------------------
16
16
17
+ --[ Redis 2.6.5 ]
18
+
19
+ UPGRADE URGENCY: MODERATE
20
+
21
+ Warning: this release of Redis introduces a different behavior in MULTI/EXEC
22
+ handling of errors. This was done because the new behavior is safer
23
+ compared to the old one, and should not break any code targeting
24
+ Redis 2.6 in a critical way.
25
+
26
+ For more information check http://redis.io/topics/transactions
27
+
28
+ * [IMPROVED] RDB/AOF childern now log amount of additional memory used
29
+ because of copy on write.
30
+ * [BUGFIX] MIGRATE non critical fixes (see commits for details).
31
+ * [BUGFIX] MULTI/EXEC: now EXEC aborts on errors before EXEC.
32
+ * [BUGFIX] Fix integer overflow in zunionInterGenericCommand resulting
33
+ into Z[INTER|UNION][STORE] commands to crash under extremely
34
+ unlikely conditions (almost impossible in real world).
35
+ * [BUGFIX] EVALSHA is now case insensitive (and will not crash).
36
+
17
37
--[ Redis 2.6.4 ]
18
38
19
39
UPGRADE URGENCY: LOW
Original file line number Diff line number Diff line change 1
- #define REDIS_VERSION "2.6.4 "
1
+ #define REDIS_VERSION "2.6.5 "
You can’t perform that action at this time.
0 commit comments