From: Ondřej Surý Date: Mon, 25 Apr 2022 12:48:06 +0000 (+0200) Subject: Add CHANGES note for [GL #4251] X-Git-Tag: v9.19.1~51^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=834a2ddb4ee2424093cf6029c034eb7b7cf04a1f;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #4251] --- diff --git a/CHANGES b/CHANGES index 0e3cce15a78..6ca07d41e28 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5869. [func] Enable use of IP(V6)_RECVERR on Linux that allows + the kernel to report destination host/network + unreachable errors to the userspace application. + [GL #4251] + 5868. [cleanup] Use Daniel Lemire's "nearly divisionless" algorithm for unbiased bounded random numbers, and move re-seeding out of the hot path. [GL !6161]