update changelog and packaging

This commit is contained in:
Oliver Gorwits
2012-12-20 21:01:49 +00:00
parent d21e4e51bd
commit 56ed5376fe
3 changed files with 15 additions and 2 deletions

13
Changes
View File

@@ -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]

View File

@@ -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

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.00_010'; our $VERSION = '2.00_011';
BEGIN { BEGIN {
if (not length ($ENV{DANCER_APPDIR} || '') if (not length ($ENV{DANCER_APPDIR} || '')