release 2.028004
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2.028004 - 2014-07-16
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* Close socket upon completion of async DNS resolution
|
||||||
|
|
||||||
2.028003 - 2014-07-15
|
2.028003 - 2014-07-15
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
@@ -7,7 +13,6 @@
|
|||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* No default for interactives made daemon die (H. Weber)
|
* No default for interactives made daemon die (H. Weber)
|
||||||
* Close socket upon completion of async DNS resolution
|
|
||||||
|
|
||||||
2.028001 - 2014-07-13
|
2.028001 - 2014-07-13
|
||||||
|
|
||||||
|
|||||||
@@ -81,4 +81,4 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
||||||
version: 2.028003
|
version: 2.028004
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.028003';
|
our $VERSION = '2.028004';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user