From: mkanat%bugzilla.org <>
Date: Wed, 9 Jan 2008 11:57:09 +0000 (+0000)
Subject: Bug 410779: Release Notes for 3.0.3
X-Git-Tag: bugzilla-3.0.3~2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d1127881c946a36560dc8370d91b203972a34c;p=thirdparty%2Fbugzilla.git
Bug 410779: Release Notes for 3.0.3
Patch By Cédric Corazza r=LpSolit
---
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index eb301c5271..722f3c09e4 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.2 Release Notes"
+ title = "$terms.Bugzilla 3.0.3 Release Notes"
style_urls = ['skins/standard/release-notes.css']
%]
@@ -61,6 +61,42 @@
everything that's changed in each version, you should use our
Change Log Page.
+3.0.3
+
+
+ - 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.
+ ([% terms.Bug %] 398241)
+
+ - You can now search for '---' (without quotes) in versions and milestones.
+ ([% terms.Bug %] 362436)
+
+ - [% terms.Bugzilla %] should no longer break lines unnecessarily in
+ email subjects. This was causing trouble with some email clients.
+ ([% terms.Bug %] 374424)
+
+ - 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.
+ ([% terms.Bug %] 394796)
+
+ - 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.
+ ([% terms.Bug %] 395924)
+
+ - contrib/merge-users.pl now correctly merges all required
+ fields when merging two user accounts.
+ ([% terms.Bug %] 400160)
+
+ - [% 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.
+ ([% terms.Bug %] 408766)
+
+
3.0.2
@@ -576,6 +612,10 @@
Security Updates in This Release
+3.0.3
+
+No security fixes in this release.
+
3.0.2
[% terms.Bugzilla %] 3.0.1 had an important security fix that is