summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-01-28 13:02:20 +0100
committerantirez <antirez@gmail.com>2016-01-28 13:02:27 +0100
commit6bf60cbf5e13a34071f04063b3aa001cdcba4c73 (patch)
treef7d957a77a443414380ff33f716a11be3508a50b
parent1a7e68556f2a1f53278ca5aba5f8916a046aeeb9 (diff)
downloadredis-6bf60cbf5e13a34071f04063b3aa001cdcba4c73.tar.gz
UPDATE: Redis 3.0.7.
We had to fix a few last minutes bugs.
-rw-r--r--00-RELEASENOTES8
1 files changed, 7 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 44f884729..fabd978f2 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -10,10 +10,16 @@ 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.0.7 ] Release date: 25 jan 2016
+--[ Redis 3.0.7 ] Release date: 28 jan 2016
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.