]> granicus.if.org Git - apache/commitdiff
mention the recent IPv6 changes... I had hoped to get the doc
authorJeff Trawick <trawick@apache.org>
Wed, 20 Dec 2000 13:08:21 +0000 (13:08 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 20 Dec 2000 13:08:21 +0000 (13:08 +0000)
updated by this time but...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87450 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2c6abf16f96235250dabee35459d638e360ce0b8..f17ec1d0b33e4c0820b56249589f41162d40f694 100644 (file)
--- 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 <VirtualHost> 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]