From: Ruediger Pluem Date: Tue, 27 May 2008 16:01:23 +0000 (+0000) Subject: * These are now backported. X-Git-Tag: 2.3.0~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f41694d46f7a85bec82357c44937870ab526035;p=thirdparty%2Fapache%2Fhttpd.git * These are now backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660573 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a050ad9e91c..57f9ac430b7 100644 --- a/CHANGES +++ b/CHANGES @@ -13,9 +13,6 @@ Changes with Apache 2.3.0 *) authn/z: Convert common provider version strings to macros. [Chris Darroch] - *) http_filters: Don't return 100-continue on redirects. PR 43711 - [Ruediger Pluem] - *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem] *) configure: Don't reject libtool 2.x @@ -133,9 +130,6 @@ Changes with Apache 2.3.0 Introduce wrappers for access control hook and provider registration which can accept additional mode and flag data. [Chris Darroch] - *) mod_dav: Return "method not allowed" if the destination URI of a WebDAV - copy / move operation is no DAV resource. PR 44734 [Ruediger Pluem] - *) Introduced ap_expr API for expression evaluation. This is adapted from mod_include, which is the first module to use the new API. @@ -146,9 +140,6 @@ Changes with Apache 2.3.0 first row returned by database query instead of last row. [Chris Darroch] - *) mod_rewrite: Initialize hash needed by ap_register_rewrite_mapfunc early - enough. PR 44641 [Daniel Lescohier ] - *) mod_cache: Handle If-Range correctly if the cached resource was stale. PR 44579 [Ruediger Pluem]