diff options
author | mkanat%bugzilla.org <> | 2008-01-09 12:56:11 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-01-09 12:56:11 +0100 |
commit | 117b3723b4d7d70117c940cf4ebb347d83468fe0 (patch) | |
tree | 62cbc5d946d3da1784fbdef025439cd537a38067 | |
parent | 6896e961efd997683992e547853b91e739ee6bc5 (diff) | |
download | bugzilla-117b3723b4d7d70117c940cf4ebb347d83468fe0.tar.gz bugzilla-117b3723b4d7d70117c940cf4ebb347d83468fe0.tar.xz |
Bug 410779: Release Notes for 3.0.3
Patch By Cédric Corazza <cedric.corazza@wanadoo.fr> r=LpSolit
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 461d7243f..0a1706cc4 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -19,7 +19,7 @@ [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl - title = "$terms.Bugzilla 3.0.2 Release Notes" + title = "$terms.Bugzilla 3.0.3 Release Notes" style_urls = ['skins/standard/release-notes.css'] %] @@ -60,6 +60,42 @@ <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.3</h3> + +<ul> + <li>mod_perl no longer compiles templates once for each Apache process. + It now compiles templates only once and share them among each Apache + processes. This greatly improves performance and highly decreases the + memory footprint. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=398241">[% terms.Bug %] 398241</a>)</li> + + <li>You can now search for '---' (without quotes) in versions and milestones. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=362436">[% terms.Bug %] 362436</a>)</li> + + <li>[% terms.Bugzilla %] should no longer break lines unnecessarily in + email subjects. This was causing trouble with some email clients. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=374424">[% terms.Bug %] 374424</a>)</li> + + <li>If you had selected "I'm added to or removed from this capacity" option + for the "CC" role in your email preferences, you wouldn't get mail when + more than one person was added to the CC list at once. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=394796">[% terms.Bug %] 394796</a>)</li> + + <li>Deleting a user account no longer deletes whines from another user who + has the deleted account as addressee. The schedule is simply removed, + but the whine itself is left intact. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=395924">[% terms.Bug %] 395924</a>)</li> + + <li><kbd>contrib/merge-users.pl</kbd> now correctly merges all required + fields when merging two user accounts. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=400160">[% terms.Bug %] 400160</a>)</li> + + <li>[% terms.Bugzilla %] no longer requires Apache::DBI to run under + mod_perl. It caused troubles such as lost connections with the DB and + didn't give any important performance gain. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=408766">[% terms.Bug %] 408766</a>)</li> +</ul> + <h3>3.0.2</h3> <ul> @@ -575,6 +611,10 @@ <h2><a name="v30_security"></a>Security Updates in This Release</h2> +<h3>3.0.3</h3> + +<p>No security fixes in this release.</p> + <h3>3.0.2</h3> <p>[% terms.Bugzilla %] 3.0.1 had an important security fix that is |