Skip to content

Commit 0524d14

Browse files
authored
Merge pull request #192 from zonemaster/develop
Merge develop into master (Zonemaster-LDNS)
2 parents 6bcb885 + 26c21ed commit 0524d14

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ env:
55

66
language: perl
77
perl:
8-
- "5.36"
9-
- "5.30.2"
8+
- "5.38"
9+
- "5.34"
1010
- "5.26"
1111

1212
before_install:
1313
# quoting preserves newlines in the script and then avoid error if the
1414
# script contains comments
1515
- eval "$(curl https://travis-perl.github.io/init)"
1616
- sudo apt-get install -y libidn2-dev
17-
- cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil
17+
- cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal
1818

1919
install:
2020
- cpanm --verbose --notest --configure-args="--no-ed25519" .

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release history for Zonemaster component Zonemaster-LDNS
22

33

4+
4.0.2 2024-07-01 (part of Zonemaster v2024.1 release)
5+
6+
[Fixes]
7+
- Fixes broken links in README.md (#189)
8+
9+
410
4.0.1 2024-03-28
511

612
[Fixes]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,13 @@ be found in the [LICENSE](LICENSE) file included in this respository.
237237
[Debug]: #debug
238238
[DNS::LDNS]: http://search.cpan.org/~erikoest/DNS-LDNS/
239239
[Docker Hub]: https://hub.docker.com/u/zonemaster
240-
[Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal-documentation/maintenance/ReleaseProcess-create-docker-image.md
240+
[Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal/maintenance/ReleaseProcess-create-docker-image.md
241241
[Ed25519]: #ed25519
242242
[IDN]: #idn
243-
[Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster-engine/blob/master/docs/Installation.md
243+
[Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/installation/zonemaster-engine.md
244244
[Internal ldns]: #internal-ldns
245245
[Ldns library]: https://www.nlnetlabs.nl/projects/ldns/
246246
[NLnet Labs]: https://www.nlnetlabs.nl/
247-
[USING]: https://github.com/zonemaster/zonemaster-cli/blob/master/USING.md
247+
[USING]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/using/cli.md
248248
[Zonemaster project]: http://github.com/zonemaster/zonemaster
249249

lib/Zonemaster/LDNS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Zonemaster::LDNS;
22

33
use 5.014;
44

5-
our $VERSION = '4.0.1';
5+
our $VERSION = '4.0.2';
66

77
use parent 'Exporter';
88
our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];

0 commit comments

Comments
 (0)