release 2.049006
This commit is contained in:
7
Changes
7
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]
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
4
META.yml
4
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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user