CHANGES revision 6d045714d1798b4620447eef99b09ade5834e75b
10139N/A -*- coding: utf-8 -*-
10139N/AChanges with Apache 2.5.0
10139N/A
10139N/A *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
10139N/A filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
10139N/A filter "none" to be specified in AuthLDAPURL. [Eric Covener]
10139N/A
10139N/A *) mod_file_cache: mod_file_cache should be able to serve files that
10139N/A haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
10139N/A
10139N/A *) core: merge AllowEncodedSlashes from the base configuration into
10139N/A virtual hosts. [Eric Covener]
10139N/A
10139N/A *) mod_headers: Add 'setifempty' command to Header and RequestHeader.
10139N/A [Eric Covener]
10139N/A
10139N/A *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
10139N/A [Eric Covener]
10139N/A
10139N/A *) mod_ldap: Retry transient LDAP connection errors when they occur
10139N/A during the authorization stage.
10139N/A [Eric Covener]
10139N/A
10139N/A *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
10139N/A [Eric Covener]
10139N/A
10139N/A *) mod_deflate: permit compilation of mod_deflate against a zlib that has
10139N/A been configured with -D Z_PREFIX, which redefines the token "deflate".
10139N/A [Eric Covener]
10139N/A
10139N/A *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
10139N/A previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
10139N/A
10139N/A *) mod_auth_digest: Use the secret when generating nonces in all cases and
10139N/A not only when AuthName is used in .htaccess files (this change may cause
10139N/A problems if used with round robin load balancers). Don't regenerate the
10139N/A secret on graceful restarts. PR 54637 [Stefan Fritsch]
10139N/A
10139N/A *) mod_lua: If a LuaMapHandler doesn't return any value, log a warning
10139N/A and treat it as apache2.OK. [Eric Covener]
10139N/A
10139N/A *) ab: Add a new -l parameter in order not to check the length of the responses.
10139N/A This can be usefull with dynamic pages.
10139N/A PR9945, PR27888, PR42040 [<ccikrs1 cranbrook edu>]
10139N/A
10139N/A *) mod_ssl: Fix possible truncation of OCSP responses when reading from the
10139N/A server. [Joe Orton]
10139N/A
10139N/A *) mod_session_dbd: Make sure that dirty flag is respected when saving
10139N/A sessions, and ensure the session ID is changed each time the session
10139N/A changes. [Takashi Sato <takashi tks.st>, Graham Leggett]
10139N/A
10139N/A *) mod_logio: new format-specifier %C (combined) which is the sum of received
10139N/A and sent byte counts.
10139N/A PR54015 [Christophe Jaillet]
10139N/A
10139N/A *) core: Remove apr_brigade_flatten(), buffering and duplicated code
10139N/A from the HTTP_IN filter, parse chunks in a single pass with zero copy.
10139N/A Reduce memory usage by 48 bytes per request. [Graham Leggett]
13931N/A
10139N/A *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
10139N/A Gracefully step aside if the body size is zero. [Graham Leggett]
10139N/A
10139N/A *) mod_proxy_http: Make the proxy-interim-response environment variable
10139N/A effective by formally overriding origin server behaviour. [Graham
10139N/A Leggett, Co-Advisor <coad measurement-factory.com>]
10139N/A
10139N/A *) core: Stop the HTTP_IN filter from attempting to write error buckets
13570N/A to the output filters, which is bogus in the proxy case. Create a
10139N/A clean mapping from APR codes to HTTP status codes, and use it where
10139N/A needed. [Graham Leggett]
10139N/A
14177N/A *) mod_proxy: Ensure we don't attempt to amend a table we are iterating
11965N/A through, ensuring that all headers listed by Connection are removed.
11965N/A [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
13678N/A
10139N/A *) mod_proxy: Fix seg-faults when using the global pool on threaded
10139N/A MPMs [Thomas Eckert <thomas.r.w.eckert gmail.com>, Jim Jagielski]
13680N/A
10139N/A *) mod_proxy: Ensure network errors detected by the proxy are returned as
10139N/A 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
11933N/A compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
10139N/A
10139N/A *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
15288N/A [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
10139N/A <alejandro.alvarez.ayllon cern.ch>]
10139N/A
13760N/A *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking
10139N/A full advantage of the event MPM. Enable the ability for a module
10139N/A to reverse the sense of a poll event from a read to a write or vice
10139N/A versa. [Graham Leggett]
10139N/A
10139N/A *) mod_ldap: LDAP connections used for authentication were not respecting
10139N/A LDAPConnectionPoolTimeout. PR 54587
10139N/A
10139N/A *) core: ap_rgetline_core now pulls from r->proto_input_filters.
10139N/A
10139N/A *) mod_proxy_html: process parsed comments immediately.
10139N/A Fixes bug where parsed comments may be lost. [Nick Kew]
10139N/A
10139N/A *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
10139N/A
10139N/A *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
10139N/A HTML/XHTML [Nick Kew]
10139N/A
10139N/A *) core: Add option to add valgrind support. Use it to reduce false positive
12787N/A warnings in mod_ssl. [Stefan Fritsch]
10139N/A
10139N/A *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
10139N/A [Daniel Gruno]
11232N/A
10139N/A *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
10139N/A Cache the result of the most recent password hash verification for every
10139N/A keep-alive connection. This saves some expensive calculations.
10139N/A [Stefan Fritsch]
10139N/A
10139N/A *) http: Remove support for Request-Range header sent by Navigator 2-3 and
10139N/A MSIE 3. [Stefan Fritsch]
11925N/A
10139N/A *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
13732N/A conformance or to only log the found problems. [Stefan Fritsch]
10139N/A
10139N/A *) core: Correctly parse an IPv6 literal host specification in an absolute
10139N/A URL in the request line. [Stefan Fritsch]
10139N/A
10139N/A *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
10139N/A [Jackie Zhang <jackie qq zhang gmail com>]
10139N/A
10139N/A *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
10139N/A
10139N/A *) EventOpt MPM
10139N/A
10139N/A *) core: Add LogLevelOverride directive that allows to override the
10139N/A loglevel for clients from certain IPs. This also works for things
15589N/A like the SSL handshake where <If> LogLevel ... </If> is evaluated
10139N/A too late. [Stefan Fritsch]
13727N/A
10139N/A *) core: Add new directive Warning to issue warnings from a configuration
10139N/A file. Both Warning and Error now generate a timestamped log message.
10139N/A [Fabien Coelho]
10139N/A
10139N/A *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
10697N/A variables. [Stefan Fritsch]
12374N/A
10915N/A *) core: New directive RegisterHttpMethod for registering non-standard
11161N/A HTTP methods. [Stefan Fritsch]
12385N/A
13698N/A *) core: New directive HttpProtocol which allows to disable HTTP/0.9
13747N/A support. [Stefan Fritsch]
13700N/A
15815N/A *) mod_allowhandlers: New module to forbid specific handlers for specific
12780N/A directories. [Stefan Fritsch]
12780N/A
13092N/A *) mod_systemd: New module, for integration with systemd on Linux.
13360N/A [Jan Kaluza <jkaluza redhat.com>]
13409N/A
13685N/A *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
13695N/A to be used without patches to httpd core. [Jeff Trawick]
13702N/A
13705N/A *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
13711N/A filters in Lua [Daniel Gruno]
13738N/A
13787N/A *) WinNT MPM: Store pid and generation for each thread in scoreboard
13891N/A to allow tracking of threads from exiting children via mod_status
13891N/A or other such mechanisms. [Jeff Trawick]
13980N/A
14027N/A *) mod_ssl: Catch missing or mismatched client cert/key pairs with
14132N/A SSLProxyMachineCertificateFile/Path directives. PR 52212.
15244N/A [Keith Burdis <keith burdis.org>, Joe Orton]
15244N/A
15257N/A *) mod_lua: Allow scripts handled by the lua-script handler to return
15317N/A a status code to the client (such as a 302 or a 500) [Daniel Gruno]
15341N/A
15342N/A *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
15859N/A rather than throwing an internal server error. [Daniel Gruno]
15342N/A
15317N/A *) mod_lua: Add functions r:flush and r:sendfile as well as additional
10139N/A request information to the request_rec structure. [Daniel Gruno]
10139N/A
10139N/A *) mod_lua: Add a server scope for Lua states, which creates a pool of
10139N/A states with managable minimum and maximum size. [Daniel Gruno]
10139N/A
10139N/A *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
10139N/A URIs to Lua scripts and functions using regular expressions.
10139N/A [Daniel Gruno]
10139N/A
10139N/A *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
10139N/A caching of lua scripts. [Daniel Gruno]
10139N/A
10139N/A *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
10139N/A - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
10139N/A - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
10139N/A mutexes (Mutex)
10139N/A - mod_cache: thundering herd lock directory
10139N/A - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
10139N/A - mod_ldap: shared memory cache
10139N/A - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
10139N/A [Jeff Trawick]
10139N/A
10139N/A *) suexec: Add --enable-suexec-capabilites support on Linux, to use
10139N/A setuid/setgid capability bits rather than a setuid root binary.
10139N/A [Joe Orton]
10139N/A
10139N/A *) suexec: Add support for logging to syslog as an alternative to logging
10139N/A to a file; configure --without-suexec-logfile --with-suexec-syslog.
10139N/A [Joe Orton]
10139N/A
10139N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
10139N/A [Matthew Steele <mdsteele google.com>]
10139N/A
10139N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
10139N/A be compiled by the build compiler instead of the host compiler.
10139N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
10139N/A PR 51257. [Guenter Knauf]
10139N/A
10139N/A *) core: In maintainer mode, replace apr_palloc with a version that
10139N/A initializes the allocated memory with non-zero values, except if
10139N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
10139N/A
10139N/A *) mod_policy: Add a new testing module to help server administrators
10139N/A enforce a configurable level of protocol compliance on their
10139N/A servers and application servers behind theirs. [Graham Leggett]
10139N/A
10139N/A *) mod_firehose: Add a new debugging module able to record traffic
10139N/A passing through the server in such a way that connections and/or
10139N/A requests be reconstructed and replayed. [Graham Leggett]
10139N/A
10139N/A *) mod_noloris
10139N/A
10139N/A *) APREQ
10139N/A
10139N/A *) Simple MPM
10139N/A
10139N/A *) mod_serf
10139N/A
10139N/A [Apache 2.5.0-dev includes those bug fixes and changes with the
10139N/A Apache 2.4.xx tree as documented below, except as noted.]
10139N/A
10139N/AChanges with Apache 2.4.x and later:
10139N/A
10139N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
10139N/A
10139N/AChanges with Apache 2.2.x and later:
10139N/A
10139N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
10139N/A
10139N/AChanges with Apache 2.0.x and later:
10139N/A
10139N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
10139N/A
10139N/A