From e1e4723c4790a4f077bc8e4dc1da5c8627387daf Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 16 Jul 2014 08:04:38 +0100 Subject: [PATCH] release 2.028004 --- Netdisco/Changes | 7 ++++++- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 311c5e75..073cf14d 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.028004 - 2014-07-16 + + [BUG FIXES] + + * Close socket upon completion of async DNS resolution + 2.028003 - 2014-07-15 [NEW FEATURES] @@ -7,7 +13,6 @@ [BUG FIXES] * No default for interactives made daemon die (H. Weber) - * Close socket upon completion of async DNS resolution 2.028001 - 2014-07-13 diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 9868c000..a7ef9527 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -81,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.028003 +version: 2.028004 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 02b29e97..11d45996 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.028003'; +our $VERSION = '2.028004'; use App::Netdisco::Configuration; =head1 NAME