]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note modules that are no longer in experimental
authorPaul Querna <pquerna@apache.org>
Sun, 27 Nov 2005 01:33:48 +0000 (01:33 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 27 Nov 2005 01:33:48 +0000 (01:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349164 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index 82699073d05f9792407897924957b029bf5396f7..45932a9d5ea88f20db5580acb36a6048463b3adf 100644 (file)
   <section id="misc">
     <title>Misc Changes</title>
 
+    <ul>
+      <li>The module <module>mod_cache</module>, which was
+      experimental in Apache 2.0, is now a standard module.</li>
+
+      <li>The module <module>mod_disk_cache</module>, which was
+      experimental in Apache 2.0, is now a standard module.</li>
+
+      <li>The module <module>mod_mem_cache</module>, which was
+      experimental in Apache 2.0, is now a standard module.</li>
+
+      <li>The module <module>mod_charset_lite</module>, which was
+      experimental in Apache 2.0, is now a standard module.</li>
+
+      <li>The module <module>mod_dumpio</module>, which was
+      experimental in Apache 2.0, is now a standard module.</li>
+
+    </ul>
   </section>
 
   <section id="third-party">