]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix the grammar and accuracy of the mod_perl relnote for 3.0.3.
authormkanat%bugzilla.org <>
Wed, 9 Jan 2008 12:45:09 +0000 (12:45 +0000)
committermkanat%bugzilla.org <>
Wed, 9 Jan 2008 12:45:09 +0000 (12:45 +0000)
template/en/default/pages/release-notes.html.tmpl

index 0a1706cc4cdce32fc4fb94d952434984b6a71431..d6ed45fc50f0ca86c5a230903328622393deeb40 100644 (file)
 <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.