diff --git a/Changes b/Changes index 6abfd729..c12dd3c4 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,11 @@ -2.052010 - 2022-06-27 +2.052011 - 2022-08-01 + + [BUG FIXES] + + * #902 change order of device ports cols to put duplex after speed + * vlan names feature missing ports without vlan table entry + +2.052010 - 2022-07-27 [ENHANCEMENTS] @@ -10,7 +17,7 @@ * make VLAN names option in device ports also work for VLANs missing a name -2.052009 - 2022-06-26 +2.052009 - 2022-07-26 [NEW FEATURES] diff --git a/META.json b/META.json index 0d7f6c64..67fd7126 100644 --- a/META.json +++ b/META.json @@ -135,7 +135,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.052010" + "version" : "2.052011" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -904,6 +904,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.052010", + "version" : "2.052011", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index d71495cc..3e5e7eb2 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.052010' + version: '2.052011' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -624,5 +624,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.052010' +version: '2.052011' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 8fa948a2..74468ea1 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.052010'; +our $VERSION = '2.052011'; use App::Netdisco::Configuration; =head1 NAME