release 2.052011

This commit is contained in:
Oliver Gorwits
2022-08-01 17:51:02 +01:00
parent 2c5c344ece
commit 7732ac3529
4 changed files with 14 additions and 7 deletions

11
Changes
View File

@@ -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] [ENHANCEMENTS]
@@ -10,7 +17,7 @@
* make VLAN names option in device ports also work for VLANs missing a name * 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] [NEW FEATURES]

View File

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

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides: provides:
App::Netdisco: App::Netdisco:
file: lib/App/Netdisco.pm file: lib/App/Netdisco.pm
version: '2.052010' version: '2.052011'
App::Netdisco::AnyEvent::Nbtstat: App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job: App::Netdisco::Backend::Job:
@@ -624,5 +624,5 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco repository: https://github.com/netdisco/netdisco
version: '2.052010' version: '2.052011'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.052010'; our $VERSION = '2.052011';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
=head1 NAME =head1 NAME