Skip to content

Commit

Permalink
Merge pull request #1271 from matsduf/preparation-release-v2023.1.3
Browse files Browse the repository at this point in the history
Preparation for release v2023.1.3 (Engine)
  • Loading branch information
matsduf authored Aug 7, 2023
2 parents bc48a31 + 67c1d42 commit 998d8bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Release history for Zonemaster component Zonemaster-Engine


v4.7.2 2023-08-07 (public fix version)

[Fixes]
- Fixes bug (regression) in test case BASIC01 that made all tests of
zone names that start with the same letters as the whole first label
of the parent zone fail, e.g. "NOrid.NO" and "FRance.FR". The bug
was introduced in version v4.7.1 in release v2023.1.1. (#1270)


v4.7.1 2023-07-24 (public fix version)

[Fixes]
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/Engine.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Zonemaster::Engine;

use version; our $VERSION = version->declare("v4.7.1");
use version; our $VERSION = version->declare("v4.7.2");

use 5.014002;

Expand Down

0 comments on commit 998d8bb

Please sign in to comment.