release 2.027005_001
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
2.027005 - 2014-05-15
|
2.027005_001 - 2014-05-21
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
* Support offline update of oui.txt and MIBs bundle
|
* Support offline update of oui.txt and MIBs bundle
|
||||||
* Support Dancer::Debug at runtime with DANCER_DEBUG=1 env var
|
* Support Dancer::Debug at runtime with DANCER_DEBUG=1 env var
|
||||||
|
* Merge pluggable job queue branch
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
|||||||
@@ -20,13 +20,15 @@ inc/Module/Install/Share.pm
|
|||||||
inc/Module/Install/Win32.pm
|
inc/Module/Install/Win32.pm
|
||||||
inc/Module/Install/WriteAll.pm
|
inc/Module/Install/WriteAll.pm
|
||||||
lib/App/Netdisco.pm
|
lib/App/Netdisco.pm
|
||||||
|
lib/App/Netdisco/Configuration.pm
|
||||||
lib/App/Netdisco/Core/Arpnip.pm
|
lib/App/Netdisco/Core/Arpnip.pm
|
||||||
lib/App/Netdisco/Core/Discover.pm
|
lib/App/Netdisco/Core/Discover.pm
|
||||||
lib/App/Netdisco/Core/Macsuck.pm
|
lib/App/Netdisco/Core/Macsuck.pm
|
||||||
lib/App/Netdisco/Core/Nbtstat.pm
|
lib/App/Netdisco/Core/Nbtstat.pm
|
||||||
lib/App/Netdisco/Daemon/DB.pm
|
lib/App/Netdisco/Daemon/DB.pm
|
||||||
lib/App/Netdisco/Daemon/DB/Result/Admin.pm
|
lib/App/Netdisco/Daemon/DB/Result/Admin.pm
|
||||||
lib/App/Netdisco/Daemon/Queue.pm
|
lib/App/Netdisco/Daemon/JobQueue.pm
|
||||||
|
lib/App/Netdisco/Daemon/LocalQueue.pm
|
||||||
lib/App/Netdisco/Daemon/Util.pm
|
lib/App/Netdisco/Daemon/Util.pm
|
||||||
lib/App/Netdisco/Daemon/Worker/Common.pm
|
lib/App/Netdisco/Daemon/Worker/Common.pm
|
||||||
lib/App/Netdisco/Daemon/Worker/Interactive.pm
|
lib/App/Netdisco/Daemon/Worker/Interactive.pm
|
||||||
@@ -138,6 +140,8 @@ lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-7-8-PostgreSQL.sql
|
|||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-8-9-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-8-9-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-9-10-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-9-10-PostgreSQL.sql
|
||||||
lib/App/Netdisco/Environment.pm
|
lib/App/Netdisco/Environment.pm
|
||||||
|
lib/App/Netdisco/JobQueue.pm
|
||||||
|
lib/App/Netdisco/JobQueue/PostgreSQL.pm
|
||||||
lib/App/Netdisco/Manual/Configuration.pod
|
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
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ requires:
|
|||||||
Dancer::Plugin::DBIC: 0.2001
|
Dancer::Plugin::DBIC: 0.2001
|
||||||
Dancer::Plugin::Passphrase: 2.0.1
|
Dancer::Plugin::Passphrase: 2.0.1
|
||||||
File::ShareDir: 1.03
|
File::ShareDir: 1.03
|
||||||
|
File::Slurp: 9999.19
|
||||||
Guard: 1.022
|
Guard: 1.022
|
||||||
HTML::Parser: 3.7
|
HTML::Parser: 3.7
|
||||||
HTTP::Tiny: 0.029
|
HTTP::Tiny: 0.029
|
||||||
@@ -43,6 +44,7 @@ requires:
|
|||||||
List::MoreUtils: 0.33
|
List::MoreUtils: 0.33
|
||||||
MCE: 1.408
|
MCE: 1.408
|
||||||
MIME::Base64: 3.13
|
MIME::Base64: 3.13
|
||||||
|
Module::Load: 0.32
|
||||||
Moo: 1.001
|
Moo: 1.001
|
||||||
Net::DNS: 0.72
|
Net::DNS: 0.72
|
||||||
Net::Domain: 1.23
|
Net::Domain: 1.23
|
||||||
@@ -78,4 +80,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.027004
|
version: 2.027005_001
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.027004';
|
our $VERSION = '2.027005_001';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user