release 2.031000

This commit is contained in:
Oliver Gorwits
2015-02-04 15:27:45 +00:00
parent 9179b410e7
commit 38af2050db
6 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
2.031000 - 2015-01-27 2.031000 - 2015-02-04
[NEW FEATURES] [NEW FEATURES]

View File

@@ -4,6 +4,7 @@
\.swp$ \.swp$
^share/environments/(?!production|development|deployment) ^share/environments/(?!production|development|deployment)
^share/sessions
test.pl test.pl
logs/.* logs/.*
^lib/auto/App/Netdisco ^lib/auto/App/Netdisco

View File

@@ -52,7 +52,7 @@ requires:
JSON: 2.9 JSON: 2.9
JSON::XS: 3.01 JSON::XS: 3.01
List::MoreUtils: 0.33 List::MoreUtils: 0.33
MCE: 1.52 MCE: 1.6
MIME::Base64: 3.13 MIME::Base64: 3.13
Module::Find: 0.12 Module::Find: 0.12
Module::Load: 0.32 Module::Load: 0.32
@@ -92,4 +92,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.030000 version: 2.031000

View File

@@ -35,7 +35,7 @@ requires 'MIME::Base64' => 3.13;
requires 'Module::Find' => 0.12; requires 'Module::Find' => 0.12;
requires 'Module::Load' => 0.32; requires 'Module::Load' => 0.32;
requires 'Moo' => 1.001000; requires 'Moo' => 1.001000;
requires 'MCE' => 1.520; requires 'MCE' => 1.600;
requires 'Net::Domain' => 1.23; requires 'Net::Domain' => 1.23;
requires 'Net::DNS' => 0.72; requires 'Net::DNS' => 0.72;
requires 'Net::LDAP' => 0; requires 'Net::LDAP' => 0;

View File

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

View File

@@ -46,6 +46,13 @@ about 10MB in size and seven historical log files will be maintained in the
same directory. The first time this happens you may notice the daemons same directory. The first time this happens you may notice the daemons
restarting due to having to deal with the large initial logfile. restarting due to having to deal with the large initial logfile.
Two missing features from Netdisco 1 have been implemented: CLI device delete
and renumber (canonical IP change). They are available using the
C<netdisco-do> utility.
The Device Port Log comment feature from 2.030000 has been disabled as it is
incomplete, pending a review of how to handle authorization to the feature.
=head1 2.029014 =head1 2.029014
=head2 General Notices =head2 General Notices