From: Willem Toorop Date: Wed, 7 May 2025 14:49:40 +0000 (+0200) Subject: Merge branch 'develop' into features/additional-rr-types X-Git-Tag: 1.9.0-rc.1~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F270%2Fhead;p=thirdparty%2Fldns.git Merge branch 'develop' into features/additional-rr-types --- c32f59e6f4fc794d5163bb945aa123ebee9a7d09 diff --cc Changelog index e350bae7,c14a2957..76714386 --- a/Changelog +++ b/Changelog @@@ -11,10 -11,12 +11,16 @@@ Follows the long string unquoted syntax from RFC8659, section 4.1.1. * Fix #266: ldns-read-zone -u fails if a type is the only type in a window and the type modulo 256 is equal to zero. - * Fix memory leak when trying to read zones that have equal RRs. + * Fix #271: Intermittent build failure with multi-job + builds (make -j). + * Add ldns-verify-zone -s option. It checks all signature results, + instead of passing by when one RRSIG validates. That prints output + for spurious RRSIGs, the failures for them. + * Fix RR types NSAP-PTR, GPOS and RESINFO to print unquoted strings. ++ * Fix memory leak when trying to read zones that have equal RRs. + the ldns_dnssec_*_add_rr() functions now return LDNS_STATUS_EQUAL_RR + 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 1.8.4 2024-07-19 * Fix building documentation in build directory.