From: Jeff Trawick Date: Wed, 20 Dec 2000 13:08:21 +0000 (+0000) Subject: mention the recent IPv6 changes... I had hoped to get the doc X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b79c4a9496aed2feaf374a35f0d68ac2ee8d8d9;p=apache mention the recent IPv6 changes... I had hoped to get the doc updated by this time but... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87450 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2c6abf16f9..f17ec1d0b3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ Changes with Apache 2.0b1 + *) Apache is now IPv6-capable. On systems where APR supports IPv6, + Apache gets IPv6 listening sockets by default. Additionally, the + Listen, NameVirtualHost, and directives support IPv6 + numeric address strings (e.g., "Listen [fe80::1]:8080"). + [Jeff Trawick] + *) Modify the install directory layout. Modules are now installed in modules/. Shared libraries should be installed in libraries/, but we don't have any of those on Unix yet. All install directories @@ -9,7 +15,7 @@ Changes with Apache 2.0b1 *) Get the functions in server/linked into the server, regardless of which modules linked into the server. This uses the same hack for Apache that we use for APR and apr-util to ensure all of the - necessary functions are linked. As a part of thise, the CHARSET_EBCIDC + necessary functions are linked. As a part of thise, the CHARSET_EBCDIC was renamed to AP_CHARSET_EBCDIC for namespace protection, and to make the scripts a bit easier. [Ryan Bloom]