From: Frédéric Buclin Date: Wed, 24 Jul 2013 23:40:18 +0000 (+0200) Subject: Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the prioritization... X-Git-Tag: bugzilla-4.5.1~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4843c411f9df6d8ea88c4682bef8ffc92db8388f;p=thirdparty%2Fbugzilla.git Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the prioritization of jobs r=gerv a=glob --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 4b59838f8a..b6e3f90332 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -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'], }, { diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 6fc7ddbbdc..c2e68bafed 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -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 %]

Optional Apache Modules