release 2.034001
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
2.034001
|
2.034001 - 2016-11-20
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|
||||||
|
|||||||
@@ -139,6 +139,7 @@ lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-37-38-PostgreSQL.sql
|
|||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-38-39-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-38-39-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-39-40-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-39-40-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-4-5-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-4-5-PostgreSQL.sql
|
||||||
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-40-41-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-5-6-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-5-6-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-7-8-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-7-8-PostgreSQL.sql
|
||||||
@@ -156,6 +157,7 @@ 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/Systemd.pod
|
||||||
lib/App/Netdisco/Manual/Troubleshooting.pod
|
lib/App/Netdisco/Manual/Troubleshooting.pod
|
||||||
|
lib/App/Netdisco/Manual/Vendors.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
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ requires:
|
|||||||
Plack::Middleware::Expires: 0.03
|
Plack::Middleware::Expires: 0.03
|
||||||
Plack::Middleware::ReverseProxy: 0.15
|
Plack::Middleware::ReverseProxy: 0.15
|
||||||
Role::Tiny: 1.002005
|
Role::Tiny: 1.002005
|
||||||
SNMP::Info: '3.31'
|
SNMP::Info: '3.34'
|
||||||
SQL::Translator: '0.11018'
|
SQL::Translator: '0.11018'
|
||||||
Sereal: 0
|
Sereal: 0
|
||||||
Socket6: 0.23
|
Socket6: 0.23
|
||||||
@@ -94,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.034000'
|
version: '2.034001'
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ requires 'Role::Tiny' => 1.002005;
|
|||||||
requires 'Sereal' => 0;
|
requires 'Sereal' => 0;
|
||||||
requires 'Socket6' => 0.23;
|
requires 'Socket6' => 0.23;
|
||||||
requires 'Starman' => 0.4008;
|
requires 'Starman' => 0.4008;
|
||||||
requires 'SNMP::Info' => '3.31';
|
requires 'SNMP::Info' => '3.34';
|
||||||
requires 'Template' => 2.24;
|
requires 'Template' => 2.24;
|
||||||
requires 'Template::Plugin::CSV' => 0.04;
|
requires 'Template::Plugin::CSV' => 0.04;
|
||||||
requires 'Template::Plugin::Number::Format' => 1.02;
|
requires 'Template::Plugin::Number::Format' => 1.02;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.034000';
|
our $VERSION = '2.034001';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
|
|||||||
Reference in New Issue
Block a user