]> 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:43 +0000 (12:45 +0000)
committermkanat%bugzilla.org <>
Wed, 9 Jan 2008 12:45:43 +0000 (12:45 +0000)
template/en/default/pages/release-notes.html.tmpl

index 722f3c09e47aa7dc5d772be68c33e7454e57706e..a218603b6c53f514164575e8c1dfe911f51614de 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.