]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 6 Dec 2010 17:12:23 +0000 (18:12 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 6 Dec 2010 17:12:23 +0000 (18:12 +0100)
r/a=mkanat

Bugzilla/Install/Requirements.pm

index 7d395e5b9e205529be8ac61fe250777dbe9152a7..77ac0ef448bbd3fc9c1dd181cc2a06e1b9e6dc92 100644 (file)
@@ -246,9 +246,9 @@ sub OPTIONAL_MODULES {
     {
         package => 'SOAP-Lite',
         module  => 'SOAP::Lite',
-        # 0.710.04 is required for correct UTF-8 handling, but .04 and .05 are
-        # affected by bug 468009.
-        version => '0.710.06',
+        # Fixes various bugs, including 542931 and 552353 + stops
+        # throwing warnings with Perl 5.12.
+        version => '0.712',
         feature => ['xmlrpc'],
     },
     {