]> granicus.if.org Git - apache/blob - CHANGES
Update mod_include to use ap_expr API
[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   *) Introduced ap_expr API for expression evaluation.
6      This is adapted from mod_include, which is the first module
7      to use the new API.
8      [Nick Kew]
9
10   *) mod_authz_dbd: When redirecting after successful login/logout per
11      AuthzDBDRedirectQuery, do not report authorization failure, and use
12      first row returned by database query instead of last row.
13      [Chris Darroch]
14
15   *) mod_rewrite: Initialize hash needed by ap_register_rewrite_mapfunc early
16      enough. PR 44641 [Daniel Lescohier <daniel.lescohier cnet.com>]
17
18   *) mod_authn_dbd: Disambiguate and tidy database authentication
19      error messages.  PR 43210.  [Chris Darroch, Phil Endecott
20      <spam_from_apache_bugzilla chezphil.org>]
21
22   *) mod_cache: Handle If-Range correctly if the cached resource was stale.
23      PR 44579 [Ruediger Pluem]
24
25   *) mod_speling: remove regression from 1.3/2.0 behavior and
26      drop dependency between mod_speling and AcceptPathInfo.
27      PR 43562 [Jose Kahan <jose w3.org>]
28
29   *) mod_ldap: Correctly return all requested attribute values
30      when some attributes have a null value. 
31      PR 44560 [Anders Kaseorg <anders kaseorg.com>]
32
33   *) core: check symlink ownership if both FollowSymlinks and
34      SymlinksIfOwnerMatch are set [Nick Kew]
35
36   *) core: fix origin checking in SymlinksIfOwnerMatch
37      PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
38
39   *) rotatelogs: Added '-f' option to force rotatelogs to create the
40      logfile as soon as started, and not wait until it reads the
41      first entry. [Jim Jagielski]
42
43   *) mod_proxy: Do not try a direct connection if the connection via a
44      remote proxy failed before and the request has a request body.
45      [Ruediger Pluem]
46
47   *) mod_substitute: The default is now flattening the buckets after
48      each substitution. This was mostly done to abide by the
49      Principle Of Least Astonishment. The newly added 'q' flag allows for
50      the quicker, more efficient bucket-splitting if the user so
51      desires. [Jim Jagielski]
52
53   *) Added 'disablereuse' option for ProxyPass which, essentially,
54      disables connection pooling for the backend servers.
55      [Jim Jagielski]
56
57   *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
58      'most' set for '--enable-modules' and '--enable-shared-mods'. Include 
59      mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
60
61   *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
62      contain public function declarations which are useful for
63      third party module authors. PR 42431 [Dirk-Willem van Gulik].
64
65   *) mod_dir, mod_negotiation: pass the output filter information
66      to newly created sub requests; as these are later on used
67      as true requests with an internal redirect. This allows for
68      mod_cache et.al. to trap the results of the redirect. 
69      [Dirk-Willem van Gulik, Ruediger Pluem]
70
71   *) ab: Use a 64 bit unsigned int instead of a signed long to count the
72      bytes transferred to avoid integer overflows. PR 44346 [Ruediger Pluem]
73
74   *) mod_proxy_ajp: Do not retry request in the case that we either failed to
75      sent a part of the request body or if the request is not idempotent.
76      PR 44334 [Ruediger Pluem]
77
78   *) ProxyPassReverse is now balancer aware. [Jim Jagielski]
79
80   *) rotatelogs: Don't leak memory when reopening the logfile.
81      PR 40183 [Ruediger Pluem, Takashi Sato <serai lans-tv.com>]
82
83   *) mod_ldap: Add support (taking advantage of the new APR capability)
84      for ldap rebind callback while chasing referrals. This allows direct
85      searches on LDAP servers (in particular MS Active Directory 2003+)
86      using referrals without the use of the global catalog.
87      PRs 26538, 40268, and 42557 [Paul J. Reder]
88
89   *) ab: Do not try to read non existing response bodies of HEAD requests.
90      PR 34275 [Takashi Sato <serai lans-tv.com>]
91
92   *) Support chroot on Unix-family platforms
93      PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
94
95   *) mod_proxy_http: Return HTTP status codes instead of apr_status_t
96      values for errors encountered while forwarding the request body
97      PR 44165 [Eric Covener]
98
99   *) mod_ssl: Added server name indication support (SNI, RFC 4366).
100      PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
101      can be created with test/make_sni.sh [Dirk-Willem van Gulik].
102
103   *) ApacheMonitor.exe: Introduce --kill argument for use by the
104      installer.  This will permit the installation tool to remove
105      all running instances before attempting to remove the .exe.
106      [William Rowe]
107
108   *) mod_proxy: Lower memory consumption for short lived connections.
109      PR 44026. [Ruediger Pluem]
110
111   *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
112      [Ruediger Pluem]
113
114   *) rotatelogs: Improve atomicity when using -l and cleaup code.
115      PR 44004 [Rainer Jung]
116
117   *) mod_ssl: Add support for OCSP validation of client certificates.
118      PR 41123.  [Marc Stern <marc.stern approach.be>, Joe Orton]
119
120   *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
121      PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
122
123   *) mod_serf: New module for Reverse Proxying. [Paul Querna]
124
125   *) core: Add the option to keep aside a request body up to a certain
126      size that would otherwise be discarded, to be consumed by filters
127      such as mod_include. When enabled for a directory, POST requests
128      to shtml files can be passed through to embedded scripts as POST
129      requests, rather being downgraded to GET requests. [Graham Leggett]
130
131   *) mod_ssl: Fix TLS upgrade (RFC 2817) support.  PR 41231.  [Joe Orton]
132
133   *) scoreboard: Correctly declare ap_time_process_request.
134      PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
135
136   *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
137      from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
138      provide the unusual legacy lookup.  [William Rowe]
139
140   *) mpm winnt: fix null pointer dereference
141      PR 42572 [Davi Arnaut]
142
143   *) core: reinstate location walk to fix config for subrequests
144      PR 41960 [Jose Kahan <jose w3.org>]
145
146   *) mod_log_config: Add format options for %p so that the actual local
147      or remote port can be logged.  PR 43415.  [Adam Hasselbalch Hansen 
148      <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
149
150   *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
151      parameters to the environment. Improve portability to
152      EBCDIC machines by using apr_toupper(). [Martin Kraemer]
153
154   *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
155      to authorize an authenticated user via a "require ldap-group X" directive
156      where the user is not in group X, but is in a subgroup contained in X.
157      PR 42891 [Paul J. Reder]
158
159   *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
160
161   *) ab: Add -r option to continue after socket receive errors. 
162      [Filip Hanik <devlist hanik.com>]
163
164   *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
165      for SDKs that define LDAP_NO_LIMIT to something other than -1.
166      [David Jones <oscaremma gmail.com>]
167
168   *) apxs: Enhance -q flag to print all known variables and their values
169      when invoked without variable name(s). 
170      [William Rowe, Sander Temme]
171
172   *) apxs: Eliminate run-time check for mod_so.  PR 40653.
173      [David M. Lee <dmlee crossroads.com>]
174
175   *) beos MPM: Create pmain pool and run modules' child_init hooks when
176      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
177      [Chris Darroch]
178
179   *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
180      cleanups registered in modules' child_init hooks are performed.
181      [Chris Darroch]
182
183   *) mod_dbd: Stash DBD connections in request_config of initial request
184      only, or else sub-requests and internal redirections may cause
185      entire DBD pool to be stashed in a single HTTP request.  [Chris Darroch]
186
187   *) Fix issue which could cause error messages to be written to access logs
188      on Win32.  PR 40476.  [Tom Donovan <Tom.Donovan acm.org>]
189
190   *) The LockFile directive, which specifies the location of
191      the accept() mutex lockfile, is deprecated. Instead, the
192      AcceptMutex directive now takes an optional lockfile
193      location parameter, ala SSLMutex. [Jim Jagielski]
194
195   *) mod_authn_dbd: Export any additional columns queried in the SQL select
196      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
197      mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
198
199   *) mod_dbd: Key the storage of prepared statements on the hex string
200      value of server_rec, rather than the server name, as the server name
201      may change (eg when the server name is set) at any time, causing
202      weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
203
204   *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
205
206   *) sendfile_nonblocking() takes the _brigade_ as an argument, gets 
207      the first bucket from the brigade, finds it not to be a FILE
208      bucket and barfs. The fix is to pass a bucket rather than a brigade.
209      [Niklas Edmundsson <nikke acc.umu.se>]
210
211   *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
212
213   *) ap_get_server_version() has been removed.  Third-party modules must 
214      now use ap_get_server_banner() or ap_get_server_description().
215      [Jeff Trawick]
216
217   *) All MPMs: Introduce a check_config phase between pre_config and
218      open_logs, to allow modules to review interdependent configuration
219      directive values and adjust them while messages can still be logged
220      to the console.  Handle relevant MPM directives during this phase
221      and format messages for both the console and the error log, as
222      appropriate.  [Chris Darroch]
223
224   *) mod_proxy: don't URLencode tilde in path component
225      [Stijn Hoop <stijn sandcat.nl>]
226
227   *) mpm_winnt: Fix return values from wait_for_many_objects.
228      The return value is index to the signaled thread in the
229      creted_threads array. We can not use WAIT_TIMEOUT because
230      his value is defined as 258, thus limiting the MaxThreads
231      to that value. [Mladen Turk]
232
233   *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
234      to circumvent the symbolic link checks imposed by FollowSymLinks and
235      SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
236
237   *) mod_proxy: Support environment variable interpolation in reverse
238      proxying directives. [Nick Kew]
239
240   *) core: Add the filename of the configuration file to the warning message
241      about the useless use of AllowOverride. PR 39992.
242      [Darryl Miles <darryl darrylmiles.org>]
243
244   *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
245      configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
246      The default is none as this is far greater debugging resolution than 
247      the typical administrator is prepared to untangle.  [William Rowe]
248
249   *) mod_disk_cache: If possible, check if the size of an object to cache is
250      within the configured boundaries before actually saving data.
251      [Niklas Edmundsson <nikke acc.umu.se>]
252
253   *) mod_cache: Convert all values to seconds before comparing them when
254      checking whether to send a Warning header for a stale response.
255      PR 39713. [Owen Taylor <otaylor redhat.com>]
256
257   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
258      final name. [Davi Arnaut <davi haxent.com.br>]
259
260   *) Worker and event MPMs: Remove improper scoreboard updates which were
261      performed in the event of a fork() failure.  [Chris Darroch]
262
263   *) Add support for fcgi:// proxies to mod_rewrite.
264      [Markus Schiegl <ms schiegl.com>]
265
266   *) Remove incorrect comments from scoreboard.h regarding conditional
267      loading of worker_score structure with mod_status, and remove unused
268      definitions relating to old life_status field.
269      [Chris Darroch <chrisd pearsoncmg.com>]
270
271   *) Remove allocation of memory for unused array of lb_score pointers
272      in ap_init_scoreboard().  [Chris Darroch <chrisd pearsoncmg.com>]
273
274   *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
275      [Garrett Rooney, Jim Jagielski, Paul Querna]
276
277   *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
278      [Chris Darroch <chrisd pearsoncmg.com>]
279
280   *) mod_charset_lite: Remove Content-Length when output filter can 
281      invalidate it.  Warn when input filter can invalidate it.
282      [Jeff Trawick]
283
284   *) Authz: Add the new module mod_authn_core that will provide common
285      authn directives such as 'AuthType', 'AuthName'.  Move the directives
286      'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias 
287      into mod_authn_core. [Brad Nicholes]
288
289   *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy' 
290      into the new module mod_access_compat which can be loaded to provide 
291      support for these directives.
292      [Brad Nicholes]
293
294   *) Authz: Move the 'Require' directive from the core module as well as 
295      add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>' 
296      and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR' 
297      logic into the authorization processing. [Brad Nicholes]
298
299   *) Authz: Add the new module mod_authz_core which acts as the 
300      authorization provider vector and contains common authz 
301      directives. [Brad Nicholes]
302
303   *) Authz: Renamed mod_authz_dbm authz providers from 'group' and 
304      'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
305
306   *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
307      host-based access control provided by mod_authz_host and invoked 
308      through the 'Require' directive. [Brad Nicholes]
309
310   *) Authz: Convert all of the authz modules from hook based to 
311      provider based. [Brad Nicholes]
312
313   *) mod_cache: Add CacheMinExpire directive to set the minimum time in
314      seconds to cache a document.
315      [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
316
317   *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
318
319   *) Fix typo in ProxyStatus syntax error message.
320      [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
321
322   *) Asynchronous write completion for the Event MPM.  [Brian Pane]
323
324   *) Added an End-Of-Request bucket type.  The logging of a request and
325      the freeing of its pool are now done when the EOR bucket is destroyed.
326      This has the effect of delaying the logging until right after the last
327      of the response is sent; ap_core_output_filter() calls the access logger
328      indirectly when it destroys the EOR bucket.  [Brian Pane]
329
330   *) Rewrite of logresolve support utility: IPv6 addresses are now supported
331      and the format of statistical output has changed. [Colm MacCarthaigh]
332
333   *) Rewrite of ap_coreoutput_filter to do nonblocking writes  [Brian Pane]
334
335   *) Added new connection states for handler and write completion
336      [Brian Pane]
337
338   *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs.  PR 34264.
339      [Justin Erenkrantz]
340
341   *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
342      allowing string-valued client certificate attributes to be used for
343      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
344      [Martin Kraemer, David Reid]
345
346   [Apache 2.1.0-dev includes those bug fixes and changes with the
347    Apache 2.2.xx tree as documented, and except as noted, below.]
348
349 Changes with Apache 2.2.x and later:
350
351   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
352
353 Changes with Apache 2.0.x and later:
354
355   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
356
357 Changes with Apache 1.3.x and later:
358
359   *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup