]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Changelog note for #286. 286/head
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 14 Nov 2025 14:26:40 +0000 (15:26 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 14 Nov 2025 14:26:40 +0000 (15:26 +0100)
* PR #286: Fix RR Type AMTRELAY type nogateway, to print relay '.',
  and memory leaks in parsing it.

Changelog

index 762c68566450d5b94fb5fa05eddd3ecadbdea591..de6f69ebef562709a4295a6658bacd25934b397e 100644 (file)
--- 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.