CHANGES revision f5e28c78424d2f71c61ba457009f100bba38bc68
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync -*- coding: utf-8 -*-
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncChanges with Apache 2.5.0
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) core: Apply length limit when logging Status header values.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Jeff Trawick, Chris Darroch]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_ssl: Match wildcard SSL certificate names in proxy mode.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync PR 53006. [Joe Orton]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) WinNT MPM: Store pid and generation for each thread in scoreboard
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync to allow tracking of threads from exiting children via mod_status
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync or other such mechanisms. [Jeff Trawick]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) Windows: Fix output of -M, -L, and similar command-line options
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync which display information about the server configuration.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Jeff Trawick]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_ssl: Catch missing or mismatched client cert/key pairs with
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync SSLProxyMachineCertificateFile/Path directives. PR 52212.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Keith Burdis <keith burdis.org>, Joe Orton]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_lua: Allow scripts handled by the lua-script handler to return
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync a status code to the client (such as a 302 or a 500) [Daniel Gruno]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_proxy_ajp: Fix crash in packet dump code when logging
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync with LogLevel trace7 or trace8. PR 53730. [Rainer Jung]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_cache: Wrong content type and character set when
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync mod_cache serves stale content because of a proxy error.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync PR 53539. [Rainer Jung, Ruediger Pluem]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync rather than throwing an internal server error. [Daniel Gruno]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_lua: Add functions r:flush and r:sendfile as well as additional
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync request information to the request_rec structure. [Daniel Gruno]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_lua: Add a server scope for Lua states, which creates a pool of
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync states with managable minimum and maximum size. [Daniel Gruno]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) core: Add post_perdir_config hook.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Steinar Gunderson <sgunderson bigfoot.com>]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync URIs to Lua scripts and functions using regular expressions.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Daniel Gruno]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync caching of lua scripts. [Daniel Gruno]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync mutexes (Mutex)
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - mod_ldap: shared memory cache
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Jeff Trawick]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync Christophe Renou, Peter Sylvester]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ap_pregcomp() abort if out of memory. This raises the minimum PCRE
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync requirement to version 6.0. PR 53284. [Stefan Fritsch]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) suexec: Add --enable-suexec-capabilites support on Linux, to use
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync setuid/setgid capability bits rather than a setuid root binary.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Joe Orton]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) suexec: Add support for logging to syslog as an alternative to logging
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync to a file; configure --without-suexec-logfile --with-suexec-syslog.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Joe Orton]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Matthew Steele <mdsteele google.com>]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) various modules, rotatelogs: Replace use of apr_file_write() with
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync apr_file_write_full() to prevent incomplete writes. PR 53131.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync be compiled by the build compiler instead of the host compiler.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync PR 51257. [Guenter Knauf]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) core: In maintainer mode, replace apr_palloc with a version that
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync initializes the allocated memory with non-zero values, except if
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_policy: Add a new testing module to help server administrators
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync enforce a configurable level of protocol compliance on their
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync servers and application servers behind theirs. [Graham Leggett]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_firehose: Add a new debugging module able to record traffic
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync passing through the server in such a way that connections and/or
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync requests be reconstructed and replayed. [Graham Leggett]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_noloris
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) APREQ
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) Simple MPM
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) mod_serf
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [Apache 2.5.0-dev includes those bug fixes and changes with the
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync Apache 2.4.xx tree as documented below, except as noted.]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncChanges with Apache 2.4.x and later:
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncChanges with Apache 2.2.x and later:
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncChanges with Apache 2.0.x and later:
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync