From e9efc45182f590ea94ddd2928e8156162d022b0d Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 3 Mar 2019 14:56:48 +0000 Subject: [PATCH] release 2.040004 --- Build.PL | 2 +- Changes | 19 +++++++++++++++---- META.json | 8 ++++---- META.yml | 6 +++--- lib/App/Netdisco.pm | 2 +- 5 files changed, 24 insertions(+), 13 deletions(-) diff --git a/Build.PL b/Build.PL index ded87058..8b2de830 100644 --- a/Build.PL +++ b/Build.PL @@ -72,7 +72,7 @@ Module::Build->new( 'Starman' => '0.4008', 'Storable' => '0', 'Sys::SigAction' => '0', - 'SNMP::Info' => '3.64', + 'SNMP::Info' => '3.65', 'SQL::Abstract' => '1.85', 'SQL::Translator' => '0.11024', 'Template' => '2.24', diff --git a/Changes b/Changes index 477ce63f..33075ea6 100644 --- a/Changes +++ b/Changes @@ -1,19 +1,30 @@ -2.04xxxx - 2019-xx-xx +2.040004 - 2019-03-03 + + [NEW FEATURES] + + * #510 store ifindex in Device Port Properties table (rc9000) + * new discover_waps and discover_phones boolean settings (ollyg) [ENHANCEMENTS] - * #490 use new checks for ports having phones + * #428 Port-Channels now showing in netmap (ollyg) + * #490 use new LLDP capability checks for ports having phones (ollyg) * #494 update Cisco ASA ssh collector (stromsoe) - * #510 store ifindex in Device Port Properties table (rc9000) [BUG FIXES] - * #492 Port Control uses VLAN config check (inphobia) + * #492 Port Control incorrectly uses VLAN config check (inphobia) * #493 HTML tag fix (inphobia) + * #498 Map with VLAN filter omits unconnected devices (ollyg) + * #499 netdisco-do renumber reports wrong ip (inphobia) * #500 no more duplicate entries in vlan filter (ollyg) * #505 renumbering device missed a few tables (ollyg) + * #512 fix regression in phone/wap discovery exclusion (ollyg) * #514 ipinventory report returns consistent data (inphobia) * #520 make sure aggports have a master<->slave (ollyg) + * #521 Search Node Date Range not working (ollyg) + * #522 TypeAhead.pm can reference empty data (inphobia) + * fix bug showing no nodes when only one matches in netmap (ollyg) 2.040003 - 2019-01-18 diff --git a/META.json b/META.json index 26b7cba6..a3532e86 100644 --- a/META.json +++ b/META.json @@ -81,7 +81,7 @@ "Plack::Middleware::ReverseProxy" : "0.15", "Pod::Usage" : "0", "Role::Tiny" : "1.002005", - "SNMP::Info" : "3.64", + "SNMP::Info" : "3.65", "SQL::Abstract" : "1.85", "SQL::Translator" : "0.11024", "Scope::Guard" : "0", @@ -118,7 +118,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.040003" + "version" : "2.040004" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -800,6 +800,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.040003", - "x_serialization_backend" : "JSON::PP version 4.02" + "version" : "2.040004", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index 6fd33dec..ea2fba17 100644 --- a/META.yml +++ b/META.yml @@ -22,7 +22,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.040003' + version: '2.040004' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -518,7 +518,7 @@ requires: Plack::Middleware::ReverseProxy: '0.15' Pod::Usage: '0' Role::Tiny: '1.002005' - SNMP::Info: '3.64' + SNMP::Info: '3.65' SQL::Abstract: '1.85' SQL::Translator: '0.11024' Scope::Guard: '0' @@ -549,5 +549,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.040003' +version: '2.040004' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index d88cdab0..2e47b040 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.040003'; +our $VERSION = '2.040004'; use App::Netdisco::Configuration; =head1 NAME