diff options
author | mkanat%bugzilla.org <> | 2008-08-08 23:31:06 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-08-08 23:31:06 +0200 |
commit | e9f540805bbc4d31a1a035d006acc583678b36c7 (patch) | |
tree | 718eb442c993ef4fcb48a5327ddcb01fceef9912 /template/en/default/pages | |
parent | 49f694a0d054821fad9651b37ed20fd48372dfbd (diff) | |
download | bugzilla-e9f540805bbc4d31a1a035d006acc583678b36c7.tar.gz bugzilla-e9f540805bbc4d31a1a035d006acc583678b36c7.tar.xz |
Bug 443170: Release Notes for 3.0.5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 5e62281c0..a9f15e62d 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -501,6 +501,29 @@ <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.5</h3> + +<ul> + <li>If you don't have permission to set a flag, it will now appear + unchangeable in the UI. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=433851">[% terms.Bug %] 433851</a>)</li> + <li>If you were running mod_perl, [% terms.Bugzilla %] was not correctly + closing its connections to the database since 3.0.3, and so sometimes + the DB would run out of connections. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=441592">[% terms.Bug %] 441592</a>)</li> + <li>The installation script is now clear about exactly which + <code>Email::</code> modules are required in Perl, thus avoiding the + problem where emails show up with a body like + <samp>SCALAR(0xBF126795)</samp>. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=441541">[% terms.Bug %] 441541</a>)</li> + <li><a href="[% docs_urlbase FILTER html %]api/email_in.html">email_in.pl</a> + is no longer case-sensitive for values of <kbd>@product</kbd>. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=365697">[% terms.Bug %] 365697</a>)</li> +</ul> + +<p>See also the <a href="#v30_security">Security Advisory</a> section for + information about security issues fixed in this release.</p> + <h3>3.0.4</h3> <ul> @@ -1229,6 +1252,13 @@ <h2><a name="v30_security"></a>Security Updates in This Release</h2> +<h3>3.0.5</h3> + +<p>[% terms.Bugzilla %] contains one security fix for + <a href="[% docs_urlbase FILTER html %]api/importxml.html">importxml.pl</a>. + For details, see the + <a href="http://www.bugzilla.org/security/2.22.4/">Security Advisory</a>.</p> + <h3>3.0.4</h3> <p>[% terms.Bugzilla %] 3.0.4 contains three security fixes. |