release 2.034000

This commit is contained in:
Oliver Gorwits
2016-10-03 16:56:52 +01:00
parent 87651acb24
commit 13af48bffa
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
2.034000 2.034000 - 2016-10-03
[NEW FEATURES] [NEW FEATURES]
@@ -21,7 +21,7 @@
* Improve security of REMOTE_USER handling (B. Marshall) * Improve security of REMOTE_USER handling (B. Marshall)
* portcontrol and power jobs using device instance instead of IP address * portcontrol and power jobs using device instance instead of IP address
* [#266] netdisco subnet utiiization report div by zero (V. Puchkov) * [#266] netdisco subnet utilization report div by zero (V. Puchkov)
* Missing display name for device when device has no DNS * Missing display name for device when device has no DNS
* [#270] ports search vlan column not populated in CSV output * [#270] ports search vlan column not populated in CSV output

View File

@@ -154,11 +154,14 @@ lib/App/Netdisco/Manual/Configuration.pod
lib/App/Netdisco/Manual/Deployment.pod lib/App/Netdisco/Manual/Deployment.pod
lib/App/Netdisco/Manual/Developing.pod lib/App/Netdisco/Manual/Developing.pod
lib/App/Netdisco/Manual/ReleaseNotes.pod lib/App/Netdisco/Manual/ReleaseNotes.pod
lib/App/Netdisco/Manual/Systemd.pod
lib/App/Netdisco/Manual/Troubleshooting.pod lib/App/Netdisco/Manual/Troubleshooting.pod
lib/App/Netdisco/Manual/WritingPlugins.pod lib/App/Netdisco/Manual/WritingPlugins.pod
lib/App/Netdisco/SSHCollector/Platform/ACE.pm lib/App/Netdisco/SSHCollector/Platform/ACE.pm
lib/App/Netdisco/SSHCollector/Platform/ASA.pm lib/App/Netdisco/SSHCollector/Platform/ASA.pm
lib/App/Netdisco/SSHCollector/Platform/BigIP.pm lib/App/Netdisco/SSHCollector/Platform/BigIP.pm
lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm
lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm
lib/App/Netdisco/SSHCollector/Platform/IOS.pm lib/App/Netdisco/SSHCollector/Platform/IOS.pm
lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm
lib/App/Netdisco/SSHCollector/Platform/Linux.pm lib/App/Netdisco/SSHCollector/Platform/Linux.pm

View File

@@ -43,6 +43,7 @@ requires:
Dancer::Plugin::Auth::Extensible: 0.3 Dancer::Plugin::Auth::Extensible: 0.3
Dancer::Plugin::DBIC: 0.2001 Dancer::Plugin::DBIC: 0.2001
Dancer::Plugin::Passphrase: 2.0.1 Dancer::Plugin::Passphrase: 2.0.1
Dancer::Session::Cookie: '0.27'
Data::Printer: 0 Data::Printer: 0
File::ShareDir: 1.03 File::ShareDir: 1.03
File::Slurp: 9999.19 File::Slurp: 9999.19
@@ -93,4 +94,4 @@ 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: git://git.code.sf.net/p/netdisco/netdisco-ng repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: '2.033005' version: '2.034000'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.033006'; our $VERSION = '2.034000';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
use Module::Find (); use Module::Find ();