Skip to content

Commit

Permalink
Merge pull request #192 from zonemaster/develop
Browse files Browse the repository at this point in the history
Merge develop into master (Zonemaster-LDNS)
  • Loading branch information
matsduf authored Jul 1, 2024
2 parents 6bcb885 + 26c21ed commit 0524d14
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ env:

language: perl
perl:
- "5.36"
- "5.30.2"
- "5.38"
- "5.34"
- "5.26"

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

install:
- cpanm --verbose --notest --configure-args="--no-ed25519" .
Expand Down
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release history for Zonemaster component Zonemaster-LDNS


4.0.2 2024-07-01 (part of Zonemaster v2024.1 release)

[Fixes]
- Fixes broken links in README.md (#189)


4.0.1 2024-03-28

[Fixes]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,13 @@ be found in the [LICENSE](LICENSE) file included in this respository.
[Debug]: #debug
[DNS::LDNS]: http://search.cpan.org/~erikoest/DNS-LDNS/
[Docker Hub]: https://hub.docker.com/u/zonemaster
[Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal-documentation/maintenance/ReleaseProcess-create-docker-image.md
[Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal/maintenance/ReleaseProcess-create-docker-image.md
[Ed25519]: #ed25519
[IDN]: #idn
[Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster-engine/blob/master/docs/Installation.md
[Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/installation/zonemaster-engine.md
[Internal ldns]: #internal-ldns
[Ldns library]: https://www.nlnetlabs.nl/projects/ldns/
[NLnet Labs]: https://www.nlnetlabs.nl/
[USING]: https://github.com/zonemaster/zonemaster-cli/blob/master/USING.md
[USING]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/using/cli.md
[Zonemaster project]: http://github.com/zonemaster/zonemaster

2 changes: 1 addition & 1 deletion lib/Zonemaster/LDNS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Zonemaster::LDNS;

use 5.014;

our $VERSION = '4.0.1';
our $VERSION = '4.0.2';

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

0 comments on commit 0524d14

Please sign in to comment.