Skip to content

Commit

Permalink
Updates in prepartion for release v2019.2 (#93)
Browse files Browse the repository at this point in the history
Updates in prepartion for release v2019.2

* Updated Changes file
* Updated version in Perl module
  • Loading branch information
matsduf authored Apr 30, 2020
1 parent fb1c09d commit a456b5a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
Release history for Zonemaster component Zonemaster-LDNS


2.1.0 2020-04-30

[Features]
- Updated to use libldns 1.7.0 or 1.7.1 (#85)
- Support for Ed25519 (algorithm 15) added (#85, #51, #84)
- Allow specifying which OpenSSL library to use (#97)

[Fixed]
- Exclude more ldns files from MANIFEST (#92)
- Fixing links and table of contents in main README.md (#94)
- Exclude LDNS.bs from distribution file (#101, #95)
- Eliminated locale dependency from unit test (#102, #103)


2.0.1 2019-05-21

- Removed
- Ubuntu 14.04 is no longer supported
- Ubuntu 14.04 is no longer supported (#74)

- Changed
- inc::Module::install is no longer bundled
- Dependency declarations have been cleaned up
- inc::Module::install is no longer bundled (#72)
- Dependency declarations have been cleaned up (#73)


2.0.0 2019-01-25 (pre-release version)
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 = '2.0.1';
our $VERSION = '2.1.0';

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

0 comments on commit a456b5a

Please sign in to comment.