From bdce03f928de43d5d494622a6849c212923e6b5c Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Sat, 15 Mar 2025 17:02:02 +0000 Subject: [PATCH] DNAME documentation update. --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 320ca0d..6bb2649 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,12 @@ version 2.92 compatible for all existing working configurations; it extends the space of possible configurations which are functional. + Fix a couple of problems with DNSSEC validation and DNAME. One + could cause validation failure on correct domains, and the other + would fail to spot an invalid domain. Thanks to Graham Clinch + for spotting the problem. + + version 2.91 Fix spurious "resource limit exceeded messages". Thanks to Dominik Derigs for the bug report.