diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index 41941e33..ee1dab17 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -215,6 +215,7 @@ lib/App/Netdisco/Web/Search.pm lib/App/Netdisco/Web/Static.pm lib/App/Netdisco/Web/Statistics.pm lib/App/Netdisco/Web/TypeAhead.pm +lib/Dancer/Template/NetdiscoTemplateToolkit.pm LICENCE Makefile.PL MANIFEST This list of files diff --git a/Netdisco/META.yml b/Netdisco/META.yml index da491f7a..2fe0fcfd 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -58,7 +58,7 @@ requires: Plack: 1.0023 Plack::Middleware::Expires: 0.03 Role::Tiny: 1.002005 - SNMP::Info: 3.16 + SNMP::Info: 3.18 SQL::Translator: 0.11016 Socket6: 0.23 Starman: 0.4008 @@ -81,4 +81,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.027008_001 +version: 2.028000 diff --git a/Netdisco/Makefile.PL b/Netdisco/Makefile.PL index cfcdb4b9..36b5ca7b 100644 --- a/Netdisco/Makefile.PL +++ b/Netdisco/Makefile.PL @@ -44,7 +44,7 @@ requires 'Plack::Middleware::Expires' => 0.03; requires 'Role::Tiny' => 1.002005; requires 'Socket6' => 0.23; requires 'Starman' => 0.4008; -requires 'SNMP::Info' => 3.16; +requires 'SNMP::Info' => 3.18; requires 'SQL::Translator' => 0.11016; requires 'Template' => 2.24; requires 'Template::Plugin::CSV' => 0.04; diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index 4aa25e36..4d1ead8c 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -42,7 +42,7 @@ but they are backwards compatible. The daemons can be started from init scripts, as root. They will drop back from the root user to C before opening logs. However a limitation is -that the web frontend might need to keep root status to bind to a specific +that the web frontend might temporarily keep root status to bind to a specific port (e.g. 80) - the logs will then be created as root user. Sorry about that. You might also find when upgrading that previous logs were owned by root and