From 99eb06231439e65b517975889d46b455afde5089 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 28 Jan 2016 12:47:46 +0100 Subject: [PATCH] Changelog of 3.2.0 RC2/RC3 split into two sections. --- 00-RELEASENOTES | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 1a308880..e09b2db4 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -10,9 +10,9 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade! CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. -------------------------------------------------------------------------------- ---[ Redis 3.2.0 RC2 (version 3.1.102) ] Release date: 25 jan 2016 +--[ Redis 3.2.0 RC3 (version 3.1.103) ] Release date: 28 jan 2016 -Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs. +Upgrade urgency MODERATE: this release fixes a non trivial Sentinel crash. * [FIX] avg_ttl reporting in INFO improved. (Salvatore Sanfilippo) * [FIX] Sentinel: improve handling of known Sentinel instances. @@ -20,6 +20,11 @@ Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs. crash report). * [FIX] Redis Cluster address update (via gossip section) processing improved to avoid initiating inwanted handshakes. + +--[ Redis 3.2.0 RC2 (version 3.1.102) ] Release date: 25 jan 2016 + +Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs. + * [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.