release 2.031006
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user