You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/11/27 02:33:50 UTC

svn commit: r349164 - /httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml

Author: pquerna
Date: Sat Nov 26 17:33:48 2005
New Revision: 349164

URL: http://svn.apache.org/viewcvs?rev=349164&view=rev
Log:
Note modules that are no longer in experimental

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml?rev=349164&r1=349163&r2=349164&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml Sat Nov 26 17:33:48 2005
@@ -93,6 +93,23 @@
   <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">



Re: svn commit: r349164 - /httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml

Posted by Nick Kew <ni...@webthing.com>.
On Sunday 27 November 2005 01:33, pquerna@apache.org wrote:

> +    <ul>
> +      <li>The module <module>mod_cache</module>, which was
> +      experimental in Apache 2.0, is now a standard module.</li>

Makes sense so far.
> +
> +      <li>The module <module>mod_disk_cache</module>, which was
> +      experimental in Apache 2.0, is now a standard module.</li>

Isn't it a bit OTT repeating the same wording for every module affected,
rather than "The modules <list>, which were ...." ?

> +
> +      <li>The module <module>mod_mem_cache</module>, which was
> +      experimental in Apache 2.0, is now a standard module.</li>

Doesn't mem_cache still have issues that users should be warned about?

-- 
Nick Kew