From: Jim Jagielski Date: Wed, 12 Sep 2007 13:21:42 +0000 (+0000) Subject: These are now in 2.2.7-dev X-Git-Tag: 2.3.0~1421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13abb4887550c356e821b068b403a273ac2780bb;p=thirdparty%2Fapache%2Fhttpd.git These are now in 2.2.7-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574951 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 07f0d6cf549..20c1249874c 100644 --- a/CHANGES +++ b/CHANGES @@ -5,27 +5,12 @@ Changes with Apache 2.3.0 *) mod_rewrite: Add the novary flag to RewriteCond. [Ruediger Pluem] - *) Don't send spurious "100 Continue" response lines. - PR 38014 [Basant Kumar Kukreja ] - - *) mod_proxy_ftp: Don't segfault on bad line in FTP listing - PR 40733 [Ulf Harnhammar ] - *) mod_proxy_ajp: Differentiate within AJP between GET and HEAD requests. PR 43060 [Jim Jagielski] *) mod_proxy_http: Propagate Proxy-Authorization header correctly. PR 25947 [Nick Kew] - *) mod_proxy: escape error-notes correctly - PR 40952 [Thijs Kinkhorst ] - - *) mod_proxy: check ProxyBlock for all blocked addresses - PR 36987 [Timo Viipuri ] - - *) mod_proxy: Don't lose bytes when a response line arrives in small chunks. - PR 40894 [Andrew Rucker Jones ] - *) mod_rewrite: Add option to suppress URL unescaping PR 34602 [Guenther Gsenger ]