summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-03-18 17:23:22 +0100
committerantirez <antirez@gmail.com>2019-03-18 17:23:22 +0100
commit18572a921a8d17881c3de1fc71f56362d63010d9 (patch)
tree3dd0a873069ee434177489a6175ea38689e6a01a
parent3c62ad193d4e12905586d6a9fcaca8e980eb76b9 (diff)
downloadredis-4.0.14.tar.gz
Redis 4.0.14.4.0.14
-rw-r--r--00-RELEASENOTES14
-rw-r--r--src/version.h2
2 files changed, 15 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 2436485ff..ce6b7f67a 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -11,6 +11,20 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
+Redis 4.0.14 Released Mon Mar 18 17:22:10 CEST 2019
+================================================================================
+
+This release just backports a few fixes from Redis 5:
+
+3c62ad19 HyperLogLog: handle wrong offset in the base case.
+cc2b3a68 Fix hyperloglog corruption
+e10c79d3 redis-check-aof: fix potential overflow.
+6fa16f58 Fix mismatching keyspace notification classes
+64311052 Fix zlexrangespec mem-leak in genericZrangebylexCommand
+b0e86319 Make comment in #5911 stay inside 80 cols.
+39ccce03 Replicas aren't allowed to run the replicaof command
+
+================================================================================
Redis 4.0.13 Released Wed Feb 20 17:25:31 CEST 2019
================================================================================
diff --git a/src/version.h b/src/version.h
index 5fc5951da..48f72abc5 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "4.0.13"
+#define REDIS_VERSION "4.0.14"