diff --git a/Changes b/Changes index 8e3ba991..a4399e59 100644 --- a/Changes +++ b/Changes @@ -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] diff --git a/META.json b/META.json index 7e195399..59b558d9 100644 --- a/META.json +++ b/META.json @@ -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" } diff --git a/META.yml b/META.yml index 48ec6847..ffeb4cf3 100644 --- a/META.yml +++ b/META.yml @@ -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' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 29a90d72..121e8911 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.057007'; +our $VERSION = '2.057008'; use App::Netdisco::Configuration; =head1 NAME