summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-11-28 18:50:19 +0100
committerantirez <antirez@gmail.com>2012-11-28 18:50:19 +0100
commit545a0b4be542a67926f5b034d92e13bc11702872 (patch)
tree5c0015f2d0617035ffbfae8987d8f71758acf1b7
parentb85cb4ce4bb8da005b804e28727ae38d5b337a66 (diff)
downloadredis-2.4.tar.gz
Redis 2.4.182.4.182.4
-rw-r--r--00-RELEASENOTES7
-rw-r--r--src/version.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 59fae246f..42a6638c7 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,13 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.18
+==========================
+
+UPGRADE URGENCY: critical if you experienced one more more crashes.
+
+* [BUGFIX] Jemalloc updated to 3.2.0.
+
What's new in Redis 2.4.17
==========================
diff --git a/src/version.h b/src/version.h
index 08c6d8411..57caf798a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.17"
+#define REDIS_VERSION "2.4.18"