summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-08-19 18:04:32 +0200
committerantirez <antirez@gmail.com>2013-08-19 18:04:32 +0200
commit6a88a84ec79c5bd85e9357101ff699621bab1bae (patch)
tree5faddc794a3ce0be66fc34652f6f35275dd0f072
parent56212725754fa9616dc9e0a2d1e7916ce867a39a (diff)
downloadredis-2.8.0-rc3.tar.gz
Redis 2.7.103 (2.8 Release Candidate 3).2.8.0-rc3
-rw-r--r--00-RELEASENOTES16
-rw-r--r--src/version.h2
2 files changed, 17 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index c85366aad..648f9b2d4 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,22 @@ 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 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).
+Important bugs fixed inside.
+
+# UPGRADE URGENCY: HIGH
+
+* [FIX] Improved expired keys collection algorithm. Even under heavy load keys
+ to be expired can't accumulate because of lack of CPU time.
+* [FIX] Replication speed regression fixed (issue #1238).
+* [FIX] Fixed an hard to trigger PSYNC bug.
+* [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result.
+* [NEW] Add per-db average TTL information in INFO output.
+* [NEW] redis-benchmark improvements.
+* [NEW] dict.c API wrong usage detection.
+
--[ Redis 2.8 Release Candidate 2 (2.7.102) ] Release date: 30 Jul 2013
This is the second release candidate of Redis 2.8 (official version is 2.7.102).
diff --git a/src/version.h b/src/version.h
index 7f5043d67..97cdc352a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.7.102"
+#define REDIS_VERSION "2.7.103"