summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-05-05 15:54:49 +0200
committerantirez <antirez@gmail.com>2011-05-05 15:56:47 +0200
commit97ddfbbfc3b1f7710e4a60989cf22519d7e50181 (patch)
treee2d9481b5bb333c557befc82a6d095fc8b116ffa
parent50e50d6a254e693f10e37a37a9cfab4d40e7332b (diff)
downloadredis-97ddfbbfc3b1f7710e4a60989cf22519d7e50181.tar.gz
Redis version 2.2.62.2.6
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 59d8741c9..145629bc7 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,15 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.6
+=========================
+
+* Fixed bug #543. If you saw Redis instances crashing on List operations
+ (only happening with a non-default max entry size ziplist setting in
+ redis.conf) it was almost certainly this problem.
+* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the
+ connection with all its slaves.
+
What's new in Redis 2.2.5
=========================
diff --git a/src/version.h b/src/version.h
index be662ce39..e48fe137f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.2.5"
+#define REDIS_VERSION "2.2.6"