From: Rainer Jung Date: Wed, 15 Aug 2012 14:53:37 +0000 (+0000) Subject: Fix ported to 2.4. X-Git-Tag: 2.5.0-alpha~6429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e76ab18b9f93bf303266c0e9c4b97f7f514fd73d;p=apache Fix ported to 2.4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1373440 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1da4422419..effed03b2a 100644 --- 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