]> granicus.if.org Git - apache/commitdiff
in 2.4.5-dev
authorJim Jagielski <jim@apache.org>
Mon, 15 Apr 2013 12:43:41 +0000 (12:43 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 15 Apr 2013 12:43:41 +0000 (12:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467982 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b92581439ad0d10310c970aec5f9d4eaae864a85..f9cc39163fe11cdcb83521e91cc6412fe73990d9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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.