summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Dufberg <mats.dufberg@iis.se>2023-06-21 08:46:59 +0200
committerGitHub <noreply@github.com>2023-06-21 08:46:59 +0200
commit6b8f9010f6acb736b4be182ffcb68b8d2bfa7cbf (patch)
treeea0fc0851437d640cd1a9f400290495ffbe7ae51
parentd0fabf54db2c1f0bcfadcbc7994f0a97894b2210 (diff)
parent211abe1dc8830f8383d48bf6aaa127bdb686f915 (diff)
Merge pull request #171 from matsduf/prepare-v2023.1
Preparation for release v2023.1 (Zonemaster-LDNS)
-rw-r--r--Changes8
-rw-r--r--lib/Zonemaster/LDNS.pm2
2 files changed, 9 insertions, 1 deletions
diff --git a/Changes b/Changes
index e6e62f0..8a363e1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
Release history for Zonemaster component Zonemaster-LDNS
+3.2.0 2023-06-21 (public fix version)
+ [Feature]
+ - Expand DNAME support (#170)
+
+ [Fixes]
+ - Ignore DNSKEY RRs with incalculable key sizes (#135)
+
+
3.1.0 2023-01-31 (public fix version)
[Feature]
- Includes the OPT RDATA from the edns_data function
diff --git a/lib/Zonemaster/LDNS.pm b/lib/Zonemaster/LDNS.pm
index 505ec10..a30464b 100644
--- a/lib/Zonemaster/LDNS.pm
+++ b/lib/Zonemaster/LDNS.pm
@@ -2,7 +2,7 @@ package Zonemaster::LDNS;
use 5.014;
-our $VERSION = '3.1.0';
+our $VERSION = '3.2.0';
use parent 'Exporter';
our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];