From: W.C.A. Wijngaards Date: Fri, 14 Nov 2025 14:26:40 +0000 (+0100) Subject: Changelog note for #286. X-Git-Tag: 1.9.0-rc.1~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590e44f2eb48790f15a911c413c140d8b6d0374d;p=thirdparty%2Fldns.git Changelog note for #286. * PR #286: Fix RR Type AMTRELAY type nogateway, to print relay '.', and memory leaks in parsing it. --- diff --git a/Changelog b/Changelog index 762c6856..de6f69eb 100644 --- a/Changelog +++ b/Changelog @@ -22,6 +22,8 @@ when an already existing RR is tried to be added. This is a API change, hence this also bumps the version to 1.9.0 * PR #282: ensure returning pkt with LDNS_STATUS_OK. Thanks grobian. + * PR #286: Fix RR Type AMTRELAY type nogateway, to print relay '.', + and memory leaks in parsing it. 1.8.4 2024-07-19 * Fix building documentation in build directory.