diff options
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 3 | ||||
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 1 |
2 files changed, 3 insertions, 1 deletions
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 %] <h3 id="v44_req_apache">Optional Apache Modules</h3> |