[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.30-4-g85ba1ba
Kevin Falcone
falcone at bestpractical.com
Mon Apr 8 14:08:56 EDT 2013
The branch, master has been updated
via 85ba1bada368b380fcb4bc48a792ca95e8592333 (commit)
via e95a2f10ea64e3c25f85db9591b2fcf9ae17033f (commit)
from c271d03334e897eca04a73ca933b6a93b2d28b7d (commit)
Summary of changes:
Changes | 5 +++++
META.yml | 4 ++--
lib/Module/Install/RTx.pm | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit e95a2f10ea64e3c25f85db9591b2fcf9ae17033f
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Apr 8 13:54:46 2013 -0400
Update Changes File
diff --git a/Changes b/Changes
index 4ef1e17..9ba7841 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+[Changes for 0.31 2013-04-08]
+* Changes targetting newer releases of RT
+** Use the DatabaseAdmin configuration is supplied
+** Install /static/ on future 4.2 versions of RT
+
[Changes for 0.30 2012-11-06]
* remove a lot of old unused code
* add support for a 4.1 feature that records database changes made by the extension
commit 85ba1bada368b380fcb4bc48a792ca95e8592333
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Apr 8 13:44:21 2013 -0400
Release 0.31
diff --git a/META.yml b/META.yml
index 24a1b0a..78d3762 100644
--- a/META.yml
+++ b/META.yml
@@ -21,7 +21,7 @@ no_index:
provides:
Module::Install::RTx:
file: lib/Module/Install/RTx.pm
- version: 0.30
+ version: 0.31
Module::Install::RTx::Factory:
file: lib/Module/Install/RTx/Factory.pm
requires:
@@ -29,4 +29,4 @@ requires:
perl: 5.8.0
resources:
license: http://opensource.org/licenses/mit-license.php
-version: 0.30
+version: 0.31
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index eb4912e..f1e3bbe 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -7,7 +7,7 @@ no warnings 'once';
use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.30';
+our $VERSION = '0.31';
use FindBin;
use File::Glob ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list