Skip to content

Commit

Permalink
Update Zonemaster.pm (#257)
Browse files Browse the repository at this point in the history
* Update Zonemaster.pm

Prepare for version v1.0.16.

* Update Changes

Updates to prepare for v1.0.16 release.

* Update README.md

Added reference to Zonemaster prerequisites in "Prerequisites".
  • Loading branch information
matsduf authored Dec 8, 2016
1 parent a2aec4a commit 20a5d4a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Revision history for Perl module Zonemaster.

v1.0.16 2016-12-12

- Updated and added Swedish translations (#249, #248, #216, #196, partially #127)
- Corrected installation instructions for Debian/Ubuntu (#240)
- If one nameserver is "lame" then the Basic test could halt on that and not
continue with next nameserver. Fixed in #239.
- Added test for NSEC3 OPT-OUT (#226).
- Using different IP address in unit test to avoid false fail (#219).
- Remove dependency on Net::IP::XS (#174).
- Updated the algorithm for discovering open resolvers to be more correct (#171).

v1.0.15 2016-10-14

- DNSSEC:EXTRA_PROCESSING_BROKEN when not authoritative #210
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ tests.

### Prerequisites

There are no prerequisites required for this repository.
For supported processor architectures, operating systems (and versions)
and Perl versions see
[Zonemaster/README.md](https://github.com/dotse/zonemaster/blob/master/README.md).


### Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Zonemaster v1.0.15;
package Zonemaster v1.0.16;

use 5.014002;
use Moose;
Expand Down

0 comments on commit 20a5d4a

Please sign in to comment.