]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, because...
authormkanat%bugzilla.org <>
Fri, 17 Apr 2009 21:52:40 +0000 (21:52 +0000)
committermkanat%bugzilla.org <>
Fri, 17 Apr 2009 21:52:40 +0000 (21:52 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

Bugzilla/Install/Requirements.pm
template/en/default/pages/release-notes.html.tmpl

index dba588c8a659b5ad5c2c6fc8de721392d54aa68d..35f329b1872ecd15487a8ae77ba3bf344777932a 100644 (file)
@@ -117,6 +117,12 @@ sub REQUIRED_MODULES {
         module  => 'Email::MIME',
         version => '1.861'
     },
+    {
+        package => 'Email-MIME-Encodings',
+        module  => 'Email::MIME::Encodings',
+        # Fixes bug 486206
+        version => '1.313',
+    },
     {
         package => 'Email-MIME-Modifier',
         module  => 'Email::MIME::Modifier',
index 9f617a817d7dab8bc07fd1a7e908612b829a8a14..3353ab45d18fcd988598034133e34be6e5adf23c 100644 (file)
 <h3><a name="v32_req_modules"></a>Required Perl Modules</h3>
 
 [% INCLUDE req_table reqs = REQUIRED_MODULES 
-                     new = []
+                     new = ['Email-MIME-Encodings']
                      updated = ['Template-Toolkit', 'Email-MIME',
                                 'Email-MIME-Modifier', 'CGI.pm'] %]