📄 release-notes.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1226018782', 'name' => 'pages/release-notes.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $_tt_error; eval { BLOCK: { $output .= "\n"; $output .= "\n"; #line 21 "template\en\default\pages\release-notes.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); #line 0 "template\en\default\pages\release-notes.html.tmpl" $output .= $context->include('global/header.html.tmpl', { 'title' => ($stash->get(['terms', 0, 'Bugzilla', 0]) . " 3.0.5 Release Notes"), 'style_urls' => [ 'skins/standard/release-notes.css' ] }); $output .= "\n\n<h2>Table of Contents</h2>\n\n<ul class=\"bz_toc\">\n <li><a href=\"#v30_introduction\">Introduction</a></li>\n <li><a href=\"#v30_point\">Updates In This 3.0.x Release</a></li>\n <li><a href=\"#v30_req\">Minimum Requirements</a></li>\n <li><a href=\"#v30_feat\">New Features and Improvements</a></li>\n <li><a href=\"#v30_issues\">Outstanding Issues</a></li>\n <li><a href=\"#v30_security\">Security Fixes In This Release</a></li>\n <li><a href=\"#v30_upgrading\">How to Upgrade From An Older Version</a></li>\n <li><a href=\"#v30_code_changes\">Code Changes Which May Affect \n Customizations</a></li>\n <li><a href=\"#v30_previous\">Release Notes for Previous Versions</a></li>\n</ul>\n\n<h2><a name=\"v30_introduction\"></a>Introduction</h2>\n\n<p>Welcome to "; #line 44 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " 3.0! It's been over eight years since\n we released "; #line 45 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " 2.0, and everything has changed since\n then. Even just since our previous release, "; #line 46 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " 2.22,\n we've added a <em>lot</em> of new features. So enjoy the release, we're\n happy to bring it to you.</p>\n\n<p>If you're upgrading, make sure to read <a href=\"#v30_upgrading\">How to\n Upgrade From An Older Version</a>. If you are upgrading from a release\n before 2.22, make sure to read the release notes for all the \n <a href=\"#v30_previous\">previous versions</a> in between your version \n and this one.</p>\n\n<h2><a name=\"v30_point\">Updates in this 3.0.x Release</a></h2>\n\n<p>This section describes what's changed in the most recent b<!-- -->ug-fix\n releases of "; #line 59 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " after 3.0. We only list the\n most important fixes in each release. If you want a detailed list of\n <em>everything</em> that's changed in each version, you should use our\n <a href=\"http://www.bugzilla.org/status/changes.html\">Change Log Page</a>.</p>\n\n<h3>3.0.6</h3>\n\n<ul>\n <li>Before 3.0.6, unexpected fatal WebService errors would result in\n a <code>faultCode</code> that was a string instead of a number.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=446327\">"; #line 69 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 446327</a>)</li>\n <li>If you created a product or component with the same name as one you\n previously deleted, it would fail with an error about the series table.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=247936\">"; #line 72 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 247936</a>)</li>\n</ul>\n\n<p>See also the <a href=\"#v30_security\">Security Advisory</a> section for\n information about a security issue fixed in this release.</p>\n\n<h3>3.0.5</h3>\n\n<ul>\n <li>If you don't have permission to set a flag, it will now appear\n unchangeable in the UI.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=433851\">"; #line 83 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 433851</a>)</li>\n <li>If you were running mod_perl, "; #line 84 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " was not correctly\n closing its connections to the database since 3.0.3, and so sometimes\n the DB would run out of connections.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=441592\">"; #line 87 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 441592</a>)</li>\n <li>The installation script is now clear about exactly which \n <code>Email::</code> modules are required in Perl, thus avoiding the\n problem where emails show up with a body like \n <samp>SCALAR(0xBF126795)</samp>.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=441541\">"; #line 92 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 441541</a>)</li>\n <li><a href=\""; #line 93 "template\en\default\pages\release-notes.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['Param', [ 'docs_urlbase' ]]); &$_tt_filter($output); }; $output .= "api/email_in.html\">email_in.pl</a>\n is no longer case-sensitive for values of <kbd>\@product</kbd>.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=365697\">"; #line 95 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 365697</a>)</li>\n</ul>\n\n<p>See also the <a href=\"#v30_security\">Security Advisory</a> section for\n information about security issues fixed in this release.</p>\n\n<h3>3.0.4</h3>\n\n<ul>\n <li>"; #line 104 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " administrators were not being correctly notified\n about new releases.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=414726\">"; #line 106 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 414726</a>)</li>\n\n <li>There could be extra whitespace in email subject lines.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=411544\">"; #line 109 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 411544</a>)</li>\n\n <li>The priority, severity, OS, and platform fields were always required by\n the <kbd>B<!-- -->ug.create</kbd> WebService function, even if they had\n defaults specified.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=384009\">"; #line 114 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 384009</a>)</li>\n\n <li>Better threading of "; #line 116 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= "mail in some email clients.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=376453\">"; #line 117 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 376453</a>)</li>\n\n <li>There were many fixes to the Inbound Email Interface \n (<kbd>email_in.pl</kbd>).\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=92274\">"; #line 121 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 92274</a>,\n <a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=377025\">"; #line 122 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 377025</a>,\n <a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=412943\">"; #line 123 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 412943</a>,\n <a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=413672\">"; #line 124 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 413672</a>, and\n <a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=431721\">"; #line 125 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 431721</a>)</li>\n\n <li>checksetup.pl now handles UTF-8 conversion more reliably during upgrades.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=374951\">"; #line 128 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 374951</a>)</li>\n\n <li>Comments written in CJK languages are now correctly word-wrapped.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=388723\">"; #line 131 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 388723</a>)</li>\n\n <li>All emails will now be sent in the correct language, when the user\n has chosen a language for emails.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=405946\">"; #line 135 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 405946</a>)\n\n <li>On Windows, temporary files created when uploading attachments are now\n correctly deleted when the upload is complete.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=414002\">"; #line 139 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 414002</a>)</li>\n\n <li><kbd>checksetup.pl</kbd> now prints correct installation instructions\n for Windows users using Perl 5.10.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=414430\">"; #line 143 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 414430</a>)\n</ul>\n\n<p>See also the <a href=\"#v30_security\">Security Advisory</a> section for\n information about security issues fixed in this release.</p>\n\n<h3>3.0.3</h3>\n\n<ul>\n <li>mod_perl no longer compiles "; #line 152 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= "'s code for each Apache\n process individually. It now compiles code only once and shares it among\n each Apache process. This greatly improves performance and highly \n decreases the memory footprint.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=398241\">"; #line 156 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 398241</a>)</li>\n\n <li>You can now search for '---' (without quotes) in versions and milestones.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=362436\">"; #line 159 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " 362436</a>)</li>\n\n <li>"; #line 161 "template\en\default\pages\release-notes.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " should no longer break lines unnecessarily in \n email subjects. This was causing trouble with some email clients.\n (<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=374424\">";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -