summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-09-12 15:49:20 +0200
committerantirez <antirez@gmail.com>2011-09-12 15:49:20 +0200
commita8ed66337698a8b168d6a81579a4698bdf9abbd5 (patch)
treec9abe1af6700d202da47e68e3e0edf48d399c7f7
parent61f57b6a8f58e982fc0266e560485c0c9388abf0 (diff)
downloadredis-a8ed66337698a8b168d6a81579a4698bdf9abbd5.tar.gz
Version bumped to 2.2.13, changelog updated.2.2.13
-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 e7f91056a..5a2dfceba 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,12 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.13
+==========================
+
+* [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.2.12
==========================
diff --git a/src/version.h b/src/version.h
index f43af6e62..d3c430a25 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.2.12"
+#define REDIS_VERSION "2.2.13"