From a8403a011005108971c5bde9c0bf68cedd64e276 Mon Sep 17 00:00:00 2001 From: Bryce Baril Date: Thu, 10 Jul 2014 21:23:44 -0700 Subject: [PATCH] update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index d381ec741e..599363cd36 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ Changelog ========= +* Set socket_keepalive to prevent long-lived client timeouts. (mohit) * Correctly reset retry timer. (ouotuo) * Domains protection from bad user exit. (Jake Verbaten) * Fix reconnection socket logic to prevent misqueued entries. (Iain Proctor)