summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-06-21 15:04:37 +0200
committerantirez <antirez@gmail.com>2012-06-21 15:04:37 +0200
commita328c733869c915a7a6d2c193b09e5d0b1929b09 (patch)
treee962e30c7d3a31e669c1ce20f1e7f494f7b2ce94
parent05ad034902264f45d0b9e1ee888e71437975e920 (diff)
downloadredis-a328c733869c915a7a6d2c193b09e5d0b1929b09.tar.gz
Redis 2.4.152.4.15
-rw-r--r--00-RELEASENOTES16
-rw-r--r--src/version.h2
2 files changed, 13 insertions, 5 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 166bd5ebd..9af0576bd 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,8 +18,16 @@ to modify your program in order to use Redis 2.4.
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
-=========================
+==========================
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.
What's new in Redis 2.4.13
-=========================
+==========================
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.
What's new in Redis 2.4.12
-=========================
+==========================
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.
What's new in Redis 2.4.11
-=========================
+==========================
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
diff --git a/src/version.h b/src/version.h
index 05d5da3ed..83fbe30b4 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.14"
+#define REDIS_VERSION "2.4.15"