From: Arthur Axel 'fREW' Schmidt Date: Sat, 3 Mar 2012 23:10:00 +0000 (-0600) Subject: v0.002100 X-Git-Tag: v0.002100^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.002100 v0.002100 - Wrap upgrades, downgrades, and installs in a transaction, as a failure to add a version to the version table should cause a rollback - Allow user to specify version of schema to install - Added better sandboxing (stolen straight from Plack::Util) for coderefs to avoid accidental leakage - Sandboxing also makes $0 and thus FindBin et al work in perl scripts --- diff --git a/Changes b/Changes index a70eec9..583da08 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{$dist->name}} {{$NEXT}} + +0.002100 2012-03-03 17:09:21 CST6CDT - Wrap upgrades, downgrades, and installs in a transaction, as a failure to add a version to the version table should cause a rollback - Allow user to specify version of schema to install diff --git a/dist.ini b/dist.ini index 7279bb4..3e42530 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = DBIx-Class-DeploymentHandler author = Arthur Axel "fREW" Schmidt license = Perl_5 copyright_holder = Arthur Axel "fREW" Schmidt -version = 0.002000 +version = 0.002100 [NextRelease] [@Git]