]> 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:42:00 +0000 (01:42 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 24 Jul 2013 23:42:00 +0000 (01:42 +0200)
r=gerv a=glob

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

index c86c119b07fe9623c854db69d410cfc2c8febc6d..07f177ebd93b0330142520106610c3277a3ce37d 100644 (file)
@@ -345,7 +345,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>