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 13675109A6 for ; Thu, 27 Jun 2013 23:00:38 +0000 (UTC) Received: (qmail 47699 invoked by uid 500); 27 Jun 2013 23:00:37 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 47599 invoked by uid 500); 27 Jun 2013 23:00:37 -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 47592 invoked by uid 99); 27 Jun 2013 23:00:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 23:00:37 +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; Thu, 27 Jun 2013 23:00:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9577E2388AB9; Thu, 27 Jun 2013 23:00:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1497605 - /httpd/httpd/trunk/CHANGES Date: Thu, 27 Jun 2013 23:00:16 -0000 To: cvs@httpd.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130627230016.9577E2388AB9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rjung Date: Thu Jun 27 23:00:15 2013 New Revision: 1497605 URL: http://svn.apache.org/r1497605 Log: Remove backported items. Reduction by 1/3. Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1497605&r1=1497604&r2=1497605&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Thu Jun 27 23:00:15 2013 @@ -8,10 +8,6 @@ Changes with Apache 2.5.0 *) mod_file_cache: mod_file_cache should be able to serve files that haven't had a Content-Type set via e.g. mod_mime. [Eric Covener] - *) core: Support the SINGLE_LISTEN_UNSERIALIZED_ACCEPT optimization - on Linux kernel versions 3.x and above. PR 55121. [Bradley Heilbrun - ] - *) core: merge AllowEncodedSlashes from the base configuration into virtual hosts. [Eric Covener] @@ -35,21 +31,11 @@ Changes with Apache 2.5.0 *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size previously limited to 64MB. [Jens Låås ] - *) mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged - correctly. [Jens Låås ] - *) mod_auth_digest: Use the secret when generating nonces in all cases and not only when AuthName is used in .htaccess files (this change may cause problems if used with round robin load balancers). Don't regenerate the secret on graceful restarts. PR 54637 [Stefan Fritsch] - *) mod_cache_socache: Use the name of the socache implementation when performing - a lookup rather than using the raw arguments. [Martin Ksellmann - ] - - *) rotatelogs: add -n number-of-files option to roate through a number - of fixed-name logfiles. [Eric Covener] - *) mod_lua: If a LuaMapHandler doesn't return any value, log a warning and treat it as apache2.OK. [Eric Covener] @@ -64,11 +50,6 @@ Changes with Apache 2.5.0 sessions, and ensure the session ID is changed each time the session changes. [Takashi Sato , Graham Leggett] - *) mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with - the source href (sent as part of the request body as XML) pointing to a - URI that is not configured for DAV will trigger a segfault. [Ben Reser - ] - *) mod_logio: new format-specifier %C (combined) which is the sum of received and sent byte counts. PR54015 [Christophe Jaillet] @@ -80,10 +61,6 @@ Changes with Apache 2.5.0 *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive. Gracefully step aside if the body size is zero. [Graham Leggett] - *) 'AuthGroupFile' and 'AuthUserFile' do not accept anymore the optional - 'standard' keyword . It was unused and not documented. - PR54463 [Tianyin Xu and Christophe Jaillet] - *) mod_proxy_http: Make the proxy-interim-response environment variable effective by formally overriding origin server behaviour. [Graham Leggett, Co-Advisor ] @@ -97,109 +74,22 @@ Changes with Apache 2.5.0 through, ensuring that all headers listed by Connection are removed. [Graham Leggett, Co-Advisor ] - *) core: apachectl -S prints wildcard name-based virtual hosts twice. - PR54948 [Eric Covener] - - *) mod_proxy: Reject invalid values for Max-Forwards. [Graham Leggett, - Co-Advisor ] - - *) mod_cache: If a 304 response indicates an entity not currently cached, then - the cache MUST disregard the response and repeat the request without the - conditional. [Graham Leggett, Co-Advisor ] - *) mod_proxy: Fix seg-faults when using the global pool on threaded MPMs [Thomas Eckert , Jim Jagielski] *) mod_proxy: Ensure network errors detected by the proxy are returned as 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls. - [Graham Leggett, Co-Advisor ] - - *) mod_cache: Ensure that we don't attempt to replace a cached response - with an older response as per RFC2616 13.12. [Graham Leggett, Co-Advisor - ] - - *) core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions() - with weak validation combined with If-Range and Range headers. Break - out explicit conditional header checks to be useable elsewhere in the - server. Ensure weak validation RFC compliance in the byteranges filter. - Ensure RFC validation compliance when serving cached entities. PR 16142 - [Graham Leggett, Co-Advisor ] - - *) core: Add the ability to do explicit matching on weak and strong ETags - as per RFC2616 Section 13.3.3. [Graham Leggett, Co-Advisor - ] - - *) mod_cache: Ensure that updated responses to HEAD requests don't get - mistakenly paired with a previously cached body. Ensure that any existing - body is removed when a HEAD request is cached. [Graham Leggett, - Co-Advisor ] - - *) mod_cache: Honour Cache-Control: no-store in a request. [Graham Leggett] - - *) mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the - semantics of the proxy-revalidate directive. [Graham Leggett] - - *) mod_cache: Make sure that contradictory entity headers present in a 304 - Not Modified response are caught and cause the entity to be removed. - [Graham Leggett] - - *) mod_cache: Make sure Vary processing handles multivalued Vary headers and - multivalued headers referred to via Vary. [Graham Leggett] - - *) mod_cache: When serving from cache, only the last header of a multivalued - header was taken into account. Fixed. [Graham Leggett] - - *) mod_cache: Ignore response headers specified by no-cache=header and - private=header as specified by RFC2616 14.9.1 What is Cacheable. Ensure - that these headers are still processed when multiple Cache-Control - headers are present in the response. PR 54706 [Graham Leggett, - Yann Ylavic ] - - *) mod_cache: Invalidate cached entities in response to RFC2616 Section - 13.10 Invalidation After Updates or Deletions. PR 15868 [Graham - Leggett] *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981 [Basant Kumar Kukreja , Alejandro Alvarez ] - *) mod_dav: Do not segfault on PROPFIND with a zero length DBM. - PR 52559 [Diego Santa Cruz ] - - *) mod_dav: Do not fail PROPPATCH when prop namespace is not known. - PR 52559 [Diego Santa Cruz ] - - *) mod_dav: When a PROPPATCH attempts to remove a non-existent dead - property on a resource for which there is no dead property in the same - namespace httpd segfaults. PR 52559 [Diego Santa Cruz - ] - - *) mod_dav: Ensure URI is correctly uriencoded on return. PR 54611 - [Timothy Wood ] - - *) mod_dav: Sending a If or If-Match header with an invalid ETag doesn't - result in a 412 Precondition Failed. PR 54610 [Timothy Wood - ] - - *) mod_dav: Make sure that when we prepare an If URL for Etag comparison, - we compare unencoded paths. PR 53910 [Timothy Wood ] - *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking full advantage of the event MPM. Enable the ability for a module to reverse the sense of a poll event from a read to a write or vice versa. [Graham Leggett] - *) htpasswd: Add -v option to verify a password. [Stefan Fritsch] - - *) htpasswd, htdbm: Fix password generation. PR 54735. [Stefan Fritsch] - - *) mod_dav: Improve error handling in dav_method_put(), add new - dav_join_error() function. PR 54145. [Ben Reser ] - - *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan - Fritsch] - *) mod_ldap: LDAP connections used for authentication were not respecting LDAPConnectionPoolTimeout. PR 54587 @@ -233,9 +123,6 @@ Changes with Apache 2.5.0 *) core: Correctly parse an IPv6 literal host specification in an absolute URL in the request line. [Stefan Fritsch] - *) mod_ssl: add support for subjectAltName-based host name checking - in proxy mode. PR 54030. [Kaspar Brand] - *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254. [Jackie Zhang ] @@ -264,16 +151,9 @@ Changes with Apache 2.5.0 *) mod_allowhandlers: New module to forbid specific handlers for specific directories. [Stefan Fritsch] - *) configure: Fix processing of --disable-FEATURE for various features. - [Jeff Trawick] - *) mod_systemd: New module, for integration with systemd on Linux. [Jan Kaluza ] - *) mod_cache_socache: New cache implementation backed by mod_socache - that replaces mod_mem_cache removed from httpd v2.2. [Graham - Leggett] - *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk to be used without patches to httpd core. [Jeff Trawick] @@ -300,9 +180,6 @@ Changes with Apache 2.5.0 *) mod_lua: Add a server scope for Lua states, which creates a pool of states with managable minimum and maximum size. [Daniel Gruno] - *) core: Add post_perdir_config hook. - [Steinar Gunderson ] - *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping URIs to Lua scripts and functions using regular expressions. [Daniel Gruno]