reorder release notes

This commit is contained in:
Oliver Gorwits
2017-05-29 17:21:08 +01:00
parent 8aae2d72c0
commit e0f592d799

View File

@@ -45,34 +45,6 @@ the release notes before upgrading.
=item * =item *
The C<netdisco-daemon> and C<netdisco-daemon-fg> scripts have
been renamed to C<netdisco-backend> and C<netdisco-backend-fg> respectively.
The old commands will still work but we recommend packagers to use the new
names to remain consistent with documentation. Run the following on upgrade:
ln -s ~/perl5/bin/{localenv,netdisco-*} ~/bin/
=item *
The topology import script (C<nd-import-topology>) will now queue a "discover"
job for each new device it imports.
=item *
A new setting C<site_local_files> is a shorthand for confguring paths in which
to install local Perl, template, javascript, and images files for overriding
or enhancing Netdisco.
details.
=item *
Documentation and support for access control lists has been overhauled. Most
"C<*_no>", "C<*_only>", and "C<only>" settings will accept ACLs as single
items or lists. ACLs now support negation and OR/AND modifier options.
=item *
A new setting C<host_groups> allows for creating named Access Control Lists A new setting C<host_groups> allows for creating named Access Control Lists
which can be referred to in other host groups or in any of the settings taking which can be referred to in other host groups or in any of the settings taking
an ACL. an ACL.
@@ -84,12 +56,40 @@ interface to use as a canonical (friendly) identity of a device in Netdisco.
=item * =item *
A new setting C<site_local_files> is a shorthand for confguring paths in which
to install local Perl, template, javascript, and images files for overriding
or enhancing Netdisco.
details.
=item *
Netdisco now tracks SNMP connect failures and after several attempts will no Netdisco now tracks SNMP connect failures and after several attempts will no
longer try to connect to devices (default: 10). See the C<max_deferrals> longer try to connect to devices (default: 10). See the C<max_deferrals>
configuration setting, and the "SNMP Connect Failures" admin report. configuration setting, and the "SNMP Connect Failures" admin report.
=item * =item *
The topology import script (C<nd-import-topology>) will now queue a "discover"
job for each new device it imports.
=item *
Documentation and support for access control lists has been overhauled. Most
"C<*_no>", "C<*_only>", and "C<only>" settings will accept ACLs as single
items or lists. ACLs now support negation and OR/AND modifier options.
=item *
The C<netdisco-daemon> and C<netdisco-daemon-fg> scripts have
been renamed to C<netdisco-backend> and C<netdisco-backend-fg> respectively.
The old commands will still work but we recommend packagers to use the new
names to remain consistent with documentation. Run the following on upgrade:
ln -s ~/perl5/bin/{localenv,netdisco-*} ~/bin/
=item *
SSL library headers are required to build Netdisco now that we retrieve SSL library headers are required to build Netdisco now that we retrieve
support files via HTTPS. support files via HTTPS.