From 4843c411f9df6d8ea88c4682bef8ffc92db8388f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 25 Jul 2013 01:40:18 +0200 Subject: Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the prioritization of jobs r=gerv a=glob --- Bugzilla/Install/Requirements.pm | 3 ++- template/en/default/pages/release-notes.html.tmpl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 4b59838f8..b6e3f9033 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 6fc7ddbbd..c2e68bafe 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

-- cgit v1.2.1