From: André Malo Date: Sun, 6 Jun 2004 15:09:51 +0000 (+0000) Subject: sync X-Git-Tag: pre_ajp_proxy~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bb7627feed4823301f921df6b8de395c5407cba;p=apache sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103863 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f496baf29f..de9a2908b5 100644 --- a/CHANGES +++ b/CHANGES @@ -27,9 +27,6 @@ Changes with Apache 2.1.0-dev *) Enable the option to support anonymous shared memory in mod_ldap. This makes the cache work on Linux again. [Graham Leggett] - *) Allow LimitRequestBody to be reset to unlimited. PR 29106 - [André Malo] - *) Small fix to allow reverse proxying to an ftp server. Previously an attempt to do this would try and connect to 0.0.0.0, regardless of the server specified. PR 24922 @@ -384,6 +381,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.50 + *) Allow LimitRequestBody to be reset to unlimited. PR 29106 + [André Malo] + *) Fix a bunch of cases where the return code of the regex compiler was not checked properly. This affects: mod_setenvif, mod_usertrack, mod_proxy, mod_proxy_ftp and core. PR 28218. [André Malo]