Moved DNS vendor update to security section

This commit is contained in:
Preetha 2018-02-05 17:52:27 -06:00 committed by GitHub
parent 7c013ce594
commit 5d48b38315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
## 1.0.4 (UNRELEASED)
SECURITY:
* dns: Updated DNS vendor library to pick up bug fix in the DNS server where an open idle connection blocks the accept loop. [GH-3859]
FEATURES:
* agent: Added support for gRPC health checks that probe the standard gRPC health endpoint. [[GH-3073](https://github.com/hashicorp/consul/issues/3073)]
* dns: Updated DNS vendor library to pick up bug fix in the DNS server where an open idle connection blocks the accept loop. [[GH-3859](https://github.com/hashicorp/consul/issues/3859)]
IMPROVEMENTS: