From: lpsolit%gmail.com <> Date: Fri, 24 Jul 2009 18:58:46 +0000 (+0000) Subject: Bug 457524: Reports don't calculate totals correctly if one of the axes contain utf... X-Git-Tag: bugzilla-3.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc507132b9aa8671b29d9f5b31c9b56b1bf31062;p=thirdparty%2Fbugzilla.git Bug 457524: Reports don't calculate totals correctly if one of the axes contain utf-8 data and Bug 469794: On windows, export bug list to CSV breaks because of extra line breaks Patch by Frédéric Buclin r/a=mkanat --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 2345ad8d95..8b200e4a1d 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -102,10 +102,12 @@ sub REQUIRED_MODULES { module => 'DBI', version => '1.41' }, + # 2.22 fixes various problems related to UTF8 strings in hash keys, + # as well as line endings on Windows. { package => 'Template-Toolkit', module => 'Template', - version => '2.15' + version => '2.22' }, { package => 'Email-Send',