From bf9832495682729b249c066081230ca9f599e0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 8 Mar 2019 13:13:32 +0100 Subject: [PATCH] Add CHANGES entry 5180. [bug] delv now honors the operating system's preferred ephemeral port range. [GL #925] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index fc83438de2..8ce64fbb24 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5180. [bug] delv now honors the operating system's preferred + ephemeral port range. [GL #925] + 5179. [cleanup] Replace some vague type declarations with the more specific dns_secalg_t and dns_dsdigest_t. Thanks to Tony Finch. [GL !1498]