From: Jim Jagielski Date: Mon, 9 Jun 2008 13:37:13 +0000 (+0000) Subject: r664705 X-Git-Tag: 2.3.0~508 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97f0784e8a308894d6f937c5877eb26f3169b9c;p=thirdparty%2Fapache%2Fhttpd.git r664705 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664706 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0256f6bb9b1..8b07da76d5f 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,6 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] - *) core: Fix address-in-use startup failure on some platforms caused - by creating an IPv4 listener which overlaps with an existing IPv6 - listener. [Jeff Trawick] - *) mod_proxy_http: Do not forward requests with 'Expect: 100-continue' to known HTTP/1.0 servers. Return 'Expectation failed' (417) instead. [Ruediger Pluem]