summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-01-28 12:43:30 +0100
committerantirez <antirez@gmail.com>2016-01-28 12:43:30 +0100
commitd5dab73127a3f02cf5c4964c66a6c7c7147b9dc0 (patch)
tree37a37939209080ea8f6704d146f3e0746718e49d
parent6bd409d0c8a6a3ab8d114f5c6b103cd3f2b492a4 (diff)
downloadredis-d5dab73127a3f02cf5c4964c66a6c7c7147b9dc0.tar.gz
Redis 3.1.103 (Redis 3.2.0 RC3).3.2.0-rc3
-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 31b3ef97d..1a308880a 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,12 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs.
+* [FIX] avg_ttl reporting in INFO improved. (Salvatore Sanfilippo)
+* [FIX] Sentinel: improve handling of known Sentinel instances.
+ (Salvatore Sanfilippo, thanks to Paweł Kowalczykf or the original
+ crash report).
+* [FIX] Redis Cluster address update (via gossip section) processing improved
+ to avoid initiating inwanted handshakes.
* [FIX] Many fixes to MIGRATE multiple keys implementation. The command
could handle errors in a faulty way leading to crashes or other
unexpected behaviors. MIGRATE command refactoring.
diff --git a/src/version.h b/src/version.h
index 3f5a5bc7a..8694ee72b 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "3.1.102"
+#define REDIS_VERSION "3.1.103"