From 67d365214a66df699df98396cada8533afefb5ef Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 4 Dec 2000 19:26:04 +0000 Subject: [PATCH] Get rid of ap_new_apr_connection(). ap_new_connection() now has fewer parameters: the local and remote socket addresses were removed from the parameter list because all required information is available via the APR socket. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87182 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index e27eab039b..0a0440e35f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes with Apache 2.0a9 + *) Get rid of ap_new_apr_connection(). ap_new_connection() now has + fewer parameters: the local and remote socket addresses were removed + from the parameter list because all required information is available + via the APR socket. [Jeff Trawick] + *) Distribution directory structure reorganized to reflect a normal source distribution with external install targets. [Roy Fielding] -- 2.40.0