]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 521043: Release Notes for Bugzilla 3.4.3
authormkanat%bugzilla.org <>
Mon, 26 Oct 2009 00:17:11 +0000 (00:17 +0000)
committermkanat%bugzilla.org <>
Mon, 26 Oct 2009 00:17:11 +0000 (00:17 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit

template/en/default/pages/release-notes.html.tmpl

index cd224ac0bdd625c9e5e3b6c77169d56e137f688a..be427e43211829002d932867f5759780a63f01a8 100644 (file)
 
 <h2><a name="v34_point"></a>Updates In This 3.4.x Release</h2>
 
+<h3>3.4.3</h3>
+
+<ul>
+  <li>[% terms.Bugzilla %] installations running under mod_perl were leaking
+    about 512K of RAM per page load.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=517793">[% terms.Bug %] 517793</a>)
+  </li>
+  <li>Attachments with Unicode characters in their names were being downloaded
+    with mangled names. 
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=328628">[% terms.Bug %] 328628</a>)
+  </li>
+  <li>Clicking "submit only my comment" on the "mid-air collisions" page
+    was leading to a "Suspicious Action" warning.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=514378">[% terms.Bug %] 514378</a>)
+  </li>
+  <li>The XML format of [% terms.abug %] accidentally contained the
+    word-wrapped content of comments instead of the unwrapped content.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=509152">[% terms.Bug %] 509152</a>)
+  </li>
+  <li>You can now do <kbd>./install-module.pl --shell</kbd> to get a CPAN
+    shell using the configuration of 
+    <a href="[% docs_urlbase FILTER html %]api/install-module.html">install-module.pl</a>,
+    which allows you to do more advanced Perl module installation tasks.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=445875">[% terms.Bug %] 445875</a>)
+  </li>
+</ul>
+
 <h3>3.4.2</h3>
 
 <p>This release contains fixes for multiple security issues, one of which