Skip to content

Commit a328c73

Browse files
committed
Redis 2.4.15
1 parent 05ad034 commit a328c73

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

00-RELEASENOTES

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,16 @@ to modify your program in order to use Redis 2.4.
1818
CHANGELOG
1919
---------
2020

21+
What's new in Redis 2.4.15
22+
==========================
23+
24+
UPGRADE URGENCY: moderate if you use AOF, otherwise low.
25+
26+
* [BUGFIX] Jemalloc updated to 3.0.0. This fixes a possibly AOF rewrite issue.
27+
See https://github.com/antirez/redis/issues/504 for info.
28+
2129
What's new in Redis 2.4.14
22-
=========================
30+
==========================
2331

2432
UPGRADE URGENCY: high, many non trivial bugs fixed in this release.
2533

@@ -34,7 +42,7 @@ UPGRADE URGENCY: high, many non trivial bugs fixed in this release.
3442
more responsive when a lot of keys are expiring at the same time.
3543

3644
What's new in Redis 2.4.13
37-
=========================
45+
==========================
3846

3947
UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
4048

@@ -43,7 +51,7 @@ UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
4351
keys. See issue #487 and #488 on github for details.
4452

4553
What's new in Redis 2.4.12
46-
=========================
54+
==========================
4755

4856
UPGRADE URGENCY: low if you don't experience any of the fixed problems.
4957

@@ -52,7 +60,7 @@ UPGRADE URGENCY: low if you don't experience any of the fixed problems.
5260
* [BUGFIX] Less false positives in tests.
5361

5462
What's new in Redis 2.4.11
55-
=========================
63+
==========================
5664

5765
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
5866

src/version.h

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

0 commit comments

Comments
 (0)