From: Eric Covener Date: Mon, 2 Apr 2018 15:25:02 +0000 (+0000) Subject: CHANGES for r1828172 X-Git-Tag: 2.5.0-alpha2-ci-test-only~2730 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eabb0e635d83e7e9afac4b9ea013dceafc9ab02d;p=thirdparty%2Fapache%2Fhttpd.git CHANGES for r1828172 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828173 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8e64e1a8755..4d5de415dfa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_cgi: Add CGIScriptTimeout to make mod_cgi's timeout per-directory and + independent of the core Timeout directive. PR 62229. + [Hank Ibell ] + *) mod_ssl: add support for TLSv1.3 (tested with OpenSSL v1.1.1-pre3, other libs may need more sugar). SSL(Proxy)CipherSuite now has an optional first parameter for the protocol the ciphers are for.