From 4fba6d589663ce5845803a5428bc3334ba449434 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 3 Oct 2021 08:52:48 +0100 Subject: [PATCH] release 2.049006 --- Changes | 7 ++++++- META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 64d771ad..76ee1366 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -2.049005 - 2021-09-xx +2.049006 - 2021-10-03 + + [ENHANCEMENTS] + + * support for IPv6 neighbors in NXOS SSHCollector + * netdisco-web can use PORT environment variable for --port option [BUG FIXES] diff --git a/META.json b/META.json index 6d32b022..289c6480 100644 --- a/META.json +++ b/META.json @@ -129,7 +129,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.049005" + "version" : "2.049006" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -862,6 +862,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.049005", + "version" : "2.049006", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 5ee54c89..0894497c 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.049005' + version: '2.049006' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -594,5 +594,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.049005' +version: '2.049006' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index d7c13a71..4419ab85 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.049005'; +our $VERSION = '2.049006'; use App::Netdisco::Configuration; =head1 NAME