From: Yann Ylavic Date: Sat, 31 Oct 2015 16:17:04 +0000 (+0000) Subject: Follow up to r1709008: CHANGES entry. X-Git-Tag: 2.5.0-alpha~2671 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b43eb0b3ae90e26360dcc7ea7ade7454d918c2;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1709008: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711648 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 02155ccef03..9b30522cc95 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) core: Fix scoreboard crash (SIGBUS) on hardware requiring strict 64bit + alignment (SPARC64, PPC64). [Yann Ylavic] + *) mod_http2: new directives 'H2TLSWarmUpSize' and 'H2TLSCoolDownSecs' to control TLS record sizes during connection lifetime.