Skip to content

Commit

Permalink
Merge pull request #180 from matsduf/prepare-v2023.2
Browse files Browse the repository at this point in the history
Preparation for v2023.2 release (Zonemaster-LDNS)
  • Loading branch information
matsduf committed Mar 18, 2024
2 parents 3b9154f + d814646 commit 785cf01
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Release history for Zonemaster component Zonemaster-LDNS

4.0.0 2024-03-18 (public release version)

[Breaking change]
- Fix crashing induced by Zonemaster::LDNS::RR::NSEC3::salt()
method (#177)
- Fix other methods in Zonemaster::LDNS::RR::NSEC3 and
::NSEC3PARAM (#178)

[Fixes]
- Ignore incomplete RRs (#136)
- Validate inputs to Zonemaster::LDNS::RR::NSEC3::covers()
(#176)


3.2.0 2023-06-21 (public fix version)
[Feature]
- Expand DNAME support (#170)
Expand Down
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 = '3.2.0';
our $VERSION = '4.0.0';

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

0 comments on commit 785cf01

Please sign in to comment.