summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-02-20 17:26:31 +0100
committerantirez <antirez@gmail.com>2019-02-20 17:26:31 +0100
commit825843db9e6c63565695c8c77bb8cffc49cee252 (patch)
treedd3a511b10b7d75cb239de6adbe413b8ada549fb
parent77b4a0eb1a3aefa59e529337bd77d2394c01386d (diff)
downloadredis-825843db9e6c63565695c8c77bb8cffc49cee252.tar.gz
Redis 4.0.13.4.0.13
-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 a3e562bfe..2436485ff 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -11,6 +11,15 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
+Redis 4.0.13 Released Wed Feb 20 17:25:31 CEST 2019
+================================================================================
+
+This release just backports a few fixes from Redis 5:
+
+60b2537f rewrite BRPOPLPUSH as RPOPLPUSH to propagate
+afc4b36c Don't treat unsupported protocols as fatal errors
+
+================================================================================
Redis 4.0.12 Released Tue Dec 11 18:06:12 CEST 2018
================================================================================
diff --git a/src/version.h b/src/version.h
index f3e783bbd..5fc5951da 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "4.0.12"
+#define REDIS_VERSION "4.0.13"