release 2.029002
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2.029002 - 2014-08-10
|
||||
|
||||
[ENHANCEMENTS]
|
||||
|
||||
* New netdisco-daemon code (better CPU & RAM usage)
|
||||
|
||||
2.029001 - 2014-08-10
|
||||
|
||||
[NEW FEATURES]
|
||||
|
||||
@@ -26,12 +26,9 @@ lib/App/Netdisco/Core/Arpnip.pm
|
||||
lib/App/Netdisco/Core/Discover.pm
|
||||
lib/App/Netdisco/Core/Macsuck.pm
|
||||
lib/App/Netdisco/Core/Nbtstat.pm
|
||||
lib/App/Netdisco/Daemon/DB.pm
|
||||
lib/App/Netdisco/Daemon/DB/Result/Admin.pm
|
||||
lib/App/Netdisco/Daemon/LocalQueue.pm
|
||||
lib/App/Netdisco/Daemon/Job.pm
|
||||
lib/App/Netdisco/Daemon/Util.pm
|
||||
lib/App/Netdisco/Daemon/Worker/Common.pm
|
||||
lib/App/Netdisco/Daemon/Worker/Interactive.pm
|
||||
lib/App/Netdisco/Daemon/Worker/Interactive/DeviceActions.pm
|
||||
lib/App/Netdisco/Daemon/Worker/Interactive/PortActions.pm
|
||||
lib/App/Netdisco/Daemon/Worker/Manager.pm
|
||||
|
||||
@@ -31,7 +31,6 @@ requires:
|
||||
Archive::Extract: 0
|
||||
CGI::Expand: 2.05
|
||||
DBD::Pg: 0
|
||||
DBD::SQLite: 1.37
|
||||
DBIx::Class: 0.0825
|
||||
DBIx::Class::Helpers: 2.018004
|
||||
Daemon::Control: 0.001
|
||||
@@ -47,7 +46,7 @@ requires:
|
||||
HTTP::Tiny: 0.029
|
||||
JSON: 0
|
||||
List::MoreUtils: 0.33
|
||||
MCE: 1.408
|
||||
MCE: 1.515
|
||||
MIME::Base64: 3.13
|
||||
Module::Find: 0.12
|
||||
Module::Load: 0.32
|
||||
@@ -65,6 +64,7 @@ requires:
|
||||
Role::Tiny: 1.002005
|
||||
SNMP::Info: 3.18
|
||||
SQL::Translator: 0.11016
|
||||
Sereal: 0
|
||||
Socket6: 0.23
|
||||
Starman: 0.4008
|
||||
Template: 2.24
|
||||
@@ -86,4 +86,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.029001
|
||||
version: 2.029002
|
||||
|
||||
@@ -4,7 +4,7 @@ use strict;
|
||||
use warnings;
|
||||
use 5.010_000;
|
||||
|
||||
our $VERSION = '2.029001';
|
||||
our $VERSION = '2.029002';
|
||||
use App::Netdisco::Configuration;
|
||||
|
||||
use Module::Find ();
|
||||
|
||||
Reference in New Issue
Block a user