You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2013/04/15 14:43:41 UTC

svn commit: r1467982 - /httpd/httpd/trunk/CHANGES

Author: jim
Date: Mon Apr 15 12:43:41 2013
New Revision: 1467982

URL: http://svn.apache.org/r1467982
Log:
in 2.4.5-dev

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1467982&r1=1467981&r2=1467982&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Apr 15 12:43:41 2013
@@ -11,15 +11,9 @@ Changes with Apache 2.5.0
   *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan
      Fritsch]
  
-  *) mod_cache_disk: CacheMinFileSize and CacheMaxFileSize were always
-     using compiled in defaults of 1000000/1 respectively. [Eric Covener]
-
   *) mod_ldap: LDAP connections used for authentication were not respecting
      LDAPConnectionPoolTimeout.  PR 54587
 
-  *) mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
-     in the error log to debug level.  [William Rowe]
-
   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
 
   *) mod_proxy_html: process parsed comments immediately.