CHANGES revision 1124a56faf0228410656abbe08451d7330d906e8
2d2eda71267231c2526be701fe655db125852c1ffielding -*- coding: utf-8 -*-
f062ed7bd262a37a909dd77ce5fc23b446818823fieldingChanges with Apache 2.5.0
f062ed7bd262a37a909dd77ce5fc23b446818823fielding
bc8fd1b0b1afdf89b8d28eefa8cd74e26ba97986fielding *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
f062ed7bd262a37a909dd77ce5fc23b446818823fielding rather than throwing an internal server error. [Daniel Gruno]
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) mod_lua: Add functions r:flush and r:sendfile as well as additional
2d2eda71267231c2526be701fe655db125852c1ffielding request information to the request_rec structure. [Daniel Gruno]
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) mod_lua: Add a server scope for Lua states, which creates a pool of
2d2eda71267231c2526be701fe655db125852c1ffielding states with managable minimum and maximum size. [Daniel Gruno]
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) htpasswd: Use correct file mode for checking if file is writable.
2d2eda71267231c2526be701fe655db125852c1ffielding PR 45923. [Stefan Fritsch]
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) core: Add post_perdir_config hook.
2d2eda71267231c2526be701fe655db125852c1ffielding [Steinar Gunderson <sgunderson bigfoot.com>]
2d2eda71267231c2526be701fe655db125852c1ffielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
f062ed7bd262a37a909dd77ce5fc23b446818823fielding URIs to Lua scripts and functions using regular expressions.
f062ed7bd262a37a909dd77ce5fc23b446818823fielding [Daniel Gruno]
f062ed7bd262a37a909dd77ce5fc23b446818823fielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
f062ed7bd262a37a909dd77ce5fc23b446818823fielding caching of lua scripts. [Daniel Gruno]
2d2eda71267231c2526be701fe655db125852c1ffielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
f062ed7bd262a37a909dd77ce5fc23b446818823fielding - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
f062ed7bd262a37a909dd77ce5fc23b446818823fielding - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
f062ed7bd262a37a909dd77ce5fc23b446818823fielding mutexes (Mutex)
2d2eda71267231c2526be701fe655db125852c1ffielding - mod_auth_digest: shared memory file
f062ed7bd262a37a909dd77ce5fc23b446818823fielding - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
f062ed7bd262a37a909dd77ce5fc23b446818823fielding - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
64185f9824e42f21ca7b9ae6c004484215c031a7rbb [Jeff Trawick]
2d2eda71267231c2526be701fe655db125852c1ffielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
f062ed7bd262a37a909dd77ce5fc23b446818823fielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
f062ed7bd262a37a909dd77ce5fc23b446818823fielding authorization provider in lua. [Stefan Fritsch]
2d2eda71267231c2526be701fe655db125852c1ffielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
f062ed7bd262a37a909dd77ce5fc23b446818823fielding for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
f062ed7bd262a37a909dd77ce5fc23b446818823fielding Christophe Renou, Peter Sylvester]
f062ed7bd262a37a909dd77ce5fc23b446818823fielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
f062ed7bd262a37a909dd77ce5fc23b446818823fielding ap_pregcomp() abort if out of memory. This raises the minimum PCRE
f062ed7bd262a37a909dd77ce5fc23b446818823fielding requirement to version 6.0. PR 53284. [Stefan Fritsch]
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) suexec: Add --enable-suexec-capabilites support on Linux, to use
2d2eda71267231c2526be701fe655db125852c1ffielding setuid/setgid capability bits rather than a setuid root binary.
f062ed7bd262a37a909dd77ce5fc23b446818823fielding [Joe Orton]
f062ed7bd262a37a909dd77ce5fc23b446818823fielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) suexec: Add support for logging to syslog as an alternative to logging
2d2eda71267231c2526be701fe655db125852c1ffielding to a file; configure --without-suexec-logfile --with-suexec-syslog.
f062ed7bd262a37a909dd77ce5fc23b446818823fielding [Joe Orton]
f062ed7bd262a37a909dd77ce5fc23b446818823fielding
f062ed7bd262a37a909dd77ce5fc23b446818823fielding *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
2d2eda71267231c2526be701fe655db125852c1ffielding [Matthew Steele <mdsteele google.com>]
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) various modules, rotatelogs: Replace use of apr_file_write() with
2d2eda71267231c2526be701fe655db125852c1ffielding apr_file_write_full() to prevent incomplete writes. PR 53131.
2d2eda71267231c2526be701fe655db125852c1ffielding [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb
b980ad7fdc218b4855cde9f75a747527f50c554dwrowe *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
ab5581cc78e9d865b0a6ab1404c53347b3276968rbb be compiled by the build compiler instead of the host compiler.
92f3af936ce61f25358a3ee4f28df2f6d62040dfdreid Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb PR 51257. [Guenter Knauf]
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
fd0edaa8e3d4dd67d0604ccef2e96b071db96643fielding *) core: In maintainer mode, replace apr_palloc with a version that
2d2eda71267231c2526be701fe655db125852c1ffielding initializes the allocated memory with non-zero values, except if
2d2eda71267231c2526be701fe655db125852c1ffielding AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) mod_authnz_ldap: Don't try a potentially expensive nested groups
61fd0cab072a05b855cbef9c585702401ac5ae29rbb search before exhausting all AuthLDAPGroupAttribute checks on the
61fd0cab072a05b855cbef9c585702401ac5ae29rbb current group. PR52464 [Eric Covener]
61fd0cab072a05b855cbef9c585702401ac5ae29rbb
61fd0cab072a05b855cbef9c585702401ac5ae29rbb *) mod_policy: Add a new testing module to help server administrators
fd492f9543f14fb5bae78e04b135c3448eb9cc56rbb enforce a configurable level of protocol compliance on their
fd492f9543f14fb5bae78e04b135c3448eb9cc56rbb servers and application servers behind theirs. [Graham Leggett]
fd492f9543f14fb5bae78e04b135c3448eb9cc56rbb
fd492f9543f14fb5bae78e04b135c3448eb9cc56rbb *) mod_firehose: Add a new debugging module able to record traffic
fd492f9543f14fb5bae78e04b135c3448eb9cc56rbb passing through the server in such a way that connections and/or
2d2eda71267231c2526be701fe655db125852c1ffielding requests be reconstructed and replayed. [Graham Leggett]
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) mod_noloris
2d2eda71267231c2526be701fe655db125852c1ffielding
2d2eda71267231c2526be701fe655db125852c1ffielding *) APREQ
61fd0cab072a05b855cbef9c585702401ac5ae29rbb
61fd0cab072a05b855cbef9c585702401ac5ae29rbb *) Simple MPM
61fd0cab072a05b855cbef9c585702401ac5ae29rbb
61fd0cab072a05b855cbef9c585702401ac5ae29rbb *) mod_serf
61fd0cab072a05b855cbef9c585702401ac5ae29rbb
2d2eda71267231c2526be701fe655db125852c1ffielding [Apache 2.5.0-dev includes those bug fixes and changes with the
2d2eda71267231c2526be701fe655db125852c1ffielding Apache 2.4.xx tree as documented below, except as noted.]
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantzChanges with Apache 2.4.x and later:
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantzChanges with Apache 2.2.x and later:
bfb62a96023822c56c9120e4ee627d4091cc59c2rbb
bfb62a96023822c56c9120e4ee627d4091cc59c2rbb *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
61fd0cab072a05b855cbef9c585702401ac5ae29rbb
61fd0cab072a05b855cbef9c585702401ac5ae29rbbChanges with Apache 2.0.x and later:
61fd0cab072a05b855cbef9c585702401ac5ae29rbb
61fd0cab072a05b855cbef9c585702401ac5ae29rbb *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
61fd0cab072a05b855cbef9c585702401ac5ae29rbb
61fd0cab072a05b855cbef9c585702401ac5ae29rbb