summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-07-30 20:20:02 +0200
committerantirez <antirez@gmail.com>2013-07-30 20:20:02 +0200
commitcc946972840e071c7292cb28717df174807f2ea6 (patch)
treeb267014ea54dcedf2b53263f296a90126c7f2f2a
parentf8e43aba783153092717349e77ec4bfde9353203 (diff)
downloadredis-2.8.0-rc2.tar.gz
Redis 2.7.102 (2.8 Release Candidate 2).2.8.0-rc2
-rw-r--r--00-RELEASENOTES11
-rw-r--r--src/version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index d543473fa..c85366aad 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,17 @@ 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 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).
+Important bugs fixed inside.
+
+# UPGRADE URGENCY: HIGH
+
+* [FIX] Fixed a critical replication bug, see issue #1221.
+* [NEW] The new inline protocol now accepts quoted strings like, for example
+ you can now type in a telnet session: set 'foo bar' "hello world\n".
+
--[ Redis 2.8 Release Candidate 1 (2.7.101) ] Release date: 18 Jul 2013
This is the first release candidate of Redis 2.8 (official version is 2.7.101).
diff --git a/src/version.h b/src/version.h
index 5b8d18d05..7f5043d67 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.7.101"
+#define REDIS_VERSION "2.7.102"