Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3CCE4D15E for ; Sun, 9 Dec 2012 12:18:31 +0000 (UTC) Received: (qmail 61723 invoked by uid 500); 9 Dec 2012 12:18:30 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 61501 invoked by uid 500); 9 Dec 2012 12:18:30 -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 61460 invoked by uid 99); 9 Dec 2012 12:18:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2012 12:18:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2012 12:18:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7F08023888E4; Sun, 9 Dec 2012 12:18:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1418908 - /httpd/httpd/trunk/CHANGES Date: Sun, 09 Dec 2012 12:18:07 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121209121807.7F08023888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: covener Date: Sun Dec 9 12:18:06 2012 New Revision: 1418908 URL: http://svn.apache.org/viewvc?rev=1418908&view=rev Log: remove items backported to 2.4.x Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1418908&r1=1418907&r2=1418908&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Sun Dec 9 12:18:06 2012 @@ -13,15 +13,6 @@ Changes with Apache 2.5.0 *) mod_status: Print out list of times since a Vhost was last used. [Jim Jagielski] - *) core: Don't fail at startup with AH00554 when Include points to - a directory without any wildcard character. PR 54223 [Eric Covener] - - *) core: Fail startup if the argument to ServerTokens is unrecognized. - PR 54222 [Jackie Zhang ] - - *) mod_log_forensic: Don't log a spurious "-" if a request has been rejected - before mod_log_forensic could attach its id to it. [Stefan Fritsch] - *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR variables. [Stefan Fritsch] @@ -29,9 +20,6 @@ Changes with Apache 2.5.0 unless new option 'RewriteOptions MergeBase' is configured. PR 53963. [Eric Covener] - *) mod_session_dbd: fix a segmentation fault in the function dbd_remove. - PR 53452. [, Reimo Rebane] - *) core: New directive RegisterHttpMethod for registering non-standard HTTP methods. [Stefan Fritsch] @@ -66,19 +54,9 @@ Changes with Apache 2.5.0 *) ap_expr: Add req_novary function that allows HTTP header lookups without adding the name to the Vary header. [Stefan Fritsch] - *) mod_ssl: Change default for SSLCompression to off, as compression - causes security issues in most setups. (The so called "CRIME" attack). - [Stefan Fritsch] - - *) syslog logging: Remove stray ", referer" at the end of some messages. - [Jeff Trawick] - *) configure: Fix processing of --disable-FEATURE for various features. [Jeff Trawick] - *) "Iterate" directives: Report an error if no arguments are provided. - [Jeff Trawick] - *) htpasswd, htdbm: Optionally read passwords from stdin, as more secure alternative to -b. PR 40243. [Adomas Paltanavicius , Stefan Fritsch] @@ -97,9 +75,6 @@ Changes with Apache 2.5.0 *) mod_systemd: New module, for integration with systemd on Linux. [Jan Kaluza ] - *) core: ErrorDocument now works for requests without a Host header. - PR 48357. [Jeff Trawick] - *) --with-module: Fix failure to integrate them into some existing module directories. PR 40097. [Jeff Trawick] @@ -128,18 +103,9 @@ Changes with Apache 2.5.0 *) mod_slotmem: New provider function, fgrab(), which forces an allocation of a slot. [Jim Jagielski] - *) mod_proxy_balancer: The nonce is only derived from the UUID iff - not set via the 'nonce' balancer param. [Jim Jagielski] - *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content filters in Lua [Daniel Gruno] - *) core: Apply length limit when logging Status header values. - [Jeff Trawick, Chris Darroch] - - *) mod_ssl: Match wildcard SSL certificate names in proxy mode. - PR 53006. [Joe Orton] - *) WinNT MPM: Store pid and generation for each thread in scoreboard to allow tracking of threads from exiting children via mod_status or other such mechanisms. [Jeff Trawick] @@ -151,13 +117,6 @@ Changes with Apache 2.5.0 *) mod_lua: Allow scripts handled by the lua-script handler to return a status code to the client (such as a 302 or a 500) [Daniel Gruno] - *) mod_proxy_ajp: Fix crash in packet dump code when logging - with LogLevel trace7 or trace8. PR 53730. [Rainer Jung] - - *) mod_cache: Wrong content type and character set when - mod_cache serves stale content because of a proxy error. - PR 53539. [Rainer Jung, Ruediger Pluem] - *) mod_lua: Decline handling 'lua-script' if the file doesn't exist, rather than throwing an internal server error. [Daniel Gruno]