You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2004/11/27 22:11:31 UTC

svn commit: r106760 - /httpd/httpd/trunk/docs/manual/new_features_2_2.xml

Author: jerenkrantz
Date: Sat Nov 27 13:11:30 2004
New Revision: 106760

URL: http://svn.apache.org/viewcvs?view=rev&rev=106760
Log:
* docs/manual/new_features_2_2.xml: Take a pass at blurbs for auth and cache
  changes.

Modified:
   httpd/httpd/trunk/docs/manual/new_features_2_2.xml

Modified: httpd/httpd/trunk/docs/manual/new_features_2_2.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/new_features_2_2.xml?view=diff&rev=106760&p1=httpd/httpd/trunk/docs/manual/new_features_2_2.xml&r1=106759&p2=httpd/httpd/trunk/docs/manual/new_features_2_2.xml&r2=106760
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_2.xml	(original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_2.xml	Sat Nov 27 13:11:30 2004
@@ -35,10 +35,17 @@
     <dl>
 
       <dt>Authn/Authz</dt>
-      <dd>...</dd>
+      <dd>The bundled authentication and authorization modules have
+          been refactored.  There is a new authentication backend provider
+          scheme which greatly eases the construction of new authentication
+          backends.</dd>
 
       <dt>Caching</dt>
-      <dd>...</dd>
+      <dd><module>mod_cache</module>, <module>mod_disk_cache</module>, and
+          <module>mod_mem_cache</module> have undergone a lot of changes
+          are now considered production-quality. <a
+          href="programs/htcacheclean.html">htcacheclean</a> has been
+          introduced to cleanup <module>mod_disk_cache</module> setups.</dd>
 
       <dt>Proxying</dt>
       <dd>The new <module>mod_proxy_balancer</module> module provides