From: Paul J. Reder Date: Thu, 18 Dec 2008 17:23:26 +0000 (+0000) Subject: Remove entry now that it is backported. X-Git-Tag: 2.3.1~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2ac7548b4ee39ea8d8eb594400b4bc90b820c07;p=thirdparty%2Fapache%2Fhttpd.git Remove entry now that it is backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727770 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 45e1e794307..98aab9e735e 100644 --- a/CHANGES +++ b/CHANGES @@ -2,9 +2,6 @@ Changes with Apache 2.3.1 [ When backported to 2.2.x, remove entry from this file ] - *) Set Listen protocol to "https" if port is set to 443 and no proto is specified - (as documented but not implemented). PR 46066 [Dan Poirier ] - *) mod_ldap: Avoid a segfault when result->rc is checked in uldap_connection_init when result is NULL. This could happen if LDAP initialization failed. PR 45994. [Dan Poirier ]