From fe574183e553f5fc28d68b7ad346a4de517a82ff Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 14 Dec 2017 21:48:27 +0000 Subject: [PATCH] release 2.037000 --- Changes | 3 ++- META.json | 10 ++++++---- META.yml | 8 +++++--- lib/App/Netdisco.pm | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 1abf3d2b..19324fb9 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.036012_003 - EXPERIMENTAL RELEASE +2.037000 - 2017-12-14 [NEW FEATURES] @@ -11,6 +11,7 @@ * Deduplicate neighbors based on lldpRemChassisId * Scheduler config does not need to be uncommented * More efficient polling of the job queue + * Better Port search options and results presentation [BUG FIXES] diff --git a/META.json b/META.json index 86d849a9..1e99464e 100644 --- a/META.json +++ b/META.json @@ -78,6 +78,7 @@ "Sereal" : "0", "Socket6" : "0.23", "Starman" : "0.4008", + "Storable" : "0", "Template" : "2.24", "Template::Plugin::CSV" : "0.04", "Template::Plugin::Number::Format" : "1.02", @@ -85,7 +86,8 @@ "Term::UI" : "0", "Try::Tiny" : "0", "URI" : "0", - "URL::Encode" : "0.01", + "URL::Encode" : "0.03", + "URL::Encode::XS" : "0", "YAML" : "0.84", "YAML::XS" : "0.41", "aliased" : "0", @@ -103,7 +105,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.036012_003" + "version" : "2.037000" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -740,7 +742,7 @@ "file" : "lib/Dancer/Template/NetdiscoTemplateToolkit.pm" } }, - "release_status" : "testing", + "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://github.com/netdisco/netdisco/issues" @@ -755,6 +757,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "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" } diff --git a/META.yml b/META.yml index 8a6291ec..f79688db 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: 2.036012_003 + version: '2.037000' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -498,6 +498,7 @@ requires: Sereal: '0' Socket6: '0.23' Starman: '0.4008' + Storable: '0' Template: '2.24' Template::Plugin::CSV: '0.04' Template::Plugin::Number::Format: '1.02' @@ -505,7 +506,8 @@ requires: Term::UI: '0' Try::Tiny: '0' URI: '0' - URL::Encode: '0.01' + URL::Encode: '0.03' + URL::Encode::XS: '0' YAML: '0.84' YAML::XS: '0.41' aliased: '0' @@ -518,5 +520,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: 2.036012_003 +version: '2.037000' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index fa5a515f..13f577d5 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.036012_003'; +our $VERSION = '2.037000'; use App::Netdisco::Configuration; =head1 NAME