📄 release-notes.html.tmpl
字号:
[%# 1.0@bugzilla.org %][%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Everything Solved. # Portions created by Everything Solved are Copyright (C) 2006 # Everything Solved. All Rights Reserved. # # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org> #%][% PROCESS global/variables.none.tmpl %][% INCLUDE global/header.html.tmpl title = "$terms.Bugzilla 3.0.5 Release Notes" style_urls = ['skins/standard/release-notes.css'] %]<h2>Table of Contents</h2><ul class="bz_toc"> <li><a href="#v30_introduction">Introduction</a></li> <li><a href="#v30_point">Updates In This 3.0.x Release</a></li> <li><a href="#v30_req">Minimum Requirements</a></li> <li><a href="#v30_feat">New Features and Improvements</a></li> <li><a href="#v30_issues">Outstanding Issues</a></li> <li><a href="#v30_security">Security Fixes In This Release</a></li> <li><a href="#v30_upgrading">How to Upgrade From An Older Version</a></li> <li><a href="#v30_code_changes">Code Changes Which May Affect Customizations</a></li> <li><a href="#v30_previous">Release Notes for Previous Versions</a></li></ul><h2><a name="v30_introduction"></a>Introduction</h2><p>Welcome to [% terms.Bugzilla %] 3.0! It's been over eight years since we released [% terms.Bugzilla %] 2.0, and everything has changed since then. Even just since our previous release, [% terms.Bugzilla %] 2.22, we've added a <em>lot</em> of new features. So enjoy the release, we're happy to bring it to you.</p><p>If you're upgrading, make sure to read <a href="#v30_upgrading">How to Upgrade From An Older Version</a>. If you are upgrading from a release before 2.22, make sure to read the release notes for all the <a href="#v30_previous">previous versions</a> in between your version and this one.</p><h2><a name="v30_point">Updates in this 3.0.x Release</a></h2><p>This section describes what's changed in the most recent b<!-- -->ug-fix releases of [% terms.Bugzilla %] after 3.0. We only list the most important fixes in each release. If you want a detailed list of <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.6</h3><ul> <li>Before 3.0.6, unexpected fatal WebService errors would result in a <code>faultCode</code> that was a string instead of a number. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=446327">[% terms.Bug %] 446327</a>)</li> <li>If you created a product or component with the same name as one you previously deleted, it would fail with an error about the series table. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=247936">[% terms.Bug %] 247936</a>)</li></ul><p>See also the <a href="#v30_security">Security Advisory</a> section for information about a security issue fixed in this release.</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="[% Param('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> <li>[% terms.Bugzilla %] administrators were not being correctly notified about new releases. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414726">[% terms.Bug %] 414726</a>)</li> <li>There could be extra whitespace in email subject lines. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=411544">[% terms.Bug %] 411544</a>)</li> <li>The priority, severity, OS, and platform fields were always required by the <kbd>B<!-- -->ug.create</kbd> WebService function, even if they had defaults specified. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=384009">[% terms.Bug %] 384009</a>)</li> <li>Better threading of [% terms.bug %]mail in some email clients. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=376453">[% terms.Bug %] 376453</a>)</li> <li>There were many fixes to the Inbound Email Interface (<kbd>email_in.pl</kbd>). (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=92274">[% terms.Bug %] 92274</a>, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=377025">[% terms.Bug %] 377025</a>, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=412943">[% terms.Bug %] 412943</a>, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=413672">[% terms.Bug %] 413672</a>, and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=431721">[% terms.Bug %] 431721</a>)</li> <li>checksetup.pl now handles UTF-8 conversion more reliably during upgrades. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=374951">[% terms.Bug %] 374951</a>)</li> <li>Comments written in CJK languages are now correctly word-wrapped. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=388723">[% terms.Bug %] 388723</a>)</li> <li>All emails will now be sent in the correct language, when the user has chosen a language for emails. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=405946">[% terms.Bug %] 405946</a>) <li>On Windows, temporary files created when uploading attachments are now correctly deleted when the upload is complete. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414002">[% terms.Bug %] 414002</a>)</li> <li><kbd>checksetup.pl</kbd> now prints correct installation instructions for Windows users using Perl 5.10. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414430">[% terms.Bug %] 414430</a>)</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.3</h3><ul> <li>mod_perl no longer compiles [% terms.Bugzilla %]'s code for each Apache process individually. It now compiles code only once and shares it among each Apache process. 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> <li>[% terms.Bugzilla %] should now work on Perl 5.9.5 (and thus the upcoming Perl 5.10.0). (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=390442">[% terms.Bug %] 390442</a>)</li></ul><p>See also the <a href="#v30_security">Security Advisory</a> section for information about an important security issue fixed in this release.</p><h3>3.0.1</h3><ul> <li>For users of Firefox 2, the <code>show_bug.cgi</code> user interface should no longer "collapse" after you modify a [% terms.bug %]. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=370739">[% terms.Bug %] 370739</a>)</li> <li>If you can bless a group, and you share a saved search with that group, it will no longer automatically appear in all of that group's footers unless you specifically request that it automatically appear in their footers. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=365890">[% terms.Bug %] 365890</a>)</li> <li>There is now a parameter to allow users to perform searches without any search terms. (In other words, to search for just a Product and Status on the Simple Search page.) The parameter is called <code>specific_search_allow_empty_words</code>. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=385910">[% terms.Bug %] 385910</a>)</li> <li>If you attach a file that has a MIME-type of <code>text/x-patch</code> or <code>text/x-diff</code>, it will automatically be treated as a patch by [% terms.Bugzilla %]. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=365756">[% terms.Bug %] 365756</a>)</li> <li>Dependency Graphs now work correctly on all mod_perl installations. There should now be no remaining signficant problems with running [%+ terms.Bugzilla %] under mod_perl. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=370398">[% terms.Bug %] 370398</a>)</li> <li>If moving a [% terms.bug %] between products would remove groups from the [% terms.bug %], you are now warned. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=303183">[% terms.Bug %] 303183</a>)</li> <li>On IIS, whenever [% terms.Bugzilla %] threw a warning, it would actually appear on the web page. Now warnings are suppressed, unless you have a file in the <code>data</code> directory called <code>errorlog</code>, in which case warnings will be printed there. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=390148">[% terms.Bug %] 390148</a>)</li> <li>If you used <kbd>email_in.pl</kbd> to edit [% terms.abug %] that was protected by groups, all of the groups would be cleared. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=385453">[% terms.Bug %] 385453</a>)</li> <li>PostgreSQL users: New Charts were failing to collect data over time. They will now start collecting data correctly. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=257351">[% terms.Bug %] 257351</a>)</li> <li>Some flag mails didn't specify who the requestee was. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=379787">[% terms.Bug %] 379787</a>)</li> <li>Instead of throwing real errors, <kbd>collectstats.pl</kbd> would just say that it couldn't find <code>ThrowUserError</code>. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=380709">[% terms.Bug %] 380709</a>)</li> <li>Logging into [% terms.Bugzilla %] from the home page works again with IIS5. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=364008">[% terms.Bug %] 364008</a>)</li> <li>If you were using SMTP for sending email, sometimes emails would be missing the <code>Date</code> header. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=304999">[% terms.Bug %] 304999</a>).</li> <li>In the XML-RPC WebService, <code>B<!-- -->ug.legal_values</code> now
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -