Commit a328c733 authored by antirez's avatar antirez
Browse files

Redis 2.4.15

parent 05ad0349
...@@ -18,8 +18,16 @@ to modify your program in order to use Redis 2.4. ...@@ -18,8 +18,16 @@ to modify your program in order to use Redis 2.4.
CHANGELOG CHANGELOG
--------- ---------
What's new in Redis 2.4.15
==========================
UPGRADE URGENCY: moderate if you use AOF, otherwise low.
* [BUGFIX] Jemalloc updated to 3.0.0. This fixes a possibly AOF rewrite issue.
See https://github.com/antirez/redis/issues/504 for info.
What's new in Redis 2.4.14 What's new in Redis 2.4.14
========================= ==========================
UPGRADE URGENCY: high, many non trivial bugs fixed in this release. UPGRADE URGENCY: high, many non trivial bugs fixed in this release.
...@@ -34,7 +42,7 @@ UPGRADE URGENCY: high, many non trivial bugs fixed in this release. ...@@ -34,7 +42,7 @@ UPGRADE URGENCY: high, many non trivial bugs fixed in this release.
more responsive when a lot of keys are expiring at the same time. more responsive when a lot of keys are expiring at the same time.
What's new in Redis 2.4.13 What's new in Redis 2.4.13
========================= ==========================
UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low. UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
...@@ -43,7 +51,7 @@ UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low. ...@@ -43,7 +51,7 @@ UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
keys. See issue #487 and #488 on github for details. keys. See issue #487 and #488 on github for details.
What's new in Redis 2.4.12 What's new in Redis 2.4.12
========================= ==========================
UPGRADE URGENCY: low if you don't experience any of the fixed problems. UPGRADE URGENCY: low if you don't experience any of the fixed problems.
...@@ -52,7 +60,7 @@ UPGRADE URGENCY: low if you don't experience any of the fixed problems. ...@@ -52,7 +60,7 @@ UPGRADE URGENCY: low if you don't experience any of the fixed problems.
* [BUGFIX] Less false positives in tests. * [BUGFIX] Less false positives in tests.
What's new in Redis 2.4.11 What's new in Redis 2.4.11
========================= ==========================
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems. UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
......
#define REDIS_VERSION "2.4.14" #define REDIS_VERSION "2.4.15"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment