]> granicus.if.org Git - apache/commitdiff
Follow up to r1709008: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Sat, 31 Oct 2015 16:17:04 +0000 (16:17 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 31 Oct 2015 16:17:04 +0000 (16:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711648 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 02155ccef03a7187e62a9f23ae4890a7ba381b0e..9b30522cc95d4edb85610dd6d8c8d97828996644 100644 (file)
--- 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.