diff options
author | 2010-02-01 13:10:09 -0800 | |
---|---|---|
committer | 2010-02-01 13:10:09 -0800 | |
commit | 2fe3cabedfb4ef626cee1ecee941672db6bb7e70 (patch) | |
tree | 3dcade80a2d2e1242c8ad953b0a66f1153753e29 | |
parent | Bump version number post-release. (diff) | |
download | bugzilla-2fe3cabedfb4ef626cee1ecee941672db6bb7e70.tar.gz bugzilla-2fe3cabedfb4ef626cee1ecee941672db6bb7e70.tar.bz2 bugzilla-2fe3cabedfb4ef626cee1ecee941672db6bb7e70.zip |
Bug 543346: Release Notes for Bugzilla 3.0.11
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 54772e546..a26f7cac3 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -20,7 +20,7 @@ [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl - title = "$terms.Bugzilla 3.0.10 Release Notes" + title = "$terms.Bugzilla 3.0.11 Release Notes" style_urls = ['skins/standard/release-notes.css'] %] @@ -61,6 +61,12 @@ <em>everything</em> that's changed in each version, you should use our <a href="http://www.bugzilla.org/status/changes.html">Change Log Page</a>.</p> +<h3>3.0.11</h3> + +<p>This release contains one minor security fix. See the + <a href="http://www.bugzilla.org/security/3.0.10/">Security Advisory</a> + for details.</p> + <h3>3.0.10</h3> <p>The security fix in 3.0.9 broke the <code>B[% %]ug.create</code> WebService @@ -735,6 +741,12 @@ <h2><a name="v30_security"></a>Security Updates in This Release</h2> +<h3>3.0.11</h3> + +<p>This release contains one minor security fix. See the + <a href="http://www.bugzilla.org/security/3.0.10/">Security Advisory</a> + for details.</p> + <h3>3.0.9</h3> <p>This release fixes a critical security issue. See the |