From: Guenter Knauf Date: Sat, 21 Apr 2012 18:14:57 +0000 (+0000) Subject: Added entry for cross-compile fix. X-Git-Tag: 2.5.0-alpha~7080 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced4bfde890ae736e55728a185fdfa462d24e940;p=thirdparty%2Fapache%2Fhttpd.git Added entry for cross-compile fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328720 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 50904a5805f..d5d70a947d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will + be compiled by the build compiler instead of the host compiler. + Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected. + PR 51257. [Guenter Knauf] + *) mod_ssl: Send the error message for speaking http to an https port using HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when using SNI. PR 50823. [Stefan Fritsch]