From 22979836e5f7b2f3e87f9d0e5d9dc8cc53cf56ac Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 5 May 2015 11:50:26 +0200 Subject: [PATCH] Fix 2.8.20 changelog typo --- 00-RELEASENOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index b314359d..238aa93e 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -32,10 +32,10 @@ Upgrade urgency: LOW for Redis, MODERATE for Sentinel. * [FIX] Scripting engine now reports an error when misused with Lua debug hooks, instead of crashing. (Salvatore Sanfilippo) * [FIX] INFO loading stats: three fixes. +* [FIX] Fixed memory leaks in rdbSaveToSlavesSockets(). (Alon Diamant) * [NEW] Redis-cli --latency-dist backported from unstable. (Salvatore Sanfilippo) -* [NEW] Fixed memory leaks in rdbSaveToSlavesSockets(). (Alon Diamant) --[ Redis 2.8.19 ] Release date: 16 Dec 2014