From 4280344d21961e944bf4888bbea2543fdf381f21 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 26 Jun 2020 01:14:30 -0700 Subject: [PATCH] add missing CHANGES notes CHANGES notes were accidentally omitted from the previous merge. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 1bfdce4f41..30a039a77c 100644 --- a/CHANGES +++ b/CHANGES @@ -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.