From: Jim Jagielski Date: Mon, 15 Apr 2013 12:43:41 +0000 (+0000) Subject: in 2.4.5-dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1acc904a84ad0586269eb3ecd39ca3f72607fe;p=thirdparty%2Fapache%2Fhttpd.git in 2.4.5-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467982 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b92581439ad..f9cc39163fe 100644 --- 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.