From 6335a49a99b3a9254db945a13d1ca1d951d44f78 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 15 Feb 2015 15:40:16 +0000 Subject: [PATCH] release 2.031006 --- Netdisco/Changes | 4 ++-- Netdisco/MANIFEST | 1 + Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 4534f702..6e2d9de6 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,8 +1,8 @@ -2.031006 - 2015-02-12 +2.031006 - 2015-02-15 [ENHANCEMENTS] - * Avoid displaying all VLANs on device ports when there are 1000's + * Avoid displaying all VLANs on device ports when there are 1000s [BUG FIXES] diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index aca60f52..c1358b39 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -153,6 +153,7 @@ lib/App/Netdisco/Manual/ReleaseNotes.pod lib/App/Netdisco/Manual/Troubleshooting.pod lib/App/Netdisco/Manual/WritingPlugins.pod lib/App/Netdisco/SSHCollector/Platform/ACE.pm +lib/App/Netdisco/SSHCollector/Platform/ASA.pm lib/App/Netdisco/SSHCollector/Platform/BigIP.pm lib/App/Netdisco/SSHCollector/Platform/IOS.pm lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 69450477..7587dbc8 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -92,4 +92,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.031005 +version: 2.031006 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 320eb109..0960ce53 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.031005'; +our $VERSION = '2.031006'; use App::Netdisco::Configuration; use Module::Find ();