summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2006-04-01 08:12:45 +0000
committerRuediger Pluem <rpluem@apache.org>2006-04-01 08:12:45 +0000
commita4c0f9ed6d893de015deb60e0de6eda0b2aa2013 (patch)
tree9d826354a3b4fa57fee8a0112ab07a0125674f6b /CHANGES
parent4a60c07a942b7351daf742cca6da8f32b99b5fa4 (diff)
downloadhttpd-a4c0f9ed6d893de015deb60e0de6eda0b2aa2013.tar.gz
* Sync with 2.2.x CHANGES file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@390616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 13 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 54a2c42871..c34be1ad93 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,10 +6,6 @@ Changes with Apache 2.3.0
configurable at runtime via the 'flushpackets' and 'flushwait' worker
params. [Jim Jagielski]
- *) mod_proxy_http: Do send keep-alive header if the client sent
- connection: keep-alive and do not close backend connection if the client
- sent connection: close. PR 38524. [Ruediger Pluem, Joe Orton]
-
*) Event MPM: Fill in the scoreboard's tid field. PR 38736.
[Chris Darroch <chrisd pearsoncmg.com>]
@@ -63,9 +59,6 @@ Changes with Apache 2.3.0
seconds to cache a document.
[Brian Akins <brian.akins turner.com>, Ruediger Pluem]
- *) If a connection is aborted while waiting for a chunked line, flag the
- connection as errored out. [Justin Erenkrantz]
-
*) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
*) Fix typo in ProxyStatus syntax error message.
@@ -112,6 +105,19 @@ Changes with Apache 2.2.1
made to ap_escape_html so we escape quotes. Reported by JPCERT.
[Mark Cox]
+ *) mod_proxy_http: Send HTTP Keep-Alive Headers. PR 38524.
+ [Rüdiger Plüm, Joe Orton]
+
+ *) mod_disk_cache: Return the correct error codes from bucket read
+ failures, instead of APR_EGENERAL.
+ [Brian Akins <brian.akins turner.com>]
+
+ *) Add APR/APR-Util Compiled and Runtime Version numbers to the
+ output of 'httpd -V'. [William Rowe]
+
+ *) http: If a connection is aborted while waiting for a chunked line,
+ flag the connection as errored out. [Justin Erenkrantz]
+
*) core: Reject invalid Expect header immediately. PR 38123.
[Ruediger Pluem]