We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52445c1 commit 86bd6cbCopy full SHA for 86bd6cb
2 files changed
Changes
@@ -1,6 +1,13 @@
1
Release history for Zonemaster component Zonemaster-LDNS
2
3
4
+5.0.1 2025-12-09 (part of Zonemaster v2025.2 release)
5
+
6
+ [Fixes]
7
+- Updates LDNS submodule to v1.8.4 #202
8
+- RRList.pm: drop misplaced =back. #233
9
10
11
5.0.0 2025-06-26 (part of Zonemaster v2025.1 release)
12
13
[Breaking changes]
lib/Zonemaster/LDNS.pm
@@ -2,7 +2,7 @@ package Zonemaster::LDNS;
use 5.014;
-our $VERSION = '5.0.0';
+our $VERSION = '5.0.1';
use parent 'Exporter';
our @EXPORT_OK = qw[lib_version to_idn has_idn has_gost load_zonefile];
0 commit comments