From: Justin Erenkrantz Date: Mon, 8 Mar 2004 23:43:11 +0000 (+0000) Subject: Sync with 2.0.49 tag. X-Git-Tag: pre_ajp_proxy~570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4a9f30c7e4ed2b08436b1076c44ca5e4e357fde;p=apache Sync with 2.0.49 tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102896 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 648e91a983..ffc82b21a5 100644 --- a/CHANGES +++ b/CHANGES @@ -2,16 +2,6 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] - *) Fix bug in mod_usertrack when no CookieName is set. PR 24483. - [Manni Wood ] - - *) Remove compile-time length limit on request strings. Length is - now enforced solely with the LimitRequestLine config directive. - [Paul J. Reder] - - *) mod_ssl: Send the Close Alert message to the peer before closing - the SSL session. [Madhusudan Mathihalli, Joe Orton] - *) mod_setenvif: Remove "support" for Remote_User variable which never worked at all. PR 25725. [André Malo] @@ -41,9 +31,6 @@ Changes with Apache 2.1.0-dev *) Delete some make-generated files in the server directory during "make clean" processing. PR 26552. [Jeff Trawick] - *) Fixed file extensions for real media files and removed rpm extension - from mime.types. PR 26079. [Allan Sandfeld ] - *) Unix MPMs: Stop dropping connections when the file descriptor is at least FD_SETSIZE. [Jeff Trawick] @@ -92,11 +79,6 @@ Changes with Apache 2.1.0-dev header fields can be set for return even on errors or external redirects. [Ken Coar] - *) Fix some piped log problems: bogus "piped log program '(null)' - failed" messages during restart and problem with the logger - respawning again after Apache is stopped. PR 21648, PR 24805. - [Jeff Trawick] - *) Fix and parsing to require a closing '>' in the initial container. PR 25414. [Geoffrey Young ] @@ -274,6 +256,27 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) Win32: find_read_listeners was not correctly handling multiple + listeners on the Win32DisableAcceptEx path. [Bill Stoddard] + + *) Fix bug in mod_usertrack when no CookieName is set. PR 24483. + [Manni Wood ] + + *) Fix some piped log problems: bogus "piped log program '(null)' + failed" messages during restart and problem with the logger + respawning again after Apache is stopped. PR 21648, PR 24805. + [Jeff Trawick] + + *) Fixed file extensions for real media files and removed rpm extension + from mime.types. PR 26079. [Allan Sandfeld ] + + *) Remove compile-time length limit on request strings. Length is + now enforced solely with the LimitRequestLine config directive. + [Paul J. Reder] + + *) mod_ssl: Send the Close Alert message to the peer before closing + the SSL session. [Madhusudan Mathihalli, Joe Orton] + *) SECURITY: CAN-2004-0113 (cve.mitre.org) mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling. PR 27106. [Joe Orton]