Fix the grammar and accuracy of the mod_perl relnote for 3.0.3.

git-svn-id: svn://10.0.0.236/trunk@242694 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2008-01-09 06:45:43 +00:00
parent b1ca7d4e13
commit 32c7349492

View File

@ -63,10 +63,10 @@
<h3>3.0.3</h3>
<ul>
<li>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.
<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.