release 2.056000

This commit is contained in:
Oliver Gorwits
2022-09-24 18:59:48 +01:00
parent 790c51b257
commit b391f83d60
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2.056000 - 2022-09-24
[NEW FEATURES]
* #925 implement ignore_deviceports and hide_deviceports
2.055001 - 2022-09-02 2.055001 - 2022-09-02
[BUG FIXES] [BUG FIXES]

View File

@@ -102,6 +102,7 @@
"Socket6" : "0.23", "Socket6" : "0.23",
"Starman" : "0.4008", "Starman" : "0.4008",
"Storable" : "0", "Storable" : "0",
"Sub::Install" : "0",
"Sub::Util" : "1.40", "Sub::Util" : "1.40",
"Sys::SigAction" : "0", "Sys::SigAction" : "0",
"Template" : "2.24", "Template" : "2.24",
@@ -135,7 +136,7 @@
"provides" : { "provides" : {
"App::Netdisco" : { "App::Netdisco" : {
"file" : "lib/App/Netdisco.pm", "file" : "lib/App/Netdisco.pm",
"version" : "2.055001" "version" : "2.056000"
}, },
"App::Netdisco::AnyEvent::Nbtstat" : { "App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -907,6 +908,6 @@
"x_IRC" : "irc://irc.libera.chat/#netdisco", "x_IRC" : "irc://irc.libera.chat/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
}, },
"version" : "2.055001", "version" : "2.056000",
"x_serialization_backend" : "JSON::PP version 4.06" "x_serialization_backend" : "JSON::PP version 4.06"
} }

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides: provides:
App::Netdisco: App::Netdisco:
file: lib/App/Netdisco.pm file: lib/App/Netdisco.pm
version: '2.055001' version: '2.056000'
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:
@@ -600,6 +600,7 @@ requires:
Socket6: '0.23' Socket6: '0.23'
Starman: '0.4008' Starman: '0.4008'
Storable: '0' Storable: '0'
Sub::Install: '0'
Sub::Util: '1.40' Sub::Util: '1.40'
Sys::SigAction: '0' Sys::SigAction: '0'
Template: '2.24' Template: '2.24'
@@ -626,5 +627,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.055001' version: '2.056000'
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.055001'; our $VERSION = '2.056000';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
=head1 NAME =head1 NAME