From e0df4be8bec5c257234f4821030a2832f44df2bd Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 11 Sep 2013 23:14:44 +0100 Subject: [PATCH] release 2.016002 --- Netdisco/Changes | 6 ++++++ Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 63ea5285..4a8e4e5e 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.016002 - 2013-09-11 + + [BUG FIXES] + + * Fix device and device_port delete not to kill nodes during Discovery + 2.016001 - 2013-09-11 [BUG FIXES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index dd018a8d..0175276f 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -63,4 +63,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.016001 +version: 2.016002 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index c8101d04..da60ffb0 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.016001'; +our $VERSION = '2.016002'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '')