release 2.033000
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
2.033000 - 2015-08
|
2.033000 - 2015-08-26
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|
||||||
|
|||||||
@@ -79,6 +79,8 @@ lib/App/Netdisco/DB/Result/Virtual/DeviceLinks.pm
|
|||||||
lib/App/Netdisco/DB/Result/Virtual/DevicePoeStatus.pm
|
lib/App/Netdisco/DB/Result/Virtual/DevicePoeStatus.pm
|
||||||
lib/App/Netdisco/DB/Result/Virtual/DuplexMismatch.pm
|
lib/App/Netdisco/DB/Result/Virtual/DuplexMismatch.pm
|
||||||
lib/App/Netdisco/DB/Result/Virtual/GenericReport.pm
|
lib/App/Netdisco/DB/Result/Virtual/GenericReport.pm
|
||||||
|
lib/App/Netdisco/DB/Result/Virtual/NodeIp4.pm
|
||||||
|
lib/App/Netdisco/DB/Result/Virtual/NodeIp6.pm
|
||||||
lib/App/Netdisco/DB/Result/Virtual/NodeMonitor.pm
|
lib/App/Netdisco/DB/Result/Virtual/NodeMonitor.pm
|
||||||
lib/App/Netdisco/DB/Result/Virtual/NodesDiscovered.pm
|
lib/App/Netdisco/DB/Result/Virtual/NodesDiscovered.pm
|
||||||
lib/App/Netdisco/DB/Result/Virtual/NodeWithAge.pm
|
lib/App/Netdisco/DB/Result/Virtual/NodeWithAge.pm
|
||||||
@@ -322,6 +324,7 @@ share/views/ajax/admintask/undiscoveredneighbors.tt
|
|||||||
share/views/ajax/admintask/undiscoveredneighbors_csv.tt
|
share/views/ajax/admintask/undiscoveredneighbors_csv.tt
|
||||||
share/views/ajax/admintask/userlog.tt
|
share/views/ajax/admintask/userlog.tt
|
||||||
share/views/ajax/admintask/users.tt
|
share/views/ajax/admintask/users.tt
|
||||||
|
share/views/ajax/admintask/users_csv.tt
|
||||||
share/views/ajax/datatabledefaults.tt
|
share/views/ajax/datatabledefaults.tt
|
||||||
share/views/ajax/device/addresses.tt
|
share/views/ajax/device/addresses.tt
|
||||||
share/views/ajax/device/addresses_csv.tt
|
share/views/ajax/device/addresses_csv.tt
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ build_requires:
|
|||||||
ExtUtils::MakeMaker: 6.59
|
ExtUtils::MakeMaker: 6.59
|
||||||
Test::More: 0.88
|
Test::More: 0.88
|
||||||
configure_requires:
|
configure_requires:
|
||||||
DBIx::Class: '0.082801'
|
DBIx::Class: 0.082801
|
||||||
ExtUtils::MakeMaker: 6.59
|
ExtUtils::MakeMaker: 6.59
|
||||||
distribution_type: module
|
distribution_type: module
|
||||||
dynamic_config: 1
|
dynamic_config: 1
|
||||||
@@ -39,7 +39,7 @@ requires:
|
|||||||
DBIx::Class: 0.08281
|
DBIx::Class: 0.08281
|
||||||
DBIx::Class::Helpers: 2.024
|
DBIx::Class::Helpers: 2.024
|
||||||
Daemon::Control: 0.001006
|
Daemon::Control: 0.001006
|
||||||
Dancer: '1.3132'
|
Dancer: 1.3132
|
||||||
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
|
||||||
@@ -69,10 +69,11 @@ requires:
|
|||||||
Plack::Middleware::ReverseProxy: 0.15
|
Plack::Middleware::ReverseProxy: 0.15
|
||||||
Role::Tiny: 1.002005
|
Role::Tiny: 1.002005
|
||||||
SNMP::Info: 3.27
|
SNMP::Info: 3.27
|
||||||
SQL::Translator: '0.11018'
|
SQL::Translator: 0.11018
|
||||||
Sereal: 0
|
Sereal: 0
|
||||||
Socket6: 0.23
|
Socket6: 0.23
|
||||||
Starman: 0.4008
|
Starman: 0.4008
|
||||||
|
Sys::Proctitle: 0
|
||||||
Template: 2.24
|
Template: 2.24
|
||||||
Template::Plugin::CSV: 0.04
|
Template::Plugin::CSV: 0.04
|
||||||
Template::Plugin::Number::Format: 1.02
|
Template::Plugin::Number::Format: 1.02
|
||||||
@@ -87,9 +88,10 @@ requires:
|
|||||||
perl: 5.10.0
|
perl: 5.10.0
|
||||||
version: 0.9902
|
version: 0.9902
|
||||||
resources:
|
resources:
|
||||||
|
IRC: irc://irc.freenode.org/#netdisco
|
||||||
MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users
|
MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users
|
||||||
bugtracker: https://sourceforge.net/p/netdisco/netdisco2/
|
bugtracker: https://sourceforge.net/p/netdisco/netdisco2/
|
||||||
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.032007'
|
version: 2.033000
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.032007';
|
our $VERSION = '2.033000';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
|
|||||||
Reference in New Issue
Block a user