From b4a129ffedf1b85d0cf699f6df6e963cac96d31a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 10 Mar 2016 15:11:48 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bf599b7e..575c3ef5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ BUG FIXES: when another key whose name is a prefix of the watched key was updated. [GH-1632] * Fixed the redirect from `/` to `/ui` when the internal web UI (`-ui` option) is enabled. [GH-1713] +* Updated memberlist to pull in a fix for leaking goroutines when performing TCP + fallback pings. This affected users with frequent UDP connectivity problems. [GH-1802] * Added a fix to trim UDP DNS responses so they don't exceed 512 bytes. [GH-1813] * Updated go-dockerclient to fix Docker health checks with Docker 1.10. [GH-1706]