update changelog and packaging
This commit is contained in:
13
Changes
13
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
|
2.00_010 - 2012-12-20
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|||||||
@@ -50,4 +50,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://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng
|
repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng
|
||||||
version: 2.00_010
|
version: 2.00_011
|
||||||
|
|||||||
@@ -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.00_010';
|
our $VERSION = '2.00_011';
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
if (not length ($ENV{DANCER_APPDIR} || '')
|
if (not length ($ENV{DANCER_APPDIR} || '')
|
||||||
|
|||||||
Reference in New Issue
Block a user