Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 68748 invoked from network); 18 Dec 2005 11:37:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Dec 2005 11:37:58 -0000 Received: (qmail 97047 invoked by uid 500); 18 Dec 2005 11:37:57 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 96998 invoked by uid 500); 18 Dec 2005 11:37:57 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 96987 invoked by uid 99); 18 Dec 2005 11:37:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Dec 2005 03:37:57 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 18 Dec 2005 03:37:56 -0800 Received: (qmail 68652 invoked by uid 65534); 18 Dec 2005 11:37:36 -0000 Message-ID: <20051218113735.68651.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r357458 - /httpd/httpd/trunk/CHANGES Date: Sun, 18 Dec 2005 11:37:34 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rpluem Date: Sun Dec 18 03:37:24 2005 New Revision: 357458 URL: http://svn.apache.org/viewcvs?rev=357458&view=rev Log: * Resync with 2.0.x and 2.2.x CHANGES file Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=357458&r1=357457&r2=357458&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Sun Dec 18 03:37:24 2005 @@ -2,9 +2,6 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] - *) Chunk filter: Fix chunk filter to create correct chunks in the case that - a flush bucket is surrounded by data buckets. [Ruediger Pluem] - *) If a connection is aborted while waiting for a chunked line, flag the connection as errored out. [Justin Erenkrantz] @@ -17,9 +14,6 @@ ErrorDocument is configured, or if using "SSLEngine optional"). PR 37791. [Rüdiger Plüm, Joe Orton] - *) mod_proxy_balancer: Sticky session identifiers supplied in URL do not work. - PR37753. [Ruediger Pluem, Kazuhiro Osawa ] - *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew] *) Fix typo in ProxyStatus syntax error message. @@ -41,9 +35,6 @@ *) Added new connection states for handler and write completion [Brian Pane] - *) Preserve the Content-Length header for a proxied HEAD request. - PR 18757 [Greg Ames] - *) New module: mod_authn_dbd [Nick Kew] *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264. @@ -54,7 +45,32 @@ access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1") [Martin Kraemer, David Reid] -Changes with Apache 2.1.10 +Changes with Apache 2.2.1 + + *) Chunk filter: Fix chunk filter to create correct chunks in the case that + a flush bucket is surrounded by data buckets. [Ruediger Pluem] + + *) SECURITY: CVE-2005-3352 (cve.mitre.org) + mod_imagemap: Escape untrusted referer header before outputting + in HTML to avoid potential cross-site scripting. Change also + made to ap_escape_html so we escape quotes. Reported by JPCERT. + [Mark Cox] + + *) Fix syntax error in httpd.h with strict compilers. PR 38740. + [Per Olausson ] + + *) Preserve the Content-Length header for a proxied HEAD response. + PR 18757. [Greg Ames] + + *) Fix recursive ErrorDocument handling. PR 36090. + [Chris Darroch ] + + *) Don't hang on error return from post_read_request. PR37790 [Nick Kew] + + *) Fix off-by-one error in proxy_balancer. PR37753 + [Kazuhiro Osawa ] + +Changes with Apache 2.2.0 *) mod_negotiation: Minor performance tweak by reusing already calculated strlen. @@ -980,6 +996,9 @@ Apache 2.0.xx tree as documented, and except as noted, below.] Changes with Apache 2.0.56 + + *) Chunk filter: Fix chunk filter to create correct chunks in the case that + a flush bucket is surrounded by data buckets. [Ruediger Pluem] *) mod_cgi(d): Remove block on OPTIONS method so that scripts can respond to OPTIONS directly rather than via server default.