diff --git a/Changes b/Changes index bd2e090c..da5d7552 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,16 @@ +2.00_011 - 2012-12-20 + + [ENHANCEMENTS] + + * store daemon db in the netdisco home area + * confirm db schema deployed + + [BUG FIXES] + + * fix mistake in docs for schema file name + * bug with using last inside try{} + * bug with txn_do in Manager worker + 2.00_010 - 2012-12-20 [NEW FEATURES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index bba39b88..98ff3e61 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -50,4 +50,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng -version: 2.00_010 +version: 2.00_011 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 387d0174..654a087e 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.00_010'; +our $VERSION = '2.00_011'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '')