release 2.037000

This commit is contained in:
Oliver Gorwits
2017-12-14 21:48:27 +00:00
parent f4889a19ff
commit fe574183e5
4 changed files with 14 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
2.036012_003 - EXPERIMENTAL RELEASE 2.037000 - 2017-12-14
[NEW FEATURES] [NEW FEATURES]
@@ -11,6 +11,7 @@
* Deduplicate neighbors based on lldpRemChassisId * Deduplicate neighbors based on lldpRemChassisId
* Scheduler config does not need to be uncommented * Scheduler config does not need to be uncommented
* More efficient polling of the job queue * More efficient polling of the job queue
* Better Port search options and results presentation
[BUG FIXES] [BUG FIXES]

View File

@@ -78,6 +78,7 @@
"Sereal" : "0", "Sereal" : "0",
"Socket6" : "0.23", "Socket6" : "0.23",
"Starman" : "0.4008", "Starman" : "0.4008",
"Storable" : "0",
"Template" : "2.24", "Template" : "2.24",
"Template::Plugin::CSV" : "0.04", "Template::Plugin::CSV" : "0.04",
"Template::Plugin::Number::Format" : "1.02", "Template::Plugin::Number::Format" : "1.02",
@@ -85,7 +86,8 @@
"Term::UI" : "0", "Term::UI" : "0",
"Try::Tiny" : "0", "Try::Tiny" : "0",
"URI" : "0", "URI" : "0",
"URL::Encode" : "0.01", "URL::Encode" : "0.03",
"URL::Encode::XS" : "0",
"YAML" : "0.84", "YAML" : "0.84",
"YAML::XS" : "0.41", "YAML::XS" : "0.41",
"aliased" : "0", "aliased" : "0",
@@ -103,7 +105,7 @@
"provides" : { "provides" : {
"App::Netdisco" : { "App::Netdisco" : {
"file" : "lib/App/Netdisco.pm", "file" : "lib/App/Netdisco.pm",
"version" : "2.036012_003" "version" : "2.037000"
}, },
"App::Netdisco::AnyEvent::Nbtstat" : { "App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -740,7 +742,7 @@
"file" : "lib/Dancer/Template/NetdiscoTemplateToolkit.pm" "file" : "lib/Dancer/Template/NetdiscoTemplateToolkit.pm"
} }
}, },
"release_status" : "testing", "release_status" : "stable",
"resources" : { "resources" : {
"bugtracker" : { "bugtracker" : {
"web" : "https://github.com/netdisco/netdisco/issues" "web" : "https://github.com/netdisco/netdisco/issues"
@@ -755,6 +757,6 @@
"x_IRC" : "irc://irc.freenode.org/#netdisco", "x_IRC" : "irc://irc.freenode.org/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
}, },
"version" : "2.036012_003", "version" : "2.037000",
"x_serialization_backend" : "JSON::PP version 2.94" "x_serialization_backend" : "JSON::PP version 2.94"
} }

View File

@@ -18,7 +18,7 @@ name: App-Netdisco
provides: provides:
App::Netdisco: App::Netdisco:
file: lib/App/Netdisco.pm file: lib/App/Netdisco.pm
version: 2.036012_003 version: '2.037000'
App::Netdisco::AnyEvent::Nbtstat: App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job: App::Netdisco::Backend::Job:
@@ -498,6 +498,7 @@ requires:
Sereal: '0' Sereal: '0'
Socket6: '0.23' Socket6: '0.23'
Starman: '0.4008' Starman: '0.4008'
Storable: '0'
Template: '2.24' Template: '2.24'
Template::Plugin::CSV: '0.04' Template::Plugin::CSV: '0.04'
Template::Plugin::Number::Format: '1.02' Template::Plugin::Number::Format: '1.02'
@@ -505,7 +506,8 @@ requires:
Term::UI: '0' Term::UI: '0'
Try::Tiny: '0' Try::Tiny: '0'
URI: '0' URI: '0'
URL::Encode: '0.01' URL::Encode: '0.03'
URL::Encode::XS: '0'
YAML: '0.84' YAML: '0.84'
YAML::XS: '0.41' YAML::XS: '0.41'
aliased: '0' aliased: '0'
@@ -518,5 +520,5 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco repository: https://github.com/netdisco/netdisco
version: 2.036012_003 version: '2.037000'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.036012_003'; our $VERSION = '2.037000';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
=head1 NAME =head1 NAME