CHANGES revision 40d570cf1420f497bcac59045d4ce477f0b5d891
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien -*- coding: utf-8 -*-
822fb41d6f36e90a1ec836b32f869e1235e7da40tsienChanges with Apache 2.5.0
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_dav: Do not segfault on PROPFIND with a zero length DBM.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_dav: Do not fail PROPPATCH when prop namespace is not known.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_dav: When a PROPPATCH attempts to remove a non-existent dead
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien property on a resource for which there is no dead property in the same
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien namespace httpd segfaults. PR 52559 [Diego Santa Cruz
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_dav: PROPPATCH delete (svn propdel) silently discards errors.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien PR 53525 [Arwin Arni <arwin collab.net>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Timothy Wood <tjw omnigroup.com>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_dav: Sending a If or If-Match header with an invalid ETag doesn't
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien result in a 412 Precondition Failed. PR 54610 [Timothy Wood
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_dav: Make sure that when we prepare an If URL for Etag comparison,
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien we compare unencoded paths. PR 53910 [Timothy Wood <tjw omnigroup.com>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien full advantage of the event MPM. Enable the ability for a module
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien to reverse the sense of a poll event from a read to a write or vice
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien versa. [Graham Leggett]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) htpasswd: Add -v option to verify a password. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) htpasswd, htdbm: Fix password generation. PR 54735. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_dav: Improve error handling in dav_method_put(), add new
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien dav_join_error() function. PR 54145. [Ben Reser <ben reser.org>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_ldap: LDAP connections used for authentication were not respecting
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien LDAPConnectionPoolTimeout. PR 54587
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: ap_rgetline_core now pulls from r->proto_input_filters.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_proxy_html: process parsed comments immediately.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien Fixes bug where parsed comments may be lost. [Nick Kew]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: Add option to add valgrind support. Use it to reduce false positive
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien warnings in mod_ssl. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Daniel Gruno]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien Cache the result of the most recent password hash verification for every
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien keep-alive connection. This saves some expensive calculations.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) http: Remove support for Request-Range header sent by Navigator 2-3 and
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien MSIE 3. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien conformance or to only log the found problems. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: Correctly parse an IPv6 literal host specification in an absolute
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien URL in the request line. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_ssl: add support for subjectAltName-based host name checking
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien in proxy mode. PR 54030. [Kaspar Brand]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Jackie Zhang <jackie qq zhang gmail com>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) EventOpt MPM
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: Add LogLevelOverride directive that allows to override the
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien loglevel for clients from certain IPs. This also works for things
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien like the SSL handshake where <If> LogLevel ... </If> is evaluated
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien too late. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: Add new directive Warning to issue warnings from a configuration
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien file. Both Warning and Error now generate a timestamped log message.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Fabien Coelho]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien variables. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: New directive RegisterHttpMethod for registering non-standard
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien HTTP methods. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: New directive HttpProtocol which allows to disable HTTP/0.9
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien support. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_allowhandlers: New module to forbid specific handlers for specific
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien directories. [Stefan Fritsch]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) configure: Fix processing of --disable-FEATURE for various features.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Jeff Trawick]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_systemd: New module, for integration with systemd on Linux.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Jan Kaluza <jkaluza redhat.com>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_cache_socache: New cache implementation backed by mod_socache
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien that replaces mod_mem_cache removed from httpd v2.2. [Graham
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien to be used without patches to httpd core. [Jeff Trawick]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien filters in Lua [Daniel Gruno]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) WinNT MPM: Store pid and generation for each thread in scoreboard
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien to allow tracking of threads from exiting children via mod_status
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien or other such mechanisms. [Jeff Trawick]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_ssl: Catch missing or mismatched client cert/key pairs with
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien SSLProxyMachineCertificateFile/Path directives. PR 52212.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Keith Burdis <keith burdis.org>, Joe Orton]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_lua: Allow scripts handled by the lua-script handler to return
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien a status code to the client (such as a 302 or a 500) [Daniel Gruno]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien rather than throwing an internal server error. [Daniel Gruno]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_lua: Add functions r:flush and r:sendfile as well as additional
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien request information to the request_rec structure. [Daniel Gruno]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_lua: Add a server scope for Lua states, which creates a pool of
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien states with managable minimum and maximum size. [Daniel Gruno]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) core: Add post_perdir_config hook.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Steinar Gunderson <sgunderson bigfoot.com>]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien URIs to Lua scripts and functions using regular expressions.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Daniel Gruno]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien caching of lua scripts. [Daniel Gruno]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien mutexes (Mutex)
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien - mod_cache: thundering herd lock directory
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien - mod_ldap: shared memory cache
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Jeff Trawick]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) suexec: Add --enable-suexec-capabilites support on Linux, to use
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien setuid/setgid capability bits rather than a setuid root binary.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Joe Orton]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) suexec: Add support for logging to syslog as an alternative to logging
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien to a file; configure --without-suexec-logfile --with-suexec-syslog.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Joe Orton]
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
822fb41d6f36e90a1ec836b32f869e1235e7da40tsien [Matthew Steele <mdsteele google.com>]
passing through the server in such a way that connections and/or
Apache 2.4.xx tree as documented below, except as noted.]
Changes with Apache 2.4.x and later:
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later: