From: Justin Erenkrantz Date: Wed, 21 May 2003 15:50:27 +0000 (+0000) Subject: Updates with backported changes. X-Git-Tag: pre_ajp_proxy~1638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d225783382d22dd86810ec9db26b3773d10abbba;p=thirdparty%2Fapache%2Fhttpd.git Updates with backported changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99989 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b5e694dff58..d271af4e1f6 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,6 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] - *) Fix for mod_dav. Call the 'can_be_activity' callback, if provided, - when a MKACTIVITY request comes in. - [Ben Collins-Sussman ] - *) Prevent the server from crashing when entering infinite loops. The new LimitInternalRecursion directive configures limits of subsequent internal redirects and nested subrequests, after which the request @@ -142,6 +138,16 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.46 + *) Fix for mod_dav. Call the 'can_be_activity' callback, if provided, + when a MKACTIVITY request comes in. + [Ben Collins-Sussman ] + + *) Perform run-time query in apxs for apr and apr-util's includes. + [Justin Erenkrantz] + + *) run libtool from the apr install directory (in case that is different + from the apache install directory) [Jeff Trawick] + *) configure.in: Play nice with libtool-1.5. [Wilfredo Sanchez] *) If mod_mime_magic does not know the content-type, do not attempt to