CHANGES revision 4b3f656d2ad030be85d219e02fdc11546ddecb5c
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf -*- coding: utf-8 -*-
2dd2efa5a06a9befe46075cf41e16f57533c9f98willfChanges with Apache 2.5.0
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_headers: Add 'Header note header-name note-name' for copying a response
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf headers value into a note. [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) WinNT MPM: Don't crash during child process initialization if the
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf Listen protocol is unrecognized. [Jeff Trawick]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_lua: add setcookie and getcookie functions to the request_rec struct.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Daniel Gruno]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_status, mod_echo: Fix the display of client addresses.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf They were truncated to 31 characters which is not enough for IPv6 addresses.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf PR 54848 [Bernhard Schmidt <berni birkenwald de>]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf be prefixed to the response as documented. [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf is configured without mod_filter. [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_lua: Register LuaOutputFilter scripts as changing the content and
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf content-length by default, when run my mod_filter. Previously,
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf growing or shrinking a response that started with Content-Length set
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf would require mod_filter and FilterProtocol change=yes. [Eric Covnener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_filter: Add "change=no" as a proto-flag to FilterProtocol
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf to remove a providers initial flags set at registration time.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf numeric return code. [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) Add experimental cmake-based build system for Windows. [Jeff Trawick,
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf Tom Donovan]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_ldap: Change "LDAPReferrals off" to actually set the underlying LDAP
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf SDK option to OFF, and introduce "LDAPReferrals default" to take the SDK
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf default, sans rebind authentication callback.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Jan Kaluza <jkaluza AT redhat.com>]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_authz_groupfile, mod_authz_user: Reduce severity of AH01671 and AH01663
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf from ERROR to DEBUG, since these modules do not know what mod_authz_core
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf is doing with their AUTHZ_DENIED return value. [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_authnz_fcgi: New module to enable FastCGI authorizer
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf applications to authenticate and/or authorize clients.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Jeff Trawick]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_auth_basic: Add AuthBasicUseDigestAlgorithm directive to
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf allow migration of passwords from digest to basic authentication.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Chris Darroch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Add util_fcgi.h and associated definitions and support
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf routines for FastCGI, based largely on mod_proxy_fcgi.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Jeff Trawick]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Jeff Trawick]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_unique_id: Use output of the PRNG rather than IP address and
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf pid, avoiding sleep() call and possible DNS issues at startup,
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf plus improving randomness for IPv6-only hosts.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Jan Kaluza <jkaluza redhat.com>]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Log a message at TRACE1 when the client aborts a connection.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf filter "none" to be specified in AuthLDAPURL. [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_file_cache: mod_file_cache should be able to serve files that
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: merge AllowEncodedSlashes from the base configuration into
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf virtual hosts. [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_headers: Add 'setifempty' command to Header and RequestHeader.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_deflate: permit compilation of mod_deflate against a zlib that has
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf been configured with -D Z_PREFIX, which redefines the token "deflate".
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Eric Covener]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_auth_digest: Use the secret when generating nonces in all cases and
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf not only when AuthName is used in .htaccess files (this change may cause
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf problems if used with round robin load balancers). Don't regenerate the
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf secret on graceful restarts. PR 54637 [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) ab: Add a new -l parameter in order not to check the length of the responses.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf This can be usefull with dynamic pages.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf PR9945, PR27888, PR42040 [<ccikrs1 cranbrook edu>]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_logio: new format-specifier %C (combined) which is the sum of received
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf and sent byte counts.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf PR54015 [Christophe Jaillet]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Remove apr_brigade_flatten(), buffering and duplicated code
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf from the HTTP_IN filter, parse chunks in a single pass with zero copy.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf Reduce memory usage by 48 bytes per request. [Graham Leggett]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Stop the HTTP_IN filter from attempting to write error buckets
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf to the output filters, which is bogus in the proxy case. Create a
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf clean mapping from APR codes to HTTP status codes, and use it where
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf needed. [Graham Leggett]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_proxy: Ensure network errors detected by the proxy are returned as
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core, mod_ssl: Enable the ability for a module to reverse the sense of
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf a poll event from a read to a write or vice versa. This is a step on
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf the way to allow mod_ssl taking full advantage of the event MPM.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Graham Leggett]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_ldap: LDAP connections used for authentication were not respecting
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf LDAPConnectionPoolTimeout. PR 54587
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: ap_rgetline_core now pulls from r->proto_input_filters.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_proxy_html: process parsed comments immediately.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf Fixes bug where parsed comments may be lost. [Nick Kew]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Add option to add valgrind support. Use it to reduce false positive
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf warnings in mod_ssl. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf Cache the result of the most recent password hash verification for every
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf keep-alive connection. This saves some expensive calculations.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) http: Remove support for Request-Range header sent by Navigator 2-3 and
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf MSIE 3. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf conformance or to only log the found problems. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Correctly parse an IPv6 literal host specification in an absolute
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf URL in the request line. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) EventOpt MPM
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Add LogLevelOverride directive that allows to override the
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf loglevel for clients from certain IPs. This also works for things
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf like the SSL handshake where <If> LogLevel ... </If> is evaluated
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf too late. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: Add new directive Warning to issue warnings from a configuration
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf file. Both Warning and Error now generate a timestamped log message.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Fabien Coelho]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf variables. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: New directive RegisterHttpMethod for registering non-standard
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf HTTP methods. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: New directive HttpProtocol which allows to disable HTTP/0.9
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf support. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_allowhandlers: New module to forbid specific handlers for specific
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf directories. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_systemd: New module, for integration with systemd on Linux.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Jan Kaluza <jkaluza redhat.com>]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) WinNT MPM: Store pid and generation for each thread in scoreboard
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf to allow tracking of threads from exiting children via mod_status
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf or other such mechanisms. [Jeff Trawick]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_ssl: Catch missing or mismatched client cert/key pairs with
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf SSLProxyMachineCertificateFile/Path directives. PR 52212.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Keith Burdis <keith burdis.org>, Joe Orton]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf mutexes (Mutex)
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf - mod_cache: thundering herd lock directory
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf - mod_ldap: shared memory cache
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Jeff Trawick]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) suexec: Add --enable-suexec-capabilites support on Linux, to use
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf setuid/setgid capability bits rather than a setuid root binary.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Joe Orton]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) suexec: Add support for logging to syslog as an alternative to logging
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf to a file; configure --without-suexec-logfile --with-suexec-syslog.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Joe Orton]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Matthew Steele <mdsteele google.com>]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf be compiled by the build compiler instead of the host compiler.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf PR 51257. [Guenter Knauf]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) core: In maintainer mode, replace apr_palloc with a version that
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf initializes the allocated memory with non-zero values, except if
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_policy: Add a new testing module to help server administrators
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf enforce a configurable level of protocol compliance on their
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf servers and application servers behind theirs. [Graham Leggett]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_firehose: Add a new debugging module able to record traffic
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf passing through the server in such a way that connections and/or
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf requests be reconstructed and replayed. [Graham Leggett]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_noloris
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) Simple MPM
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) mod_serf
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf [Apache 2.5.0-dev includes those bug fixes and changes with the
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf Apache 2.4.xx tree as documented below, except as noted.]
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillfChanges with Apache 2.4.x and later:
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillfChanges with Apache 2.2.x and later:
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillfChanges with Apache 2.0.x and later: