diff --git a/Netdisco/Changes b/Netdisco/Changes index bba7b554..3f495008 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.031000 - 2015-01-27 +2.031000 - 2015-02-04 [NEW FEATURES] diff --git a/Netdisco/MANIFEST.SKIP b/Netdisco/MANIFEST.SKIP index 9a8949a2..7d784818 100644 --- a/Netdisco/MANIFEST.SKIP +++ b/Netdisco/MANIFEST.SKIP @@ -4,6 +4,7 @@ \.swp$ ^share/environments/(?!production|development|deployment) +^share/sessions test.pl logs/.* ^lib/auto/App/Netdisco diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 0b4dfff9..fae7f426 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -52,7 +52,7 @@ requires: JSON: 2.9 JSON::XS: 3.01 List::MoreUtils: 0.33 - MCE: 1.52 + MCE: 1.6 MIME::Base64: 3.13 Module::Find: 0.12 Module::Load: 0.32 @@ -92,4 +92,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.030000 +version: 2.031000 diff --git a/Netdisco/Makefile.PL b/Netdisco/Makefile.PL index 1ae8c0ff..cdc38099 100644 --- a/Netdisco/Makefile.PL +++ b/Netdisco/Makefile.PL @@ -35,7 +35,7 @@ requires 'MIME::Base64' => 3.13; requires 'Module::Find' => 0.12; requires 'Module::Load' => 0.32; requires 'Moo' => 1.001000; -requires 'MCE' => 1.520; +requires 'MCE' => 1.600; requires 'Net::Domain' => 1.23; requires 'Net::DNS' => 0.72; requires 'Net::LDAP' => 0; diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 059b457d..da2c0989 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.030000'; +our $VERSION = '2.031000'; use App::Netdisco::Configuration; use Module::Find (); diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index b84f29ec..d4fa9831 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -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 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 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 =head2 General Notices