summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Dufberg <mats.dufberg@iis.se>2022-12-15 10:38:49 +0100
committerGitHub <noreply@github.com>2022-12-15 10:38:49 +0100
commit9a58a479cf3027b21ba531ffe7af9a2812c56dd5 (patch)
treec590c335aa09094cda82355504c98d6afd978253
parent133a08ccf72c2f7f4cf248429cd18a5138172e99 (diff)
parent48a2b124340115ff20d6a2503995177bc71ae0af (diff)
Merge pull request #163 from matsduf/prepare-release-v2022.2
Updates for release v2022.2 (Zonemaster-LDNS)
-rw-r--r--Changes23
-rw-r--r--lib/Zonemaster/LDNS.pm2
2 files changed, 24 insertions, 1 deletions
diff --git a/Changes b/Changes
index 972d85f..d1579d7 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,28 @@
Release history for Zonemaster component Zonemaster-LDNS
+3.0.0 2022-12-19
+
+ [Breaking change]
+ - Improves access to text data in TXT and SPF resource records
+ (#157, #155)
+
+ [Features]
+ - Uses internal LDNS for docker image (#162)
+ - Adds support for NSID option (#151)
+ - Updates internal LDNS to 1.8.3 (#151, #143)
+ - Adds options to build with Libidn and LDNS in custom locations
+ (#152)
+
+ [Fixes]
+ - Fixes a bug when building LDNS with link to OpenSSL (#161)
+ - Corrects the license statement in LDNS.pm (#159)
+ - Fixes unsafe string manipulations in XS code (#153, #149)
+ - Automatically reconfigures internal libldns on "ldns/Changelog"
+ updates (#158)
+ - URL fragments referring to internal headings in lowercase
+ (#154)
+
+
2.2.2 2022-06-09
[Features]
diff --git a/lib/Zonemaster/LDNS.pm b/lib/Zonemaster/LDNS.pm
index 6206478..a9b88e8 100644
--- a/lib/Zonemaster/LDNS.pm
+++ b/lib/Zonemaster/LDNS.pm
@@ -2,7 +2,7 @@ package Zonemaster::LDNS;
use 5.014;
-our $VERSION = '2.2.2';
+our $VERSION = '3.0.0';
use parent 'Exporter';
our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];