diff --git a/Netdisco/Changes b/Netdisco/Changes index 23cfa3a3..dd8d6a8c 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -4,6 +4,10 @@ * Asynchronous NBTstat + [BUG FIXES] + + * Device DNS Mismatch report: use name in the name column, and fix link + 2.028005 - 2014-07-17 [BUG FIXES] diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index 910fa460..96aea60d 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -20,6 +20,7 @@ inc/Module/Install/Share.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/App/Netdisco.pm +lib/App/Netdisco/AnyEvent/Nbtstat.pm lib/App/Netdisco/Configuration.pm lib/App/Netdisco/Core/Arpnip.pm lib/App/Netdisco/Core/Discover.pm diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 815ee1d3..c0ec94cf 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -51,7 +51,6 @@ requires: Net::Domain: 1.23 Net::LDAP: 0 Net::MAC: 2.103622 - Net::NBName: 0.26 NetAddr::IP: 4.068 Opcode: 1.07 Path::Class: 0.32 @@ -82,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.028005 +version: 2.028006 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index bc23871a..6b2de515 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.028005'; +our $VERSION = '2.028006'; use App::Netdisco::Configuration; =head1 NAME