Skip to content

Commit 6aad7ad

Browse files
authored
Merge pull request #1539 from matsduf/fixes-missing-tag-dnssec10
Adds missing tag in list of tags for DNSSEC10
2 parents 739b55d + 7bcae5c commit 6aad7ad

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Release history for Zonemaster component Zonemaster-Engine
33
v9.0.0 2026-06-29 (part of Zonemaster v2026.1 release)
44

55
[Breaking changes]
6-
- Removes deprecated profile properties (#1532)
6+
- Removes deprecated profile properties,
7+
resolver.defaults.recurse, resolver.defaults.igntc
8+
and resolver.defaults.usevc (#1532)
79
- Changes saved packets’ serialization format (#1517, #1531)
810

911
[Features]
@@ -16,7 +18,7 @@ v9.0.0 2026-06-29 (part of Zonemaster v2026.1 release)
1618
- Replaces Perl INIT block with explicit initialization (#1530)
1719
- Hardens test case Nameserver15 against creative version
1820
strings (#1528)
19-
- Updates test case DNSSEC10 implementation (#1523)
21+
- Updates test case DNSSEC10 implementation (#1523, #1539)
2022

2123

2224
v8.1.1 2026-03-04 (part of Zonemaster v2025.2.1 release)

lib/Zonemaster/Engine/Test/DNSSEC.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ sub metadata {
560560
DS10_NSEC_RRSIG_NOT_YET_VALID
561561
DS10_NSEC_RRSIG_NO_DNSKEY
562562
DS10_NSEC_RRSIG_VERIFY_ERROR
563+
DS10_NONSTANDARD_NSEC_RESPONSE
563564
DS10_SERVER_NO_DNSSEC
564565
DS10_ZONE_NO_DNSSEC
565566
)

0 commit comments

Comments
 (0)