From: André Malo Date: Tue, 22 Apr 2003 20:07:19 +0000 (+0000) Subject: move 'em down. X-Git-Tag: pre_ajp_proxy~1803 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fc73b4852b54130d11196f2e529fe0a0e602c6d;p=thirdparty%2Fapache%2Fhttpd.git move 'em down. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99521 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ea6f5263ca4..ccdedf911d5 100644 --- a/CHANGES +++ b/CHANGES @@ -60,14 +60,6 @@ Changes with Apache 2.1.0-dev have buggy AcceptEx implementations. [Allan Edwards w/ suggestions from Bill Stoddard & Bill Rowe] - *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise - the pattern will not always match as desired. PR 12596. - [André Malo] - - *) mod_autoindex now emits and accepts modern query string parameter - delimiters (;). Thus column headers no longer contain unescaped - ampersands. PR 10880 [André Malo] - *) Extend mod_negotiation to evaluate the environment variables no-gzip and gzip-only-text/html the same way as mod_deflate does. [André Malo] @@ -165,6 +157,14 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.46 + *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise + the pattern will not always match as desired. PR 12596. + [André Malo] + + *) mod_autoindex now emits and accepts modern query string parameter + delimiters (;). Thus column headers no longer contain unescaped + ampersands. PR 10880 [André Malo] + *) Enable ap_sock_disable_nagle for Windows. This along with the addition of APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle to be disabled for Windows. [Allan Edwards]