From: mkanat%bugzilla.org <>
Date: Mon, 5 May 2008 04:41:31 +0000 (+0000)
Subject: Bug 417531: Release Notes for 3.0.4
X-Git-Tag: bugzilla-3.0.4~4
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0fc5292829d1e116314f10494b3500a82eb1850;p=thirdparty%2Fbugzilla.git
Bug 417531: Release Notes for 3.0.4
Patch By Cédric Corazza and Max Kanat-Alexander r=LpSolit
---
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index a218603b6c..5758dc9c70 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.3 Release Notes"
+ title = "$terms.Bugzilla 3.0.4 Release Notes"
style_urls = ['skins/standard/release-notes.css']
%]
@@ -51,7 +51,7 @@
Upgrade From An Older Version. If you are upgrading from a release
before 2.22, make sure to read the release notes for all the
previous versions in between your version
- and [% terms.Bugzilla %] 3.0.
+ and this one.
@@ -61,6 +61,54 @@
everything that's changed in each version, you should use our
Change Log Page.
+3.0.4
+
+
+ - Bugzilla administrators were not being correctly notified about new
+ releases.
+ ([% terms.Bug %] 414726)
+
+ - There could be extra whitespace in email subject lines.
+ ([% terms.Bug %] 411544)
+
+ - The priority, severity, OS, and platform fields were always required by
+ the Bug.create WebService function, even if they had
+ defaults specified.
+ ([% terms.Bug %] 384009)
+
+ - Better threading of bugmail in some email clients.
+ ([% terms.Bug %] 376453)
+
+ - There were many fixes to the Inbound Email Interface
+ (email_in.pl).
+ ([% terms.Bug %] 92274,
+ [% terms.Bug %] 377025,
+ [% terms.Bug %] 412943,
+ [% terms.Bug %] 413672, and
+ [% terms.Bug %] 431721)
+
+ - checksetup.pl now handles UTF-8 conversion more reliably during upgrades.
+ ([% terms.Bug %] 374951)
+
+ - Comments written in CJK languages are now correctly word-wrapped.
+ ([% terms.Bug %] 388723)
+
+ - All emails will now be sent in the correct language, when the user
+ has chosen a language for emails.
+ ([% terms.Bug %] 405946)
+
+
- On Windows, temporary files created when uploading attachments are now
+ correctly deleted when the upload is complete.
+ ([% terms.Bug %] 414002)
+
+ - checksetup.pl now prints correct installation instructions
+ for Windows users using Perl 5.10.
+ ([% terms.Bug %] 414430)
+
+
+See also the Security Advisory section for
+ information about security issues fixed in this release.
+
3.0.3
@@ -612,6 +660,13 @@
Security Updates in This Release
+3.0.4
+
+[% terms.Bugzilla %] 3.0.4 contains three security fixes.
+ For details, see the
+ Security Advisory.
+
+
3.0.3
No security fixes in this release.