From 117b3723b4d7d70117c940cf4ebb347d83468fe0 Mon Sep 17 00:00:00 2001
From: "mkanat%bugzilla.org" <>
Date: Wed, 9 Jan 2008 11:56:11 +0000
Subject: =?UTF-8?q?Bug=20410779:=20Release=20Notes=20for=203.0.3=20Patch?=
=?UTF-8?q?=20By=20C=C3=83=C2=A9dric=20Corazza=20=20r=3DLpSolit?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
template/en/default/pages/release-notes.html.tmpl | 42 ++++++++++++++++++++++-
1 file changed, 41 insertions(+), 1 deletion(-)
(limited to 'template')
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 @@
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
@@ -575,6 +611,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
--
cgit v1.2.1