diff --git a/Changes b/Changes index 63bb8b61..4d63c064 100644 --- a/Changes +++ b/Changes @@ -1,40 +1,20 @@ -2.038035 - 2018-02-01 +2.039000 - 2018-02-02 [NEW FEATURES] * #332 Autodiscovery via BGP and OSPF peers - * snmp_remoteport setting to override port 161 for SNMP targets - - [ENHANCEMENTS] - - * Do not attempt Canonical IP change to non-discoverable IP - * Allow netdisco-do show to run when no func is available to handle request - * Allow netdisco-do show to run when no func is available to handle request - * Allow netdisco-do show to run when no func is available to handle request - * Allow netdisco-do show to run when no func is available to handle request - - [BUG FIXES] - - * MakeRancidConf was incorrectly parsing its own config - -2.038034 - 2018-01-31 - - [NEW FEATURES] - * New MakeRancidConf worker (and makerancidconf action) - -2.038033 - 2018-01-31 - - [NEW FEATURES] - * #228 timeout setting (default 10min) for backend jobs * #341 timeout setting for all actions ("_timeout") * #368 ND2_DB_ROLLBACK environment variable to roll back job updates to DB + * snmp_remoteport setting to override port 161 for SNMP targets [BUG FIXES] * #367 buttons in the neighbourmap have an incorrect height * #364 expire_nodeip_freshness setting to revert expire to ND1 behavior + * Do not attempt Canonical IP change to non-discoverable IP + * Allow netdisco-do show to run when no func is available to handle request 2.038032 - 2018-01-28 diff --git a/META.json b/META.json index 4e52d269..b16a1945 100644 --- a/META.json +++ b/META.json @@ -107,7 +107,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.038035" + "version" : "2.039000" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -774,6 +774,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.038035", + "version" : "2.039000", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index fc75d3b0..6739651f 100644 --- a/META.yml +++ b/META.yml @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.038035' + version: '2.039000' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -532,5 +532,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.038035' +version: '2.039000' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index fce9fb9d..e54dda7c 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.038035'; +our $VERSION = '2.039000'; use App::Netdisco::Configuration; =head1 NAME