]> granicus.if.org Git - apache/commitdiff
Get rid of ap_new_apr_connection(). ap_new_connection() now has
authorJeff Trawick <trawick@apache.org>
Mon, 4 Dec 2000 19:26:04 +0000 (19:26 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 4 Dec 2000 19:26:04 +0000 (19:26 +0000)
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

diff --git a/CHANGES b/CHANGES
index e27eab039b5c75baf0fc7d44e650b925613dfe04..0a0440e35f9b5e460adca3c51440dd01e27b4d3c 100644 (file)
--- 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]