From 36dab033dc13a8950bec1d48f61f6439a084f73f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 15 May 2023 10:39:50 +1000 Subject: [PATCH] Add CHANGES for [GL #4066] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 5598d6f373..f59c607780 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6173. [bug] Properly process extra "nameserver" lines in + resolv.conf otherwise the next line is not properly + processed. [GL #4066] + 6172. [cleanup] Refactor the loop manager and qp-trie code to remove isc_qsbr and use liburcu instead. [GL #3936]