Skip to content

Commit

Permalink
Merge pull request #103 from zonemaster/develop
Browse files Browse the repository at this point in the history
Merge develop into master as part of release of v2.0.1
  • Loading branch information
matsduf authored May 24, 2019
2 parents f3f8961 + 11f7147 commit 22d6aa3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
before_install:
- eval $(curl https://travis-perl.github.io/init) --auto
- local-lib
- git clone --depth=1 --branch=develop https://github.com/zonemaster/zonemaster-ldns.git
- git clone --depth=1 --branch=develop https://github.com/zonemaster/zonemaster-engine.git
- cpan-install --deps ./zonemaster-engine
- cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil ./zonemaster-ldns ./zonemaster-engine
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Release history for Zonemaster component Zonemaster-CLI

v2.0.1 2019-05-22 (public release version)

[Status]
- This a public release fully tested before release. This version
will be available on CPAN.

[Fixes]
- Updated installation instructions for FreeBSD (#101)
- Dropped support for Ubuntu 14.04 (#99)
- Made Travis use the equivalent branch in Zonemaster-Engine (#98)


v2.0.0 2019-01-25 (pre-release version)

Expand Down
3 changes: 3 additions & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Zonemaster::Engine installation].
> install from your operating system distribution (rather than CPAN).
> We recommend following the Zonemaster::Engine installation instruction.
Prerequisite for FreeBSD is that the package system is upadated and activated
(see the FreeBSD section of [Zonemaster::Engine installation]).

For details on supported versions of Perl and operating system for
Zonemaster::CLI, see the [declaration of prerequisites].

Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extends 'Zonemaster::Engine::Exception';
# The actual interesting module.
package Zonemaster::CLI;

use version; our $VERSION = version->declare("v2.0.0");
use version; our $VERSION = version->declare("v2.0.1");

use 5.014002;
use warnings;
Expand Down

0 comments on commit 22d6aa3

Please sign in to comment.