From 9e32c2a7f0fb616164e6550b8973fe7e3bcc97af Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 26 Jan 2020 21:46:09 +0000 Subject: [PATCH] release 2.044011 --- Changes | 6 ++++++ META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index e2dbbbb5..aaa374e3 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.044011 - 2020-01-26 + + [BUG FIXES] + + * Correct #680 reduce macsuck bandwidth + 2.044010 - 2020-01-25 [BUG FIXES] diff --git a/META.json b/META.json index 0e506a28..66a82814 100644 --- a/META.json +++ b/META.json @@ -124,7 +124,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.044010" + "version" : "2.044011" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -827,6 +827,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.044010", + "version" : "2.044011", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index e1e1c80e..41a2840b 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.044010' + version: '2.044011' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -569,5 +569,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.044010' +version: '2.044011' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 3bc373ed..d3c7e3ad 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.044010'; +our $VERSION = '2.044011'; use App::Netdisco::Configuration; =head1 NAME