diff --git a/Build.PL b/Build.PL index fa65878f..bbba12a4 100644 --- a/Build.PL +++ b/Build.PL @@ -68,7 +68,7 @@ Module::Build->new( 'Starman' => '0.4008', 'Storable' => '0', 'Sys::SigAction' => '0', - 'SNMP::Info' => '3.60', + 'SNMP::Info' => '3.61', 'SQL::Abstract' => '1.85', 'SQL::Translator' => '0.11024', 'Template' => '2.24', diff --git a/Changes b/Changes index 71f52b29..67648a37 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,16 @@ +2.039031 - 2018-06-17 + + [ENHANCEMENTS] + + * limit cli max hosts in prefix to 512 + * update docs to clarify the web app home location + * #419 clarify log message for discrepancy in IP + + [BUG FIXES] + + * jobs with username are only allowed one attempt to unskip + * fix bug in reuse of $worker for prefix actions + 2.039030 - 2018-05-09 [ENHANCEMENTS] diff --git a/META.json b/META.json index 37c7f9fc..c328ccf8 100644 --- a/META.json +++ b/META.json @@ -74,7 +74,7 @@ "Plack::Middleware::ReverseProxy" : "0.15", "Pod::Usage" : "0", "Role::Tiny" : "1.002005", - "SNMP::Info" : "3.60", + "SNMP::Info" : "3.61", "SQL::Abstract" : "1.85", "SQL::Translator" : "0.11024", "Scope::Guard" : "0", @@ -110,7 +110,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.039030" + "version" : "2.039031" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -781,7 +781,7 @@ }, "homepage" : "http://netdisco.org/", "license" : [ - "http://opensource.org/licenses/BSD-3-Clause" + "http://opensource.org/licenses/bsd-license.php" ], "repository" : { "url" : "https://github.com/netdisco/netdisco" @@ -789,6 +789,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.039030", - "x_serialization_backend" : "JSON::PP version 2.94" + "version" : "2.039031", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index ae54de50..231fb04b 100644 --- a/META.yml +++ b/META.yml @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.039030' + version: '2.039031' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -513,7 +513,7 @@ requires: Plack::Middleware::ReverseProxy: '0.15' Pod::Usage: '0' Role::Tiny: '1.002005' - SNMP::Info: '3.60' + SNMP::Info: '3.61' SQL::Abstract: '1.85' SQL::Translator: '0.11024' Scope::Guard: '0' @@ -541,7 +541,7 @@ resources: MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users bugtracker: https://github.com/netdisco/netdisco/issues homepage: http://netdisco.org/ - license: http://opensource.org/licenses/BSD-3-Clause + license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.039030' +version: '2.039031' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 06708a1e..8dc47c91 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.039030'; +our $VERSION = '2.039031'; use App::Netdisco::Configuration; =head1 NAME