release 2.045001

This commit is contained in:
Oliver Gorwits
2020-04-18 09:48:33 +01:00
parent 524f4792c3
commit 11e8d7c001
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2.045001 - 2020-04-18
[BUG FIXES]
* restore port column in device table, needed for discovery
2.045000 - 2020-04-15
[NEW FEATURES]

View File

@@ -124,7 +124,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.045000"
"version" : "2.045001"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -836,6 +836,6 @@
"x_IRC" : "irc://irc.freenode.org/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.045000",
"version" : "2.045001",
"x_serialization_backend" : "JSON::PP version 2.97001"
}

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.045000'
version: '2.045001'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
@@ -575,5 +575,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco
version: '2.045000'
version: '2.045001'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

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