From: Frédéric Buclin Date: Wed, 24 Jul 2013 23:42:00 +0000 (+0200) Subject: Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the prioritization... X-Git-Tag: bugzilla-4.4.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e29867cf53da182b49416ec06bc293ac111494;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 c86c119b07..07f177ebd9 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -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'], }, { 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