From: Cliff Woolley Date: Tue, 12 Aug 2003 21:02:00 +0000 (+0000) Subject: forgot this. X-Git-Tag: pre_ajp_proxy~1274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61081bed042745e3c82ce0046be17861c3dc22f7;p=apache forgot this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100971 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 563a43f393..def2aacd75 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Fix a link failure in mod_ssl when the OpenSSL libraries contain + the ENGINE functions but the engine header files are missing. + [Cliff Woolley] + *) Fix bug in mod_deflate, which was passing calling deflate() without checkinig first whether it has something to deflate. (currently this causes deflate to generate a fatal error according to the zlib spec).