]> granicus.if.org Git - apache/blob - CHANGES
* modules/mappers/mod_rewrite.c (cmd_rewriteoptions, hook_uri2file):
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) SECURITY: CVE-2012-2687 (cve.mitre.org)
5      mod_negotiation: Escape filenames in variant list to prevent an
6      possible XSS for a site where untrusted users can upload files to
7      a location with MultiViews enabled. [Niels Heinen <heinenn google.com>]
8
9   *) mod_rewrite: Add "AllowAnyURI" option. PR 52774. [Joe Orton]
10
11   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
12
13   *) mod_authz_core: If an expression in "Require expr" returns denied and
14      references %{REMOTE_USER}, trigger authentication and retry. PR 52892.
15      [Stefan Fritsch]
16
17   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
18      authorization provider in lua. [Stefan Fritsch]
19
20   *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to
21      client_ip to match conn_rec. [Stefan Fritsch]
22
23   *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
24      causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]
25
26   *) mod_lua: Add the parsebody function for parsing POST data. PR 53064.
27      [Daniel Gruno]
28
29   *) mod_ssl: If exiting during initialization because of a fatal error,
30      log a message to the main error log pointing to the appropriate
31      virtual host error log. [Stefan Fritsch]
32
33   *) mod_ldap: Treat the "server unavailable" condition as a transient
34      error with all LDAP SDKs.  [Filip Valder <filip.valder vsb.cz>]
35
36   *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
37      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
38      Christophe Renou, Peter Sylvester]
39
40   *) htdbm, htpasswd: Don't crash if crypt() fails (e.g. with FIPS enabled). 
41      [Paul Wouters <pwouters redhat.com>, Joe Orton]
42
43   *) mod_ssl: Add new directive SSLCompression to disable TLS-level
44      compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
45
46   *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make
47      ap_pregcomp() abort if out of memory. This raises the minimum PCRE
48      requirement to version 6.0. PR 53284. [Stefan Fritsch]
49
50   *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS.
51      [Stefan Fritsch]
52
53   *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch]
54
55   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
56      setuid/setgid capability bits rather than a setuid root binary.
57      [Joe Orton]
58
59   *) suexec: Add support for logging to syslog as an alternative to logging
60      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
61      [Joe Orton]
62
63   *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
64      one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]
65
66   *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when
67      forwarding to SSL backends. PR 53134.
68      [Michael Weiser <michael weiser.dinsnail.net>, Ruediger Pluem]
69
70   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
71      [Matthew Steele <mdsteele google.com>]
72
73   *) mod_so: If a filename without slashes is specified for LoadFile or
74      LoadModule and the file cannot be found in the server root directory,
75      try to use the standard dlopen() search path. [Stefan Fritsch]
76
77   *) various modules, rotatelogs: Replace use of apr_file_write() with
78      apr_file_write_full() to prevent incomplete writes. PR 53131.
79      [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
80
81   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
82      be compiled by the build compiler instead of the host compiler.
83      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
84      PR 51257. [Guenter Knauf]
85
86   *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
87      PR 53048. [Stefan Fritsch]
88
89   *) core: Fix error handling in ap_scan_script_header_err_brigade() if there
90      is no EOS bucket in the brigade. Fixes segfault with mod_proxy_fcgi.
91      PR 48272. [Stefan Fritsch]
92
93   *) mod_proxy_fcgi: If there is an error reading the headers from the
94      backend, send an error to the client. PR 52879. [Stefan Fritsch]
95
96   *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
97      PR 53023. [Axel Reinhold <apache freakout.de>, André Malo]
98
99   *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]
100
101   *) core: Add the port number to the vhost's name in the scoreboard.
102      [Stefan Fritsch]
103
104   *) mpm_event: Don't do a blocking write when starting a lingering close
105      from the listener thread. PR 52229. [Stefan Fritsch]
106
107   *) core: In maintainer mode, replace apr_palloc with a version that
108      initializes the allocated memory with non-zero values, except if
109      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
110
111   *) mod_authnz_ldap: Don't try a potentially expensive nested groups
112      search before exhausting all AuthLDAPGroupAttribute checks on the
113      current group. PR52464 [Eric Covener]
114
115   *) mod_policy: Add a new testing module to help server administrators
116      enforce a configurable level of protocol compliance on their
117      servers and application servers behind theirs. [Graham Leggett]
118
119   *) mod_firehose: Add a new debugging module able to record traffic
120      passing through the server in such a way that connections and/or
121      requests be reconstructed and replayed. [Graham Leggett]
122
123   *) mod_noloris
124
125   *) APREQ
126
127   *) Simple MPM
128
129   *) mod_serf
130
131   [Apache 2.5.0-dev includes those bug fixes and changes with the
132    Apache 2.4.xx tree as documented below, except as noted.]
133
134 Changes with Apache 2.4.x and later:
135
136   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
137
138 Changes with Apache 2.2.x and later:
139
140   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
141
142 Changes with Apache 2.0.x and later:
143
144   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
145