From: Yann Ylavic Date: Tue, 3 Oct 2017 13:26:52 +0000 (+0000) Subject: Axe backported entries. X-Git-Tag: 2.5.0-alpha~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a328d8faccb893be5b0c07a4e6089878ed555a62;p=thirdparty%2Fapache%2Fhttpd.git Axe backported entries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811007 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index fe343803a5a..449bd35842d 100644 --- a/CHANGES +++ b/CHANGES @@ -55,9 +55,6 @@ Changes with Apache 2.5.0 *) mod_ssl: Adding option to set a list of addr:port specs, as used in VirtualHosts to enable SSLEngine for all matching hosts. Updated documentation. [Stefan Eissing] - - *) core: Disallow Methods' registration at runtime (.htaccess), they may be - used only if registered at init time (httpd.conf). [Yann Ylavic] *) mod_md: v0.9.1: - various fixes in MDRenewWindow handling when specifying percent. Serialization changed. If @@ -71,19 +68,10 @@ Changes with Apache 2.5.0 *) mod_md: v0.9.0: Certificate provisioning from Let's Encrypt (and other ACME CAs) for mod_ssl virtual hosts. [Stefan Eissing] - - *) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25). - [Jim Jagielski] - - *) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified - down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond), - 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski] *) mod_ssl: add SSLPolicy (define/use) and SSLProxyPolicy directives plus documentation. Add core definitions for policies 'modern', 'intermediate' and 'old', as defined by Mozilla in . [Stefan Eissing] - - *) mod_proxy: Fix ProxyAddHeaders merging. [Joe Orton] *) mod_md: new module for managing domains across VirtualHosts with ACME protocol implementation for automated certificate signup and renewal. Default CA is @@ -91,22 +79,12 @@ Changes with Apache 2.5.0 Will be switched to the real service endpoint rather soon. If you need it now, configure 'MDCertificateAuthority https://acme-v01.api.letsencrypt.org/directory'. [Stefan Eissing] - - *) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184. - [Bernard Spil , Yann Ylavic] *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic] - *) mod_proxy_wstunnel: Fix detection of unresponded request which could have - led to spurious HTTP 502 error messages sent on upgrade connections. - PR 61283. [Yann Ylavic] - *) mod_http2: Simplify ready queue, less memory and better performance. Update mod_http2 version to 1.10.7. [Stefan Eissing] - - *) htpasswd / htdigest: Do not apply the strict permissions of the temporary - passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem] *) mod_rewrite: Add 'RewriteOptions LongURLOptimization' to free memory from each set of unmatched rewrite conditions. @@ -119,16 +97,8 @@ Changes with Apache 2.5.0 *) Introduce request taint checking framework to prevent privilege hijacking through .htaccess. [Nick Kew] - *) core: Disallow multiple Listen on the same IP:port when listener buckets - are configured (ListenCoresBucketsRatio > 0), consistently with the single - bucket case (default), thus avoiding the leak of the corresponding socket - descriptors on graceful restart. [Yann Ylavic] - *) Add and directives. [Joe Orton] - *) mod_syslog: Support use of optional "tag" in syslog entries. - PR 60525. [Ben Rubson , Jim Jagielski] - *) When using mod_status with the Event MPM, report the number of requests associated with an active connection in the "ACC" field. Previously zero was always reported with this MPM. PR60647. [Eric Covener]