summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-09-12 12:13:44 +0200
committerantirez <antirez@gmail.com>2011-09-12 12:13:44 +0200
commitda30c9e1e39b8c294a6b28c9ba7ec5eadbad3c2c (patch)
tree7e7fec63bc51c8346d8ac8c09941d0ff057616ed
parent3c51d3b36b7a4295871f0033ae5a0e2e1aa339f3 (diff)
downloadredis-2.4.0-rc7.tar.gz
Version bumped to 2.3.10, changelog updated2.4.0-rc7
-rw-r--r--00-RELEASENOTES6
-rw-r--r--src/version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 0e4acb715..805562a77 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,12 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.3.10 (2.4 Release Candidate 7)
+====================================================
+
+* [BUGFIX] Fixed issue 593 (BRPOPLPUSH related crash).
+* [BUGFIX] Fixed an issue with the networking layer that may prevent Redis from sending the whole reply back to client under extreme conditions.
+
What's new in Redis 2.3.9 (2.4 Release Candidate 6)
===================================================
diff --git a/src/version.h b/src/version.h
index e7873756e..b88a806a4 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.3.9"
+#define REDIS_VERSION "2.3.10"