Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2016-11-01 02:12:56 -04:00 committed by GitHub
parent 2d9f1fd5ca
commit 12cea03fa6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ BUG FIXES:
* agent: Fixed a Go race issue with log buffering at startup. [GH-2262]
* agent: Fixed a panic during anti-entropy sync for services and checks. [GH-2125]
* agent: Fixed an issue on Windows where "wsarecv" errors were logged when CLI commands accessed the RPC interface. [GH-2356]
* agent: Syslog setup will now retry on errors during startup for up to 60 seconds to avoid a race condition between the Consul agent and syslog at system start. [GH-1610]
* agent: Syslog initialization will now retry on errors for up to 60 seconds to avoid a race condition at system startup. [GH-1610]
* dns: Fixed external services that pointed to consul addresses (CNAME records) not resolving to A-records. [GH-1228]
* dns: Fixed an issue with SRV lookups where the service address was different from the node's. [GH-832]
* server: Fixed the port numbers in the sample JSON inside peers.info. [GH-2391]