summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-08-30 09:52:06 +0200
committerantirez <antirez@gmail.com>2013-08-30 09:52:18 +0200
commit56ce06866448ccf6d08a3b0eb8802aa3749ce5a9 (patch)
treee2246ba69746ebceb1922852ab16a91bf233319d
parent23acf93f9776dde3903a319592803e33f062d784 (diff)
downloadredis-2.8.0-rc4.tar.gz
Redis 2.7.104 (2.8 Release Candidate 4).2.8.0-rc4
-rw-r--r--00-RELEASENOTES13
-rw-r--r--src/version.h2
2 files changed, 14 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 648f9b2d4..0ab37a337 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,19 @@ 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.8 Release Candidate 4 (2.7.104) ] Release date: 30 Aug 2013
+
+This is the fourth release candidate of Redis 2.8 (official version is 2.7.104).
+Important bugs fixed inside.
+
+# UPGRADE URGENCY: HIGH because of the EVAL memory leak.
+
+* [FIX] Fixed a serious EVAL memory leak in the Lua stack.
+* [FIX] Fixed server startup when no IPv6 address exists in any interface.
+* [FIX] Send MISCONFIG error when BGSAVE fails because can't fork.
+* [FIX] Memory efficiency with large (> a few kbytes) values improved considerably.
+* [NEW] DEBUG SDSLEN for sds memory debugging.
+
--[ Redis 2.8 Release Candidate 3 (2.7.103) ] Release date: 19 Aug 2013
This is the third release candidate of Redis 2.8 (official version is 2.7.103).
diff --git a/src/version.h b/src/version.h
index 97cdc352a..530c13eb3 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.7.103"
+#define REDIS_VERSION "2.7.104"