summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-11-28 18:53:09 +0100
committerantirez <antirez@gmail.com>2012-11-28 18:53:09 +0100
commitb41f4e5a48ce4b295d99863c78103f2c2f9b97d4 (patch)
tree4267c6ad667ada876d74010b3648736d95906d79
parent21b26915ce79e03108882d397fd4d44d28e5fd13 (diff)
downloadredis-b41f4e5a48ce4b295d99863c78103f2c2f9b97d4.tar.gz
Redis 2.6.62.6.6
-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 9d67d6b38..f861c5589 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,13 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
+--[ Redis 2.6.6 ]
+
+UPGRADE URGENCY: CRITICAL if you experienced one more more crashes.
+ MODERATE if Redis is running fine for you.
+
+* [BUGFIX] Jemalloc updated to 3.2.0.
+
--[ Redis 2.6.5 ]
UPGRADE URGENCY: MODERATE
diff --git a/src/version.h b/src/version.h
index 42cb776ee..6389ff54a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.5"
+#define REDIS_VERSION "2.6.6"