]> granicus.if.org Git - apache/blob - CHANGES
54498693d72d9f1a9714628bfb0b75048402491b
[apache] / CHANGES
1                                                         -*- coding: utf-8 -*-
2 Changes with Apache 2.3.0
3 [ When backported to 2.2.x, remove entry from this file ]
4
5   *) mod_proxy_ajp: Ignore any ajp13 flush packets received before
6      we send the response headers. See Tomcat PR 43478.
7      [Jim Jagielski]
8
9   *) core: reinstate location walk to fix config for subrequests
10      PR 41960 [Jose Kahan <jose w3.org>]
11
12   *) mod_log_config: Add format options for %p so that the actual local
13      or remote port can be logged.  PR 43415.  [Adam Hasselbalch Hansen 
14      <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
15
16   *) scoreboard: improve error message on apr_shm_create failure
17      PR 40037 [Nick Kew]
18
19   *) mod_rewrite: Add the novary flag to RewriteCond.
20      [Ruediger Pluem]
21
22   *) mod_proxy_http: Propagate Proxy-Authorization header correctly.
23      PR 25947 [Nick Kew]
24
25   *) mod_rewrite: Add option to suppress URL unescaping
26      PR 34602 [Guenther Gsenger <guenther.gsenger gmail.com>]
27
28   *) mod_include: Add an "if" directive syntax to test whether an URL
29      is accessible, and if so, conditionally display content. This
30      allows a webmaster to hide a link to a private page when the user
31      has no access to that page. [Graham Leggett]
32
33   *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
34      parameters to the environment. Improve portability to
35      EBCDIC machines by using apr_toupper(). [Martin Kraemer]
36
37   *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
38      to authorize an authenticated user via a "require ldap-group X" directive
39      where the user is not in group X, but is in a subgroup contained in X.
40      PR 42891 [Paul J. Reder]
41
42   *) Event MPM: Add support for running under mod_ssl, by reverting to the
43      Worker MPM behaviors, when run under an input filter that buffers
44      its own data. [Paul Querna]
45
46   *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
47
48   *) mod_substitute: Added a new experimental output filter, which
49      performs inline response content pattern matching (including
50      regex) and substitution.  [Jim Jagielski]
51
52   *) core: Change etag generation to produce identical results on 
53      32-bit and 64-bit platforms.  PR 40064.  [Joe Orton]
54
55   *) ab: Add -r option to continue after socket receive errors. 
56      [Filip Hanik <devlist hanik.com>]
57
58   *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
59      for SDKs that define LDAP_NO_LIMIT to something other than -1.
60      [David Jones <oscaremma gmail.com>]
61
62   *) mod_dbd: Introduce configuration groups to allow inheritance by virtual
63      hosts of database configurations from the main server.  Determine the
64      minimal set of distinct configurations and share connection pools
65      whenever possible.  Allow virtual hosts to override inherited SQL
66      statements.  PR 41302.  [Chris Darroch]
67
68   *) core: Fix broken chunk filtering that causes all non blocking reads to be
69      converted into blocking reads.  PR 41056. [Jean-Frederic Clere, Jim Jagielski]
70
71   *) apxs: Enhance -q flag to print all known variables and their values
72      when invoked without variable name(s). 
73      [William Rowe, Sander Temme]
74
75   *) apxs: Eliminate run-time check for mod_so.  PR 40653.
76      [David M. Lee <dmlee crossroads.com>]
77
78   *) beos MPM: Create pmain pool and run modules' child_init hooks when
79      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
80      [Chris Darroch]
81
82   *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
83      cleanups registered in modules' child_init hooks are performed.
84      [Chris Darroch]
85
86   *) mod_dbd: Stash DBD connections in request_config of initial request
87      only, or else sub-requests and internal redirections may cause
88      entire DBD pool to be stashed in a single HTTP request.  [Chris Darroch]
89
90   *) Fix issue which could cause error messages to be written to access logs
91      on Win32.  PR 40476.  [Tom Donovan <Tom.Donovan acm.org>]
92
93   *) The LockFile directive, which specifies the location of
94      the accept() mutex lockfile, is deprecated. Instead, the
95      AcceptMutex directive now takes an optional lockfile
96      location parameter, ala SSLMutex. [Jim Jagielski]
97
98   *) mod_authn_dbd: Export any additional columns queried in the SQL select
99      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
100      mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
101
102   *) mod_dbd: Key the storage of prepared statements on the hex string
103      value of server_rec, rather than the server name, as the server name
104      may change (eg when the server name is set) at any time, causing
105      weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
106
107   *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
108
109   *) sendfile_nonblocking() takes the _brigade_ as an argument, gets 
110      the first bucket from the brigade, finds it not to be a FILE
111      bucket and barfs. The fix is to pass a bucket rather than a brigade.
112      [Niklas Edmundsson <nikke acc.umu.se>]
113
114   *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
115
116   *) ap_get_server_version() has been removed.  Third-party modules must 
117      now use ap_get_server_banner() or ap_get_server_description().
118      [Jeff Trawick]
119
120   *) All MPMs: Introduce a check_config phase between pre_config and
121      open_logs, to allow modules to review interdependent configuration
122      directive values and adjust them while messages can still be logged
123      to the console.  Handle relevant MPM directives during this phase
124      and format messages for both the console and the error log, as
125      appropriate.  [Chris Darroch]
126
127   *) mod_proxy: don't URLencode tilde in path component
128      [Stijn Hoop <stijn sandcat.nl>]
129
130   *) mpm_winnt: Fix return values from wait_for_many_objects.
131      The return value is index to the signaled thread in the
132      creted_threads array. We can not use WAIT_TIMEOUT because
133      his value is defined as 258, thus limiting the MaxThreads
134      to that value. [Mladen Turk]
135
136   *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
137      to circumvent the symbolic link checks imposed by FollowSymLinks and
138      SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
139
140   *) mod_proxy: Support environment variable interpolation in reverse
141      proxying directives. [Nick Kew]
142
143   *) core: Add the filename of the configuration file to the warning message
144      about the useless use of AllowOverride. PR 39992.
145      [Darryl Miles <darryl darrylmiles.org>]
146
147   *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
148      configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
149      The default is none as this is far greater debugging resolution than 
150      the typical administrator is prepared to untangle.  [William Rowe]
151
152   *) mod_disk_cache: If possible, check if the size of an object to cache is
153      within the configured boundaries before actually saving data.
154      [Niklas Edmundsson <nikke acc.umu.se>]
155
156   *) mod_cache: Convert all values to seconds before comparing them when
157      checking whether to send a Warning header for a stale response.
158      PR 39713. [Owen Taylor <otaylor redhat.com>]
159
160   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
161      final name. [Davi Arnaut <davi haxent.com.br>]
162
163   *) Worker and event MPMs: Remove improper scoreboard updates which were
164      performed in the event of a fork() failure.  [Chris Darroch]
165
166   *) Add support for fcgi:// proxies to mod_rewrite.
167      [Markus Schiegl <ms schiegl.com>]
168
169   *) Remove incorrect comments from scoreboard.h regarding conditional
170      loading of worker_score structure with mod_status, and remove unused
171      definitions relating to old life_status field.
172      [Chris Darroch <chrisd pearsoncmg.com>]
173
174   *) Remove allocation of memory for unused array of lb_score pointers
175      in ap_init_scoreboard().  [Chris Darroch <chrisd pearsoncmg.com>]
176
177   *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
178      [Garrett Rooney, Jim Jagielski, Paul Querna]
179
180   *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
181      [Chris Darroch <chrisd pearsoncmg.com>]
182
183   *) mod_charset_lite: Remove Content-Length when output filter can 
184      invalidate it.  Warn when input filter can invalidate it.
185      [Jeff Trawick]
186
187   *) Authz: Add the new module mod_authn_core that will provide common
188      authn directives such as 'AuthType', 'AuthName'.  Move the directives
189      'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias 
190      into mod_authn_core. [Brad Nicholes]
191
192   *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy' 
193      into the new module mod_access_compat which can be loaded to provide 
194      support for these directives.
195      [Brad Nicholes]
196
197   *) Authz: Move the 'Require' directive from the core module as well as 
198      add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>' 
199      and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR' 
200      logic into the authorization processing. [Brad Nicholes]
201
202   *) Authz: Add the new module mod_authz_core which acts as the 
203      authorization provider vector and contains common authz 
204      directives. [Brad Nicholes]
205
206   *) Authz: Renamed mod_authz_dbm authz providers from 'group' and 
207      'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
208
209   *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
210      host-based access control provided by mod_authz_host and invoked 
211      through the 'Require' directive. [Brad Nicholes]
212
213   *) Authz: Convert all of the authz modules from hook based to 
214      provider based. [Brad Nicholes]
215
216   *) mod_cache: Add CacheMinExpire directive to set the minimum time in
217      seconds to cache a document.
218      [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
219
220   *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
221
222   *) Fix typo in ProxyStatus syntax error message.
223      [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
224
225   *) Asynchronous write completion for the Event MPM.  [Brian Pane]
226
227   *) Added an End-Of-Request bucket type.  The logging of a request and
228      the freeing of its pool are now done when the EOR bucket is destroyed.
229      This has the effect of delaying the logging until right after the last
230      of the response is sent; ap_core_output_filter() calls the access logger
231      indirectly when it destroys the EOR bucket.  [Brian Pane]
232
233   *) Rewrite of logresolve support utility: IPv6 addresses are now supported
234      and the format of statistical output has changed. [Colm MacCarthaigh]
235
236   *) Rewrite of ap_coreoutput_filter to do nonblocking writes  [Brian Pane]
237
238   *) Added new connection states for handler and write completion
239      [Brian Pane]
240
241   *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs.  PR 34264.
242      [Justin Erenkrantz]
243
244   *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
245      allowing string-valued client certificate attributes to be used for
246      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
247      [Martin Kraemer, David Reid]
248
249   [Apache 2.1.0-dev includes those bug fixes and changes with the
250    Apache 2.2.xx tree as documented, and except as noted, below.]
251
252 Changes with Apache 2.2.x and later:
253
254   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
255
256 Changes with Apache 2.0.x and later:
257
258   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
259
260 Changes with Apache 1.3.x and later:
261
262   *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup