diff --git a/lib/App/Netdisco/Manual/ReleaseNotes.pod b/lib/App/Netdisco/Manual/ReleaseNotes.pod index 46e0db1e..bc472caf 100644 --- a/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -45,34 +45,6 @@ the release notes before upgrading. =item * -The C and C scripts have -been renamed to C and C 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) will now queue a "discover" -job for each new device it imports. - -=item * - -A new setting C 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" settings will accept ACLs as single -items or lists. ACLs now support negation and OR/AND modifier options. - -=item * - A new setting C allows for creating named Access Control Lists which can be referred to in other host groups or in any of the settings taking an ACL. @@ -84,12 +56,40 @@ interface to use as a canonical (friendly) identity of a device in Netdisco. =item * +A new setting C 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 longer try to connect to devices (default: 10). See the C configuration setting, and the "SNMP Connect Failures" admin report. =item * +The topology import script (C) 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" settings will accept ACLs as single +items or lists. ACLs now support negation and OR/AND modifier options. + +=item * + +The C and C scripts have +been renamed to C and C 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 support files via HTTPS.