From b005848b20c5ba4f1ad144a7abb40aaf1ba29ee6 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 13 Jan 2016 14:58:17 -0800 Subject: [PATCH] Merges the 0.6.2 change log with master. --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bddbcd678a..ce2bfe81be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.2 (UNRELEASED) +## 0.6.3 (UNRELEASED) BUG FIXES: @@ -6,6 +6,16 @@ BUG FIXES: it could consume CPU and show spurious failures for health checks, watch handlers, and `consul exec` commands [GH-1592] +## 0.6.2 (January 13, 2015) + +SECURITY: + +* Build against Go 1.5.3 to mitigate a security vulnerability introduced + in Go 1.5. For more information, please see https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4 + +This is a security-only release; other than the version number and building +against Go 1.5.3, there are no changes from 0.6.1. + ## 0.6.1 (January 6, 2015) BACKWARDS INCOMPATIBILITIES: