summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-08-01 11:59:08 +0200
committerantirez <antirez@gmail.com>2012-08-01 11:59:08 +0200
commit2a18c2c416109344dbc971424b9dc1b37bcbe608 (patch)
tree84125c823134e4c5f3987e89b0581c517090769a
parent95bf36fc666794df72eefd467ae505bb7f580454 (diff)
downloadredis-2a18c2c416109344dbc971424b9dc1b37bcbe608.tar.gz
Redis 2.4.162.4.16
-rw-r--r--00-RELEASENOTES8
-rw-r--r--src/version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 9af0576bd..726e7cec8 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,14 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.16
+==========================
+
+* INFO command now shows slaves with the correct port number, assuming you
+ use 2.4.16 or greater as slave as well. This makes Redis 2.4.16 compatible
+ with Redis Sentinel. This fix required the introduction of a new internal
+ command called REPLCONF, see commit b998ebe for more information.
+
What's new in Redis 2.4.15
==========================
diff --git a/src/version.h b/src/version.h
index 83fbe30b4..529c9cdc6 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.15"
+#define REDIS_VERSION "2.4.16"