From: Eric Covener Date: Sat, 25 Jan 2014 18:42:59 +0000 (+0000) Subject: remove some recent backports X-Git-Tag: 2.5.0-alpha~4595 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e3b075096cde16213bc975e9bc087a1beb1424e;p=apache remove some recent backports git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561366 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d2b096cbd0..c938dc9543 100644 --- a/CHANGES +++ b/CHANGES @@ -1,14 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_session: When we have a session we were unable to decode, - behave as if there was no session at all. [Thomas Eckert - ] - - *) mod_session: Fix problems interpreting the SessionInclude and - SessionExclude configuration. PR 56038. [Erik Pearson - ] - *) mod_rewrite: Rename the handler that does per-directory internal redirects to "rewrite-redirect-handler" from "redirect-handler" so it is less ambiguous and less likely to be reused. [Eric Covener] @@ -103,9 +95,6 @@ Changes with Apache 2.5.0 *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding TE/CL conflicts. [Yann Ylavic , Jim Jagielski] - *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded - 30 seconds timeout. [Jan Kaluza] - *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't save the socket for reuse by the next worker as if it were an APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]