add missing CHANGES notes

CHANGES notes were accidentally omitted from the previous merge.
This commit is contained in:
Evan Hunt 2020-06-26 01:14:30 -07:00
parent d35101e433
commit 4280344d21

View file

@ -1,3 +1,8 @@
5449. [bug] Fix a socket shutdown race in netmgr udp. [GL #1938]
5448. [bug] Fix a race condition in isc__nm_tcpdns_send().
[GL #1937]
5447. [bug] IPv6 addresses ending in "::" could break YAML
parsing. A "0" is now appended to such addresses
in YAML output from dig, mdig, delv, and dnstap-read.