From 86e0d16a39c6c5e6e22971b095c15e015a349228 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 1 Feb 2022 20:48:19 +0000 Subject: [PATCH] release 2.052001 --- Changes | 6 +++++- META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index e8dce562..9afa6ac7 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ -2.052001 - tbd +2.052001 - 01-02-2022 + + [ENHANCEMENTS] + + * Do not macsuck suspended VLANs [BUG FIXES] diff --git a/META.json b/META.json index 8d109a28..5c42aacf 100644 --- a/META.json +++ b/META.json @@ -134,7 +134,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.052000" + "version" : "2.052001" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -897,6 +897,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.052000", + "version" : "2.052001", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index fad27fd9..dc15b238 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.052000' + version: '2.052001' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -619,5 +619,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.052000' +version: '2.052001' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index b4916b52..9a94da2b 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.052000'; +our $VERSION = '2.052001'; use App::Netdisco::Configuration; =head1 NAME