summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Dufberg <mats.dufberg@iis.se>2022-06-09 21:10:09 +0200
committerGitHub <noreply@github.com>2022-06-09 21:10:09 +0200
commitbb19949c4af8e839a7ca39c071cd5bd187a63374 (patch)
tree7d58a59d382123a11204370d73439f21e0676758
parent9ee1be3a78c6d406e6dcf57f3b6e52dab929baaa (diff)
parenta78fb471afc68f1c477b11a2e15be5900f5a5d4b (diff)
Merge pull request #146 from matsduf/preparation-release-v2022.1
Preparation release v2022.1 (Zonemaster-LDNS)
-rw-r--r--Changes9
-rw-r--r--lib/Zonemaster/LDNS.pm2
2 files changed, 10 insertions, 1 deletions
diff --git a/Changes b/Changes
index 9042bec..972d85f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
Release history for Zonemaster component Zonemaster-LDNS
+2.2.2 2022-06-09
+
+ [Features]
+ - Gives more freedom when configuring (#134, #129, #96)
+ - Replaces libidn with libidn2 (#133, #131)
+
+ [Fixes]
+ - Clarifies README on --ed25519 (#142)
+
2.2.1 2021-12-03
[Features]
diff --git a/lib/Zonemaster/LDNS.pm b/lib/Zonemaster/LDNS.pm
index a9fa3a8..1bea10b 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.1';
+our $VERSION = '2.2.2';
use parent 'Exporter';
our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];