]> granicus.if.org Git - apache/blobdiff - CHANGES
Add ap_errorlog_provider to make ErrorLog logging modular. Move
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index a8e629261feda24475ae5be113413f79635298e1..f27e513044b563643d04e679fee4aa2f9f289379 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,80 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) core: Replace pre_htaccess hook with more flexible open_htaccess hook.
-     [Stefan Fritsch]
+  *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
+     syslog support from core to new mod_syslog. [Jan Kaluza]
+
+  *) mod_proxy_fcgi: Handle reading protocol data that is split between
+     packets.  [Jeff Trawick]
+
+  *) mod_proxy_fcgi: Remove 64K limit on encoded length of all envvars.
+     An individual envvar with an encoded length of more than 16K will be
+     omitted.  [Jeff Trawick]
+
+  *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
+     TE/CL conflicts. [Yann Ylavic <ylavic.dev gmail com>, Jim Jagielski]
+     
+  *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
+     30 seconds timeout. [Jan Kaluza]
+
+  *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
+     save the socket for reuse by the next worker as if it were an 
+     APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
+
+  *) mod_cache: Avoid a crash with strcmp() when the hostname is not provided.
+     [Graham Leggett]
+
+  *) mod_lua: Add rudimentary support for WebSocket interaction. This is 
+     currently request-bound and only supports the WS protocol. [Daniel Gruno]
+
+  *) mod_lua: Add getcookie/setcookie for reading/writing HTTP cookies
+     [Daniel Gruno]
+
+  *) WinNT MPM: Don't crash during child process initialization if the
+     Listen protocol is unrecognized.  [Jeff Trawick]
+
+  *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno]
+
+  *) mod_status, mod_echo: Fix the display of client addresses.
+     They were truncated to 31 characters which is not enough for IPv6 addresses.
+     PR 54848 [Bernhard Schmidt <berni birkenwald de>]
+
+  *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
+     be prefixed to the response as documented. [Eric Covener]
+
+  *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter
+     is configured without mod_filter. [Eric Covener]
+
+  *) mod_lua: Register LuaOutputFilter scripts as changing the content and
+     content-length by default, when run my mod_filter.  Previously,
+     growing or shrinking a response that started with Content-Length set
+     would require mod_filter and FilterProtocol change=yes. [Eric Covnener]
+
+  *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a 
+     numeric return code. [Eric Covener]
+
+  *) Add experimental cmake-based build system for Windows.  [Jeff Trawick,
+     Tom Donovan]
+
+  *) mod_authnz_fcgi: New module to enable FastCGI authorizer
+     applications to authenticate and/or authorize clients.
+     [Jeff Trawick]
+
+  *) mod_auth_basic: Add AuthBasicUseDigestAlgorithm directive to
+     allow migration of passwords from digest to basic authentication.
+     [Chris Darroch]
+
+  *) core: Add util_fcgi.h and associated definitions and support
+     routines for FastCGI, based largely on mod_proxy_fcgi.
+     [Jeff Trawick]
+
+  *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
+     [Jeff Trawick]
+
+  *) mod_unique_id: Use output of the PRNG rather than IP address and
+     pid, avoiding sleep() call and possible DNS issues at startup,
+     plus improving randomness for IPv6-only hosts.
+     [Jan Kaluza <jkaluza redhat.com>]
 
   *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
      filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
@@ -14,16 +86,9 @@ Changes with Apache 2.5.0
   *) core: merge AllowEncodedSlashes from the base configuration into
      virtual hosts. [Eric Covener]
 
-  *) mod_headers: Add 'setifempty' command to Header and RequestHeader.
-     [Eric Covener]
-
   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
      [Eric Covener]
 
-  *) mod_ldap: Retry transient LDAP connection errors when they occur 
-     during the authorization stage. 
-     [Eric Covener]
-
   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
      [Eric Covener]
 
@@ -51,22 +116,11 @@ Changes with Apache 2.5.0
      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
      Reduce memory usage by 48 bytes per request. [Graham Leggett]
 
-  *) mod_proxy_http: Make the proxy-interim-response environment variable
-     effective by formally overriding origin server behaviour. [Graham
-     Leggett, Co-Advisor <coad measurement-factory.com>]
-
   *) core: Stop the HTTP_IN filter from attempting to write error buckets
      to the output filters, which is bogus in the proxy case. Create a
      clean mapping from APR codes to HTTP status codes, and use it where
      needed. [Graham Leggett]
 
-  *) mod_proxy: Ensure we don't attempt to amend a table we are iterating
-     through, ensuring that all headers listed by Connection are removed.
-     [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
-
-  *) mod_proxy: Fix seg-faults when using the global pool on threaded
-     MPMs [Thomas Eckert <thomas.r.w.eckert gmail.com>, 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.
@@ -75,10 +129,10 @@ Changes with Apache 2.5.0
      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
      <alejandro.alvarez.ayllon cern.ch>]
 
-  *) 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]
+  *) core, mod_ssl: Enable the ability for a module to reverse the sense of
+     a poll event from a read to a write or vice versa. This is a step on
+     the way to allow mod_ssl taking full advantage of the event MPM.
+     [Graham Leggett]
 
   *) mod_ldap: LDAP connections used for authentication were not respecting
      LDAPConnectionPoolTimeout.  PR 54587
@@ -110,9 +164,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]
 
-  *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
-     [Jackie Zhang <jackie qq zhang gmail com>]
-
   *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
 
   *) EventOpt MPM
@@ -141,9 +192,6 @@ Changes with Apache 2.5.0
   *) mod_systemd: New module, for integration with systemd on Linux.
      [Jan Kaluza <jkaluza redhat.com>]
 
-  *) core: Add pre_htaccess hook, allowing mpm-itk
-     to be used without patches to httpd core.  [Jeff Trawick]
-
   *) 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]