[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.24-50-g1257285

Shawn Moore shawn at bestpractical.com
Thu May 25 11:42:26 EDT 2017


The branch, 4.0-trunk has been updated
       via  12572858ebbdba79f7223186d379e02e1f1f6a71 (commit)
       via  772dbc54a1df20e7d1434b3051d2a83478428033 (commit)
       via  f2aeefbba20a9cb83d21136bd626cb0a0e7df396 (commit)
      from  4742b0e05325978c2148ed0f58234e55ec4d7c85 (commit)

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

- Log -----------------------------------------------------------------
commit 772dbc54a1df20e7d1434b3051d2a83478428033
Author: Brian C. Duggan <brian at bestpractical.com>
Date:   Tue May 23 13:17:51 2017 -0400

    Avoid DBD::mysql v4.042 in rt-test-dependencies
    
    The newest versions of DBD::mysql made some incompatible changes with
    utf8 handling that cause RT to not work correctly. Until the changes
    can be sorted out, add some code to rt-test-dependencies to check for
    the older, compatible versions.
    
    This helps avoid I#32670 but doesn't fix the root cause.

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 8a2b9a9..48e0095 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -386,7 +386,8 @@ my %AVOID = (
     'DBD::Oracle' => [qw(1.23)],
     'Email::Address' => [qw(1.893 1.894)],
     'Devel::StackTrace' => [qw(1.28 1.29)],
-    'DateTime::Locale' => [qw(1.00 1.01)]
+    'DateTime::Locale' => [qw(1.00 1.01)],
+    'DBD::mysql'        => [qw(4.042)],
 );
 
 if ($args{'download'}) {

commit 12572858ebbdba79f7223186d379e02e1f1f6a71
Merge: 4742b0e 772dbc5
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Thu May 25 11:42:18 2017 -0400

    Merge branch '4.0/backport-avoid-dbd-mysql-datetime-locale' into 4.0-trunk


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


More information about the rt-commit mailing list