From 37af50513d36751f6668e6fc91355c2325507727 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 3 Aug 2022 18:03:18 +0100 Subject: [PATCH] release 2.053002 --- Changes | 16 ++++++++++++++++ META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 942bf6cc..938cda75 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,19 @@ +2.053002 - 2022-08-03 + + [NEW FEATURES] + + * #900 make Port VLAN mismatch respect setting hiding VLAN 1002-1005 + * make VLAN hiding and VLAN names configurable options and move to port properties sidebar section + + [ENHANCEMENTS] + + * #888 add 1.0.8802.1.1 and 1.3.111.2.802 to the SNMP browser + * #906 snmp browser is very slow sometimes + + [BUG FIXES] + + * template error when no vlans known for a port + 2.053001 - 2022-08-02 [NEW FEATURES] diff --git a/META.json b/META.json index 20c69d08..c45d1c0c 100644 --- a/META.json +++ b/META.json @@ -135,7 +135,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.053001" + "version" : "2.053002" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -907,6 +907,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.053001", + "version" : "2.053002", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 0b423d75..045068cc 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.053001' + version: '2.053002' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -626,5 +626,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.053001' +version: '2.053002' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 86f7f7ed..6e5d2cd9 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.053001'; +our $VERSION = '2.053002'; use App::Netdisco::Configuration; =head1 NAME