CHANGES revision 536e48c08d674acac5d44929318f2ad928edc361
842ae4bd224140319ae7feec1872b93dfd491143fielding -*- coding: utf-8 -*-
842ae4bd224140319ae7feec1872b93dfd491143fieldingChanges with Apache 2.5.0
842ae4bd224140319ae7feec1872b93dfd491143fielding
842ae4bd224140319ae7feec1872b93dfd491143fielding *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
842ae4bd224140319ae7feec1872b93dfd491143fielding ap_pregcomp() abort if out of memory. This raises the minimum PCRE
842ae4bd224140319ae7feec1872b93dfd491143fielding requirement to version 6.0. PR 53284. [Stefan Fritsch]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding [Stefan Fritsch]
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch]
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd *) suexec: Add --enable-suexec-capabilites support on Linux, to use
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd setuid/setgid capability bits rather than a setuid root binary.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding [Joe Orton]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) suexec: Add support for logging to syslog as an alternative to logging
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding to a file; configure --without-suexec-logfile --with-suexec-syslog.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding [Joe Orton]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding forwarding to SSL backends. PR 53134.
e8f95a682820a599fe41b22977010636be5c2717jim [Michael Weiser <michael weiser.dinsnail.net>, Ruediger Pluem]
e8f95a682820a599fe41b22977010636be5c2717jim
e8f95a682820a599fe41b22977010636be5c2717jim *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding [Matthew Steele <mdsteele google.com>]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_so: If a filename without slashes is specified for LoadFile or
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding LoadModule and the file cannot be found in the server root directory,
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding try to use the standard dlopen() search path. [Stefan Fritsch]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) various modules, rotatelogs: Replace use of apr_file_write() with
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding apr_file_write_full() to prevent incomplete writes. PR 53131.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
b6055b7832a0e4d0818416252fff5925aaebae4brbb *) core: Fix segfault in logging if r->useragent_addr or c->client_addr is
ecae70c1d63f2bdb213b9819e231a71f75edabdbtrawick unset. [Stefan Fritsch]
ecae70c1d63f2bdb213b9819e231a71f75edabdbtrawick
2d71630471d1c23f0137309e3c3957c633ecbfd6rbb *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding be compiled by the build compiler instead of the host compiler.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding PR 51257. [Guenter Knauf]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_ssl: Send the error message for speaking http to an https port using
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding using SNI. PR 50823. [Stefan Fritsch]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding PR 53048. [Stefan Fritsch]
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm
6726af719e86281c5a4c8546e706fbde80e37deatrawick *) core: Fix error handling in ap_scan_script_header_err_brigade() if there
cf43187a15b57b8a3623888b1fc5bdee74007d73brianp is no EOS bucket in the brigade. Fixes segfault with mod_proxy_fcgi.
cf43187a15b57b8a3623888b1fc5bdee74007d73brianp PR 48272. [Stefan Fritsch]
cf43187a15b57b8a3623888b1fc5bdee74007d73brianp
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_proxy_fcgi: If there is an error reading the headers from the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding backend, send an error to the client. PR 52879. [Stefan Fritsch]
813bf7d72e14d04d4f40d4c5a6a2d93f203bf900wrowe
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm PR 53023. [Axel Reinhold <apache freakout.de>, André Malo]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_proxy: Add the forcerecovery balancer parameter that determines if
48ea97addf84d5603db9eafbc75a70b22977754bwrowe recovery for balancer workers is enforced. [Ruediger Pluem]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
066877f1a045103acfdd376d48cdd473c33f409bdougm *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding [Petter Berntsen <petterb gmail.com>]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) core: Add filesystem paths to access denied / access failed messages
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding AH00035 and AH00036. [Eric Covener]
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) Fix MPM DSO load failure on AIX. [Jeff Trawick]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) core: Add the port number to the vhost's name in the scoreboard.
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm [Stefan Fritsch]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mpm_event: Don't do a blocking write when starting a lingering close
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding from the listener thread. PR 52229. [Stefan Fritsch]
066877f1a045103acfdd376d48cdd473c33f409bdougm
43c3e6a4b559b76b750c245ee95e2782c15b4296jim *) core: In maintainer mode, replace apr_palloc with a version that
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding initializes the allocated memory with non-zero values, except if
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_log_config: Check during config test that directories for access logs
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding exist. PR 29941. [Stefan Fritsch]
cf43187a15b57b8a3623888b1fc5bdee74007d73brianp
cf43187a15b57b8a3623888b1fc5bdee74007d73brianp *) mod_authnz_ldap: Don't try a potentially expensive nested groups
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding search before exhausting all AuthLDAPGroupAttribute checks on the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding current group. PR52464 [Eric Covener]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
e8f95a682820a599fe41b22977010636be5c2717jim *) mod_policy: Add a new testing module to help server administrators
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd enforce a configurable level of protocol compliance on their
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd servers and application servers behind theirs. [Graham Leggett]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
6726af719e86281c5a4c8546e706fbde80e37deatrawick *) mod_firehose: Add a new debugging module able to record traffic
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd passing through the server in such a way that connections and/or
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd requests be reconstructed and replayed. [Graham Leggett]
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd *) Event MPM: Reduce locking by using a lock free circular queue.
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd *) mod_noloris
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd *) APREQ
cf43187a15b57b8a3623888b1fc5bdee74007d73brianp
f2fe083bb9fabd2af7eb39d4f154f27a451bb5a4nd *) Simple MPM
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) mod_serf
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
6726af719e86281c5a4c8546e706fbde80e37deatrawick [Apache 2.5.0-dev includes those bug fixes and changes with the
6726af719e86281c5a4c8546e706fbde80e37deatrawick Apache 2.4.xx tree as documented below, except as noted.]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
e8f95a682820a599fe41b22977010636be5c2717jimChanges with Apache 2.4.x and later:
e8f95a682820a599fe41b22977010636be5c2717jim
aac2b82fe4f1ac117e2a0702438d6615542642dand *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
aac2b82fe4f1ac117e2a0702438d6615542642dand
aac2b82fe4f1ac117e2a0702438d6615542642dandChanges with Apache 2.2.x and later:
aac2b82fe4f1ac117e2a0702438d6615542642dand
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
aac2b82fe4f1ac117e2a0702438d6615542642dand
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingChanges with Apache 2.0.x and later:
aac2b82fe4f1ac117e2a0702438d6615542642dand
aac2b82fe4f1ac117e2a0702438d6615542642dand *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
aac2b82fe4f1ac117e2a0702438d6615542642dand
aac2b82fe4f1ac117e2a0702438d6615542642dand