CHANGES revision ef82e8fa164e0a1f8b813f7deb6b7ead96018c94
199767f8919635c4928607450d9e0abb932109ceToomas Soome -*- coding: utf-8 -*-
199767f8919635c4928607450d9e0abb932109ceToomas SoomeChanges with Apache 2.5.0
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_proxy_html: process parsed comments immediately.
199767f8919635c4928607450d9e0abb932109ceToomas Soome Fixes bug (seen in the wild when used with IBM's HTTPD bundle)
199767f8919635c4928607450d9e0abb932109ceToomas Soome where parsed comments may be lost. [Nick Kew]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: Fix valgrind warning about uninitialized memory in argument to
199767f8919635c4928607450d9e0abb932109ceToomas Soome semctl. PR 53690. [Mikhail T. <mi+apache aldan algebra com>]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_proxy_connect: Don't keepalive the connection to the client if the
199767f8919635c4928607450d9e0abb932109ceToomas Soome backend closes the connection. PR 54474. [Pavel Mateja <pavel netsafe cz>]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: Add option to add valgrind suport. Use it to reduce false positive
199767f8919635c4928607450d9e0abb932109ceToomas Soome warnings in mod_ssl. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Daniel Gruno]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
199767f8919635c4928607450d9e0abb932109ceToomas Soome Cache the result of the most recent password hash verification for every
199767f8919635c4928607450d9e0abb932109ceToomas Soome keep-alive connection. This saves some expensive calculations.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) http: Remove support for Request-Range header sent by Navigator 2-3 and
199767f8919635c4928607450d9e0abb932109ceToomas Soome MSIE 3. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
199767f8919635c4928607450d9e0abb932109ceToomas Soome conformance or to only log the found problems. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: Correctly parse an IPv6 literal host specification in an absolute
199767f8919635c4928607450d9e0abb932109ceToomas Soome URL in the request line. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_ssl: add support for subjectAltName-based host name checking
199767f8919635c4928607450d9e0abb932109ceToomas Soome in proxy mode. PR 54030. [Kaspar Brand]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Jackie Zhang <jackie qq zhang gmail com>]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) EventOpt MPM
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: Add LogLevelOverride directive that allows to override the
199767f8919635c4928607450d9e0abb932109ceToomas Soome loglevel for clients from certain IPs. This also works for things
199767f8919635c4928607450d9e0abb932109ceToomas Soome like the SSL handshake where <If> LogLevel ... </If> is evaluated
199767f8919635c4928607450d9e0abb932109ceToomas Soome too late. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: Add new directive Warning to issue warnings from a configuration
199767f8919635c4928607450d9e0abb932109ceToomas Soome file. Both Warning and Error now generate a timestamped log message.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Fabien Coelho]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_status: Print out list of times since a Vhost was last used.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Jim Jagielski]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
199767f8919635c4928607450d9e0abb932109ceToomas Soome variables. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: New directive RegisterHttpMethod for registering non-standard
199767f8919635c4928607450d9e0abb932109ceToomas Soome HTTP methods. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: New directive HttpProtocol which allows to disable HTTP/0.9
199767f8919635c4928607450d9e0abb932109ceToomas Soome support. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_allowhandlers: New module to forbid specific handlers for specific
199767f8919635c4928607450d9e0abb932109ceToomas Soome directories. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) configure: Fix processing of --disable-FEATURE for various features.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Jeff Trawick]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_systemd: New module, for integration with systemd on Linux.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Jan Kaluza <jkaluza redhat.com>]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_cache_socache: New cache implementation backed by mod_socache
199767f8919635c4928607450d9e0abb932109ceToomas Soome that replaces mod_mem_cache removed from httpd v2.2. [Graham
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
199767f8919635c4928607450d9e0abb932109ceToomas Soome to be used without patches to httpd core. [Jeff Trawick]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
199767f8919635c4928607450d9e0abb932109ceToomas Soome filters in Lua [Daniel Gruno]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) WinNT MPM: Store pid and generation for each thread in scoreboard
199767f8919635c4928607450d9e0abb932109ceToomas Soome to allow tracking of threads from exiting children via mod_status
199767f8919635c4928607450d9e0abb932109ceToomas Soome or other such mechanisms. [Jeff Trawick]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_ssl: Catch missing or mismatched client cert/key pairs with
199767f8919635c4928607450d9e0abb932109ceToomas Soome SSLProxyMachineCertificateFile/Path directives. PR 52212.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Keith Burdis <keith burdis.org>, Joe Orton]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_lua: Allow scripts handled by the lua-script handler to return
199767f8919635c4928607450d9e0abb932109ceToomas Soome a status code to the client (such as a 302 or a 500) [Daniel Gruno]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
199767f8919635c4928607450d9e0abb932109ceToomas Soome rather than throwing an internal server error. [Daniel Gruno]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_lua: Add functions r:flush and r:sendfile as well as additional
199767f8919635c4928607450d9e0abb932109ceToomas Soome request information to the request_rec structure. [Daniel Gruno]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_lua: Add a server scope for Lua states, which creates a pool of
199767f8919635c4928607450d9e0abb932109ceToomas Soome states with managable minimum and maximum size. [Daniel Gruno]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: Add post_perdir_config hook.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Steinar Gunderson <sgunderson bigfoot.com>]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
199767f8919635c4928607450d9e0abb932109ceToomas Soome URIs to Lua scripts and functions using regular expressions.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Daniel Gruno]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
199767f8919635c4928607450d9e0abb932109ceToomas Soome caching of lua scripts. [Daniel Gruno]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
199767f8919635c4928607450d9e0abb932109ceToomas Soome - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
199767f8919635c4928607450d9e0abb932109ceToomas Soome - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
199767f8919635c4928607450d9e0abb932109ceToomas Soome mutexes (Mutex)
199767f8919635c4928607450d9e0abb932109ceToomas Soome - mod_cache: thundering herd lock directory
199767f8919635c4928607450d9e0abb932109ceToomas Soome - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
199767f8919635c4928607450d9e0abb932109ceToomas Soome - mod_ldap: shared memory cache
199767f8919635c4928607450d9e0abb932109ceToomas Soome - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Jeff Trawick]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) suexec: Add --enable-suexec-capabilites support on Linux, to use
199767f8919635c4928607450d9e0abb932109ceToomas Soome setuid/setgid capability bits rather than a setuid root binary.
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) suexec: Add support for logging to syslog as an alternative to logging
199767f8919635c4928607450d9e0abb932109ceToomas Soome to a file; configure --without-suexec-logfile --with-suexec-syslog.
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Matthew Steele <mdsteele google.com>]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
199767f8919635c4928607450d9e0abb932109ceToomas Soome be compiled by the build compiler instead of the host compiler.
199767f8919635c4928607450d9e0abb932109ceToomas Soome Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
199767f8919635c4928607450d9e0abb932109ceToomas Soome PR 51257. [Guenter Knauf]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) core: In maintainer mode, replace apr_palloc with a version that
199767f8919635c4928607450d9e0abb932109ceToomas Soome initializes the allocated memory with non-zero values, except if
199767f8919635c4928607450d9e0abb932109ceToomas Soome AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_policy: Add a new testing module to help server administrators
199767f8919635c4928607450d9e0abb932109ceToomas Soome enforce a configurable level of protocol compliance on their
199767f8919635c4928607450d9e0abb932109ceToomas Soome servers and application servers behind theirs. [Graham Leggett]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_firehose: Add a new debugging module able to record traffic
199767f8919635c4928607450d9e0abb932109ceToomas Soome passing through the server in such a way that connections and/or
199767f8919635c4928607450d9e0abb932109ceToomas Soome requests be reconstructed and replayed. [Graham Leggett]
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) mod_noloris
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) Simple MPM
199767f8919635c4928607450d9e0abb932109ceToomas Soome [Apache 2.5.0-dev includes those bug fixes and changes with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome Apache 2.4.xx tree as documented below, except as noted.]
199767f8919635c4928607450d9e0abb932109ceToomas SoomeChanges with Apache 2.4.x and later:
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
199767f8919635c4928607450d9e0abb932109ceToomas SoomeChanges with Apache 2.2.x and later:
199767f8919635c4928607450d9e0abb932109ceToomas Soome *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
199767f8919635c4928607450d9e0abb932109ceToomas SoomeChanges with Apache 2.0.x and later: