summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"