CHANGES revision f00cb80197f824c3ff00dd4fdff3b2c267a519d1
0N/A -*- coding: utf-8 -*-
1879N/AChanges with Apache 2.5.0
0N/A
0N/A *) ab: add TLS1.1/TLS1.2 options to -f switch, and adapt output
0N/A to more accurately report the negotiated protocol. PR 53916.
0N/A [Nicolás Pernas Maradei <nico emutex com>, Kaspar Brand]
0N/A
0N/A *) mod_systemd: New module, for integration with systemd on Linux.
0N/A [Jan Kaluza <jkaluza redhat.com>]
0N/A
0N/A *) core: ErrorDocument now works for requests without a Host header.
0N/A PR 48357. [Jeff Trawick]
0N/A
0N/A *) --with-module: Fix failure to integrate them into some existing
0N/A module directories. PR 40097. [Jeff Trawick]
0N/A
0N/A *) mod_headers: New params: %l for load averages, %i for an
0N/A idle percentage rating of httpd, and %b for a busy percentage
1472N/A rating. [Jim Jagielski]
1472N/A
1472N/A *) core: New functions to obtain load parameters: ap_get_sload()
0N/A and ap_get_loadavg(). [Jim Jagielski]
0N/A
0N/A *) mod_cache_socache: New cache implementation backed by mod_socache
1879N/A that replaces mod_mem_cache removed from httpd v2.2. [Graham
1879N/A Leggett]
1879N/A
1879N/A *) mod_auth_form: Support the expr parser in the
1879N/A AuthFormLoginRequiredLocation, AuthFormLoginSuccessLocation and
1879N/A AuthFormLogoutLocation directives. [Graham Leggett]
1879N/A
1879N/A *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
1879N/A to be used without patches to httpd core. [Jeff Trawick]
1879N/A
0N/A *) mod_proxy: Allow for persistence of local changes (via the
0N/A balancer-manager) between graceful and normal restarts.
0N/A [Jim Jagielski]
0N/A
0N/A *) mod_slotmem: New provider function, fgrab(), which forces an
0N/A allocation of a slot. [Jim Jagielski]
0N/A
0N/A *) mod_proxy_balancer: The nonce is only derived from the UUID iff
0N/A not set via the 'nonce' balancer param. [Jim Jagielski]
0N/A
0N/A *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
0N/A filters in Lua [Daniel Gruno]
0N/A
0N/A *) core: Apply length limit when logging Status header values.
0N/A [Jeff Trawick, Chris Darroch]
0N/A
0N/A *) mod_ssl: Match wildcard SSL certificate names in proxy mode.
0N/A PR 53006. [Joe Orton]
0N/A
0N/A *) WinNT MPM: Store pid and generation for each thread in scoreboard
0N/A to allow tracking of threads from exiting children via mod_status
0N/A or other such mechanisms. [Jeff Trawick]
0N/A
0N/A *) mod_ssl: Catch missing or mismatched client cert/key pairs with
0N/A SSLProxyMachineCertificateFile/Path directives. PR 52212.
0N/A [Keith Burdis <keith burdis.org>, Joe Orton]
0N/A
0N/A *) mod_lua: Allow scripts handled by the lua-script handler to return
0N/A a status code to the client (such as a 302 or a 500) [Daniel Gruno]
0N/A
0N/A *) mod_proxy_ajp: Fix crash in packet dump code when logging
0N/A with LogLevel trace7 or trace8. PR 53730. [Rainer Jung]
0N/A
0N/A *) mod_cache: Wrong content type and character set when
0N/A mod_cache serves stale content because of a proxy error.
0N/A PR 53539. [Rainer Jung, Ruediger Pluem]
0N/A
0N/A *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
0N/A rather than throwing an internal server error. [Daniel Gruno]
0N/A
0N/A *) mod_lua: Add functions r:flush and r:sendfile as well as additional
0N/A request information to the request_rec structure. [Daniel Gruno]
0N/A
0N/A *) mod_lua: Add a server scope for Lua states, which creates a pool of
0N/A states with managable minimum and maximum size. [Daniel Gruno]
0N/A
0N/A *) core: Add post_perdir_config hook.
0N/A [Steinar Gunderson <sgunderson bigfoot.com>]
0N/A
0N/A *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
0N/A URIs to Lua scripts and functions using regular expressions.
0N/A [Daniel Gruno]
0N/A
0N/A *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
0N/A caching of lua scripts. [Daniel Gruno]
0N/A
0N/A *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
0N/A - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
0N/A - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
0N/A mutexes (Mutex)
0N/A - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
0N/A - mod_ldap: shared memory cache
0N/A - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
0N/A [Jeff Trawick]
0N/A
0N/A *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
0N/A
0N/A *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
0N/A for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
0N/A Christophe Renou, Peter Sylvester]
0N/A
0N/A *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
0N/A ap_pregcomp() abort if out of memory. This raises the minimum PCRE
0N/A requirement to version 6.0. PR 53284. [Stefan Fritsch]
0N/A
0N/A *) suexec: Add --enable-suexec-capabilites support on Linux, to use
0N/A setuid/setgid capability bits rather than a setuid root binary.
0N/A [Joe Orton]
0N/A
0N/A *) suexec: Add support for logging to syslog as an alternative to logging
0N/A to a file; configure --without-suexec-logfile --with-suexec-syslog.
0N/A [Joe Orton]
0N/A
0N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
0N/A [Matthew Steele <mdsteele google.com>]
0N/A
0N/A *) various modules, rotatelogs: Replace use of apr_file_write() with
0N/A apr_file_write_full() to prevent incomplete writes. PR 53131.
0N/A [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
0N/A
0N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
0N/A be compiled by the build compiler instead of the host compiler.
0N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
0N/A PR 51257. [Guenter Knauf]
0N/A
0N/A *) core: In maintainer mode, replace apr_palloc with a version that
0N/A initializes the allocated memory with non-zero values, except if
0N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
0N/A
0N/A *) mod_policy: Add a new testing module to help server administrators
0N/A enforce a configurable level of protocol compliance on their
0N/A servers and application servers behind theirs. [Graham Leggett]
0N/A
0N/A *) mod_firehose: Add a new debugging module able to record traffic
0N/A passing through the server in such a way that connections and/or
0N/A requests be reconstructed and replayed. [Graham Leggett]
0N/A
0N/A *) mod_noloris
0N/A
0N/A *) APREQ
0N/A
0N/A *) Simple MPM
0N/A
0N/A *) mod_serf
0N/A
0N/A [Apache 2.5.0-dev includes those bug fixes and changes with the
0N/A Apache 2.4.xx tree as documented below, except as noted.]
0N/A
0N/AChanges with Apache 2.4.x and later:
0N/A
0N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
0N/A
0N/AChanges with Apache 2.2.x and later:
0N/A
0N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
0N/A
0N/AChanges with Apache 2.0.x and later:
0N/A
0N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
0N/A
0N/A