diff --git a/Changes b/Changes index fcfcf0349..23395b488 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,19 @@ Release history for Zonemaster component Zonemaster-Engine +v4.7.3 2023-09-08 (public fix version) + + [Fixes] +- Fixes a bug in test case BASIC01 that made tests of zones + fail if, while walking the chain of delegations from the root to the + zone under test, a name server returns a referral pointing to name + servers for an intermediate zone which are all out-of-bailiwick and + lacking glue. The bug was introduced in version v4.7.0 in release + v2023.1. (#1282) +- Disable blacklisting for queries by NAMESERVER15 to prevent false + errors and warnings (#1285) + + v4.7.2 2023-08-07 (public fix version) [Fixes] diff --git a/lib/Zonemaster/Engine.pm b/lib/Zonemaster/Engine.pm index 3cec9e246..8b4b2abae 100644 --- a/lib/Zonemaster/Engine.pm +++ b/lib/Zonemaster/Engine.pm @@ -1,6 +1,6 @@ package Zonemaster::Engine; -use version; our $VERSION = version->declare("v4.7.2"); +use version; our $VERSION = version->declare("v4.7.3"); use 5.014002;