From ef9bd8533a5b699894d8917b51a6ad1fc3420481 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 31 Mar 2022 23:17:56 +0000 Subject: [PATCH] Add CHANGES note for [GL #3244] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4c3248b148..1dcc51a3be 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5853. [bug] When using both the `+qr` and `+y` options `dig` could + crash if the connection to the first server was not + successful. [GL #3244] + 5852. [func] Add new "load-balance-socket" option to enable/disable load balancing of sockets. [GL #3249]