From: Ruediger Pluem Date: Thu, 18 Dec 2008 04:22:10 +0000 (+0000) Subject: * This one is now backported. X-Git-Tag: 2.3.1~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a987fe6e65c1c6e0552199626206c123b7367195;p=thirdparty%2Fapache%2Fhttpd.git * This one is now backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727634 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index cb78221ff05..33cfd3b3521 100644 --- a/CHANGES +++ b/CHANGES @@ -5,9 +5,6 @@ Changes with Apache 2.3.1 *) 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 ] - *) Output -M and -S dumps (modules and vhosts) to stdout instead of stderr. - PR 42571 and PR 44266 (dup). [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 ]