From: Jim Jagielski Date: Wed, 25 Jul 2012 11:56:20 +0000 (+0000) Subject: These be in 2.4.x now X-Git-Tag: 2.5.0-alpha~6585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04bebf517b9970ba627842c6ecee5ddfb8cfcfb7;p=thirdparty%2Fapache%2Fhttpd.git These be in 2.4.x now git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1365543 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 03f49f69fd9..dbb8cf82efd 100644 --- a/CHANGES +++ b/CHANGES @@ -31,9 +31,6 @@ Changes with Apache 2.5.0 *) mod_lua: Change prototype of vm_construct, to work around gcc bug which causes a segfault. PR 52779. [Dick Snippe ] - *) mod_lua: Add the parsebody function for parsing POST data. PR 53064. - [Daniel Gruno] - *) mod_ssl: If exiting during initialization because of a fatal error, log a message to the main error log pointing to the appropriate virtual host error log. [Stefan Fritsch] @@ -49,9 +46,6 @@ Changes with Apache 2.5.0 ap_pregcomp() abort if out of memory. This raises the minimum PCRE requirement to version 6.0. PR 53284. [Stefan Fritsch] - *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS. - [Stefan Fritsch] - *) suexec: Add --enable-suexec-capabilites support on Linux, to use setuid/setgid capability bits rather than a setuid root binary. [Joe Orton]