summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2005-11-15 19:56:24 +0000
committerJim Jagielski <jim@apache.org>2005-11-15 19:56:24 +0000
commit29d8e63bbda14494198dbc94a70989cbeccbc751 (patch)
tree0653b6d7de89f393513f4354544a2f8fa189f36d
parent78cfb5f4c684517bc942e850b65b198f4192a671 (diff)
downloadhttpd-29d8e63bbda14494198dbc94a70989cbeccbc751.tar.gz
Backported the UCPP code to 2.2 branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344421 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index a6edfee504..53ae5535d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,6 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
- *) Add in new UseCanonicalPhysicalPort directive, which controls
- whether or not Apache will ever use the actual physical port
- when constructing the canonical port number. [Jim Jagielski]
-
*) Asynchronous write completion for the Event MPM. [Brian Pane]
*) Added an End-Of-Request bucket type. The logging of a request and
@@ -37,6 +33,10 @@ Changes with Apache 2.3.0
Changes with Apache 2.1.10
+ *) Add in new UseCanonicalPhysicalPort directive, which controls
+ whether or not Apache will ever use the actual physical port
+ when constructing the canonical port number. [Jim Jagielski]
+
*) mod_dav: Fix a null pointer dereference in an error code path during the
handling of MKCOL.
[Ruediger Pluem, Ghassan Misherghi <ghassanm ucdavis.edu>]