]> granicus.if.org Git - apache/commitdiff
Fix ported to 2.4.
authorRainer Jung <rjung@apache.org>
Wed, 15 Aug 2012 14:53:37 +0000 (14:53 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 15 Aug 2012 14:53:37 +0000 (14:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1373440 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1da44224195f723a1193f09d28790989b35cc6b6..effed03b2a53511feeded7dcd1edfa0cec18d75f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_socache_shmcb: Fix bus error due to a misalignment
-     in some 64 bit builds, especially on Solaris Sparc.
-     PR 53040.  [Rainer Jung]
-
   *) core: Be less strict when checking whether Content-Type is set to 
      "application/x-www-form-urlencoded" when parsing POST data, 
      or we risk losing data with an appended charset. PR 53698