]> granicus.if.org Git - apache/blobdiff - CHANGES
rules.mk: output directly to target for LT_COMPILE
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 16d64dd962ac089da06b23daaa3185e385f4ec3a..6eb0a52142d963658ae6e0034ad78262cc96acb8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,23 +1,24 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_http2: input buffering and dynamic flow windows for increased 
-     throughput. [Stefan Eissing]
+  *) mod_env: when processing a 'SetEnv' directive, warn if the environment
+     variable name includes a '='. It is likely a configuration error.
+     PR 60249 [Christophe Jaillet]
 
-  *) mod_http2: h2 workers with improved scalability for better scheduling
-     performance. There are H2MaxWorkers threads created at start and the
-     number is kept constant. [Stefan Eissing]
-     
-  *) mod_http2: obsoleted option H2SessionExtraFiles, will be ignored and
-     just log a warning. [Stefan Eissing]
-     
-  *) mod_autoindex: Add IndexOptions UseOldDateFormat to allow the date
-     format from 2.2 in the Last Modified column. PR60846.
-     [Hank Ibell <hwibell gmail.com>]
+  *) Evaluate nested If/ElseIf/Else configuration blocks.
+     [Luca Toscano, Jacob Champion]
+
+  *) Introduce request taint checking framework to prevent privilege
+     hijacking through .htaccess. [Nick Kew]
+
+  *) mod_proxy_wstunnel: Add "upgrade" parameter to allow upgrade to other
+     protocols.  [Jean-Frederic Clere]
+
+  *) 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]
 
-  *) mod_http2: fixed PR60869 by making h2 workers exit explicitly waking up
-     all threads to exit in a defined way. [Stefan Eissing]
-     
   *) Add <IfDirective> and <IfSection> directives.  [Joe Orton]
 
   *) mod_syslog: Support use of optional "tag" in syslog entries.
@@ -59,9 +60,6 @@ Changes with Apache 2.5.0
      to revert to previous behavior. PR60009.
      [Hank Ibell <hwibell gmail.com>]
  
-  *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
-     [Hank Ibell <hwibell gmail.com>]
-
   *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
      zero out what had been initialized as the connection-level port.  PR59931.
      [Hank Ibell <hwibell gmail.com>]
@@ -84,13 +82,6 @@ Changes with Apache 2.5.0
   *) event: Avoid listener periodic wake ups by using the pollset wake-ability
      when available.  PR 57399.  [Yann Ylavic, Luca Toscano]
 
-  *) mod_brotli: Add a new module for dynamic Brotli (RFC 7932) compression.
-     [Evgeny Kotkov]
-
-  *) core: Permit unencoded ';' characters to appear in proxy requests and
-     Location: response headers. Corresponds to modern browser behavior.
-     [William Rowe]
-
   *) mod_crypto: Add the all purpose crypto filters with support for HLS.
      [Graham Leggett]