next stable release

This commit is contained in:
Oliver Gorwits
2013-06-09 15:44:29 +01:00
parent 79fe5b59e6
commit aa2baf5c75
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2.008000 - 2013-06-09
[BUG FIXES]
* localenv discovery in scripts is now more reliable
2.007000_002 - 2013-06-03 2.007000_002 - 2013-06-03
[NEW FEATURES] [NEW FEATURES]

View File

@@ -60,4 +60,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.007000_007 version: 2.008000

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.007000_007'; our $VERSION = '2.008000';
BEGIN { BEGIN {
if (not length ($ENV{DANCER_APPDIR} || '') if (not length ($ENV{DANCER_APPDIR} || '')