release 2.016002

This commit is contained in:
Oliver Gorwits
2013-09-11 23:14:44 +01:00
parent d489093c88
commit e0df4be8be
3 changed files with 8 additions and 2 deletions

View File

@@ -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 2.016001 - 2013-09-11
[BUG FIXES] [BUG FIXES]

View File

@@ -63,4 +63,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.016001 version: 2.016002

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir'; use File::ShareDir 'dist_dir';
use Path::Class; use Path::Class;
our $VERSION = '2.016001'; our $VERSION = '2.016002';
BEGIN { BEGIN {
if (not ($ENV{DANCER_APPDIR} || '') if (not ($ENV{DANCER_APPDIR} || '')