From: Jim Jagielski Date: Tue, 15 Nov 2005 19:56:24 +0000 (+0000) Subject: Backported the UCPP code to 2.2 branch X-Git-Tag: 2.3.0~2764 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d8e63bbda14494198dbc94a70989cbeccbc751;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index a6edfee5048..53ae5535d88 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 ]