release 2.057008

This commit is contained in:
Oliver Gorwits
2022-10-18 12:57:34 +01:00
parent 2cb2809dd9
commit 7f5cf60b41
4 changed files with 16 additions and 5 deletions

11
Changes
View File

@@ -1,3 +1,14 @@
2.057008 - 2022-10-18
[ENHANCEMENTS]
* #936 user auth method should be drop-down menu
[BUG FIXES]
* #919 netdisco-web will not auto restart more than once
* #935 check port up status on macsuck instead of assume up
2.057007 - 2022-10-04
[BUG FIXES]

View File

@@ -136,7 +136,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.057007"
"version" : "2.057008"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -911,6 +911,6 @@
"x_IRC" : "irc://irc.libera.chat/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.057007",
"version" : "2.057008",
"x_serialization_backend" : "JSON::PP version 4.06"
}

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.057007'
version: '2.057008'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
@@ -629,5 +629,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco
version: '2.057007'
version: '2.057008'
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.057007';
our $VERSION = '2.057008';
use App::Netdisco::Configuration;
=head1 NAME