From 9842344585d0dde9a91f3671d6d78fadae57b337 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 8 Oct 2017 14:22:43 +0100 Subject: [PATCH] release 2.036010 --- Build.PL | 2 +- Changes | 9 ++++++++- META.json | 8 +++++--- META.yml | 8 +++++--- lib/App/Netdisco.pm | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/Build.PL b/Build.PL index b5d2adb4..2de272fa 100644 --- a/Build.PL +++ b/Build.PL @@ -60,7 +60,7 @@ Module::Build->new( 'Sereal' => '0', 'Socket6' => '0.23', 'Starman' => '0.4008', - 'SNMP::Info' => '3.36', + 'SNMP::Info' => '3.37', 'SQL::Translator' => '0.11018', 'Template' => '2.24', 'Template::Plugin::CSV' => '0.04', diff --git a/Changes b/Changes index 0c6b0392..b96fd117 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,16 @@ -2.036010 - +2.036010 - 2017-10-08 [ENHANCEMENTS] * Add note on D-Link LLDP config (H. Erasmus) * New "stats" command for netdisco-do to update statistics + * #342 Job Queue Add Hostname or FQDN + + [BUG FIXES] + + * #253 add some dependencies + * #346 custom reports should allow trailing sql semicolon + * #331 do not set community{_rw} defaults 2.036009 - 2017-08-01 diff --git a/META.json b/META.json index 5ad9862f..1adb7274 100644 --- a/META.json +++ b/META.json @@ -66,11 +66,13 @@ "Opcode" : "1.07", "Path::Class" : "0.32", "Plack" : "1.0023", + "Plack::Handler::Twiggy" : "0", + "Plack::Middleware::Debug" : "0", "Plack::Middleware::Expires" : "0.03", "Plack::Middleware::ReverseProxy" : "0.15", "Pod::Usage" : "0", "Role::Tiny" : "1.002005", - "SNMP::Info" : "3.36", + "SNMP::Info" : "3.37", "SQL::Translator" : "0.11018", "Sereal" : "0", "Socket6" : "0.23", @@ -99,7 +101,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.036009" + "version" : "2.036010" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -658,6 +660,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.036009", + "version" : "2.036010", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index beb22a27..08b32eeb 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.036009' + version: '2.036010' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -424,11 +424,13 @@ requires: Opcode: '1.07' Path::Class: '0.32' Plack: '1.0023' + Plack::Handler::Twiggy: '0' + Plack::Middleware::Debug: '0' Plack::Middleware::Expires: '0.03' Plack::Middleware::ReverseProxy: '0.15' Pod::Usage: '0' Role::Tiny: '1.002005' - SNMP::Info: '3.36' + SNMP::Info: '3.37' SQL::Translator: '0.11018' Sereal: '0' Socket6: '0.23' @@ -452,5 +454,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.036009' +version: '2.036010' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 0e31bc9d..483c7d63 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.036009'; +our $VERSION = '2.036010'; use App::Netdisco::Configuration; =head1 NAME