release 2.028006

This commit is contained in:
Oliver Gorwits
2014-07-21 09:08:16 +01:00
parent f297098a3a
commit bc2ef8fc5a
4 changed files with 7 additions and 3 deletions

View File

@@ -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]

View File

@@ -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

View File

@@ -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

View File

@@ -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