From d5dab73127a3f02cf5c4964c66a6c7c7147b9dc0 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 28 Jan 2016 12:43:30 +0100 Subject: [PATCH] Redis 3.1.103 (Redis 3.2.0 RC3). --- 00-RELEASENOTES | 6 ++++++ src/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 31b3ef97d157..1a308880a6ee 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 3f5a5bc7a7c1..8694ee72bb2a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.1.102" +#define REDIS_VERSION "3.1.103"