summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2011-07-18 12:47:49 +0200
committerJoe Orton <jorton@apache.org>2011-07-18 12:47:49 +0200
commit87d9d36a409707bb0bc3c64468283095d6c0aecd (patch)
treeab538365d706ab5b92862a15cab118ca3034af5c /CHANGES
parentSimplify code by using apr_array_pstrcat() (diff)
downloadapache2-87d9d36a409707bb0bc3c64468283095d6c0aecd.tar.xz
apache2-87d9d36a409707bb0bc3c64468283095d6c0aecd.zip
* server/vhost.c (get_addresses): For '*' and '_default_', return
address(es) for any address family, not IPv4 only. (dump_a_vhost): Use '*' for v4 or v6 wildcard address. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 00ea760bdb..b756f43f96 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.14
+ *) core: For '*' or '_default_' vhosts, use a wildcard address of any
+ address family, rather than IPv4 only. [Joe Orton]
+
*) core, mod_rewrite, mod_ssl, mod_nw_ssl: Make the SERVER_NAME variable
include [ ] for literal IPv6 addresses, as mandated by RFC 3875.
PR 26005. [Stefan Fritsch]