From bff55a8d1bcb69f9fe64aae2da9870d0d0245828 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 30 Nov 2024 15:27:57 +0530 Subject: [PATCH] updated change log for v13.2.1 release. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b84c76..272899dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Technitium DNS Server Change Log +## Version 13.2.1 +Release Date: 30 November 2024 + +- Updated server to allow DNS-over-HTTPS service to read X-Real-IP header from reverse proxy that are allowed by the ACL. +- Fixed issue with HTTP/2 on OS versions older than Windows 10 that caused failure to enable HTTPS for admin web service and DNS-over-HTTPS service. +- Fixed issue with handling connection abort condition for DNS-over-QUIC. +- Fixed issue with handling a wildcard query case for ENT subdomain names in local zones. +- Fixed issue with Forwarding where CNAME was not being resolved separately when upstream returned SOA in response authority section. +- Fixed issue in DNS Application assembly loading implementation that caused issue loading dependencies for some scenarios. +- Multiple other minor bug fixes and improvements. + ## Version 13.2 Release Date: 16 November 2024