From: lpsolit%gmail.com <> Date: Tue, 28 Jul 2009 21:49:06 +0000 (+0000) Subject: Bug 380267: Release notes for 3.0 don't flag new MySQL version requirement as changed... X-Git-Tag: bugzilla-3.0.9~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=133e118a5d2bb59f3d52601f3dcae8aa39259ab7;p=thirdparty%2Fbugzilla.git Bug 380267: Release notes for 3.0 don't flag new MySQL version requirement as changed from 2.22 - Patch by Frédéric Buclin --- diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 7d2094a70b..47f4311153 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -320,9 +320,9 @@
  • Perl v5.8.1 (Windows platforms)
  • -[% PROCESS db_req db='mysql' %] +[% INCLUDE db_req db='mysql' db_new = 1 %] -[% PROCESS db_req db='pg' %] +[% INCLUDE db_req db='pg' %]

    Required Perl Modules

    @@ -982,7 +982,10 @@ sub y { $var++ } Users