[Rt-commit] rt branch, 4.0.21-releng, updated. rt-4.0.21rc1-1-gfdefc00

Alex Vandiver alexmv at bestpractical.com
Wed Jul 16 13:03:26 EDT 2014


The branch, 4.0.21-releng has been updated
       via  fdefc00d38fc6ce208513489c794a835804c7767 (commit)
      from  ab424465bbdfa3183708652a3ee582c46d206128 (commit)

Summary of changes:
 sbin/rt-test-dependencies.in | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit fdefc00d38fc6ce208513489c794a835804c7767
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Jul 16 13:01:37 2014 -0400

    Add a blacklist for DBD::Pg 3.3.0, which breaks UTF-8 handling
    
    Per I#30232.  This blacklist will be removed in a future release, likely
    replaced by a dependency bump of DBIx::SearchBuilder for PostgreSQL
    deployments.

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 7506713..e7cca1f 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -382,6 +382,7 @@ HTML::Entities
 
 my %AVOID = (
     'DBD::Oracle' => [qw(1.23)],
+    'DBD::Pg' => [qw(3.3.0)],
     'Email::Address' => [qw(1.893 1.894)],
     'Devel::StackTrace' => [qw(1.28 1.29)],
 );

-----------------------------------------------------------------------


More information about the rt-commit mailing list