Skip to content

Commit

Permalink
Merge pull request #353 from zonemaster/releases/v2023.1.4
Browse files Browse the repository at this point in the history
Merge Releases/v2023.1.4 into Master (CLI)
  • Loading branch information
matsduf authored Sep 8, 2023
2 parents bb73df2 + 4a6ebd6 commit cb3167e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release history for Zonemaster component Zonemaster-CLI


v6.0.3 2023-09-08 (public fix version)

[Fixes]
- Fixes a spelling error (text) in the zonemaster-cli script (#351).
- This version contains no real code changes, but it requires a higher
(fixed) version of Zonemaster-Engine.

v6.0.2 2023-08-07 (public fix version)

[Fixes]
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires(
'Text::Reflow' => 0,
'Try::Tiny' => 0,
'Zonemaster::LDNS' => 3.002000, # v3.2.0
'Zonemaster::Engine' => 4.007002, # v4.7.2
'Zonemaster::Engine' => 4.007003, # v4.7.3
);

# Make all platforms include inc/Module/Install/External.pm
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use 5.014002;
use strict;
use warnings;

use version; our $VERSION = version->declare( "v6.0.2" );
use version; our $VERSION = version->declare( "v6.0.3" );

use Locale::TextDomain 'Zonemaster-CLI';
use Moose;
Expand Down
2 changes: 1 addition & 1 deletion script/zonemaster-cli
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Provide information about a nameserver, for undelegated tests. The argument
must be either: (i) a domain name and an IP address, separated by a single
slash character (/), or (ii) only a domain name, in which case a A and AAAA
records lookup for that name is done in the live global DNS tree (unless
overriden by --hints) and from which the results of that lookup will be used.
overridden by --hints) and from which the results of that lookup will be used.

This switch can be given multiple times. As long as any of these switches
are present, their aggregated content will be used as the
Expand Down

0 comments on commit cb3167e

Please sign in to comment.