]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the prioritization...
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 24 Jul 2013 23:40:18 +0000 (01:40 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 24 Jul 2013 23:40:18 +0000 (01:40 +0200)
r=gerv a=glob

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

index 4b59838f8aee472697ef33e652458ce013a2f62b..b6e3f903322c6d182c7a30605653602971126add 100644 (file)
@@ -346,7 +346,8 @@ sub OPTIONAL_MODULES {
     {
         package => 'TheSchwartz',
         module  => 'TheSchwartz',
-        version => 0,
+        # 1.07 supports the prioritization of jobs.
+        version => 1.07,
         feature => ['jobqueue'],
     },
     {
index 6fc7ddbbdc3687e3966c25b983397e8904e19f9e..c2e68bafedef4b3bd18fec5312765bfa8dc5f21e 100644 (file)
@@ -91,6 +91,7 @@
 [% INCLUDE req_table reqs = OPTIONAL_MODULES
                      new  = ['Net-SMTP-SSL', 'HTML-FormatText-WithLinks',
                              'File-MimeInfo', 'IO-stringy']
+                     updated = ['TheSchwartz']
                      include_feature = 1 %]
 
 <h3 id="v44_req_apache">Optional Apache Modules</h3>