]> granicus.if.org Git - apache/blob - CHANGES
* docs/manual/mod/mod_ssl.xml: Flesh out SSLRenegBufferSize
[apache] / CHANGES
1                                                         -*- coding: utf-8 -*-
2 Changes with Apache 2.3.2
3 [ When backported to 2.2.x, remove entry from this file ]
4
5  *) core: Enhance KeepAliveTimeout to support a value in milliseconds.
6     PR 46275. [Takashi Sato]
7
8  *) rotatelogs: Allow size units B, K, M, G and combination of
9     time and size based rotation. [Rainer Jung]
10
11  *) rotatelogs: Add flag for verbose (debug) output. [Rainer Jung]
12
13  *) rotatelogs: Allow to trigger log file rotation from outside
14     using HUP and INT signals. PR 44427 [Rainer Jung]
15
16  *) mod_ssl: Fix merging of SSLRenegBufferSize directive. PR 46508
17     [<tlhackque yahoo.com>]
18
19  *) core: Translate the the status line to ASCII on EBCDIC platforms in
20     ap_send_interim_response() and for locally generated "100 Continue"
21     responses.  [Eric Covener]
22
23  *) mod_authnz_ldap: Reduce number of initialization debug messages and make
24     information more clear. PR 46342 [Dan Poirier]
25
26  *) prefork: Fix child process hang during graceful restart/stop in
27     configurations with multiple listening sockets.  PR 42829.  [Joe Orton,
28     Jeff Trawick]
29
30  *) prefork: Log an error instead of segfaulting when child startup fails
31     due to pollset creation failures.  PR 46467.  [Jeff Trawick]
32
33  *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
34     set in the global scope. [Graham Leggett]
35
36  *) mod_ext_filter: We need to detect failure to startup the filter
37     program (a mangled response is not acceptable).  Fix to detect
38     failure, and offer configuration option either to abort or
39     to remove the filter and continue.
40     PR 41120 [Nick Kew]
41
42  *) mod_session_crypto: Rewrite the session_crypto module against the
43     apr_crypto API. [Graham Leggett]
44
45  *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
46     until the main request is cleaned up. [Graham Leggett]
47
48 Changes with Apache 2.3.1
49
50  *) ap_slotmem: Add in new slot-based memory access API impl., including
51     2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
52     Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
53
54  *) mod_include: support generating non-ASCII characters as entities in SSI
55     PR 25202 [Nick Kew]
56
57  *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
58     PR 25202 [Nick Kew]
59
60  *) mod_rewrite: fix "B" flag breakage by reverting r5589343
61     PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
62
63  *) CGI: return 504 (Gateway timeout) rather than 500 when a script
64     times out before returning status line/headers.
65     PR 42190 [Nick Kew]
66
67  *) mod_cgid: fix segfault problem on solaris.
68     PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
69
70  *) mod_proxy_scgi: Added. [AndrĂ© Malo]
71
72  *) mod_cache: Introduce 'no-cache' per-request environment variable
73     to prevent the saving of an otherwise cacheable response.
74     [Eric Covener]
75
76  *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
77     way that per-directory rewrites append the previous notion of PATH_INFO
78     to each substitution before evaluating subsequent rules. 
79     PR38642 [Eric Covener]
80
81   *) mod_cgid: Do not add an empty argument when calling the CGI script.
82      PR 46380 [Ruediger Pluem]
83
84   *) scoreboard: Remove unused sb_type from process_score.
85      [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
86
87   *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
88      size of the buffer used for the request-body where necessary
89      during a per-dir renegotiation.  PR 39243.  [Joe Orton]
90
91   *) mod_proxy_fdpass: New module to pass a client connection over to a separate
92      process that is reading from a unix daemon socket.
93
94   *) mod_ssl: Improve environment variable extraction to be more
95      efficient and to correctly handle DNs with duplicate tags.
96      PR 45975.  [Joe Orton]
97
98   *) Remove the obsolete serial attribute from the RPM spec file. Compile
99      against the external pcre. Add missing binaries fcgistarter, and
100      mod_socache* and mod_session*. [Graham Leggett]
101
102 Changes with Apache 2.3.0
103
104   *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
105
106   *) Remove X-Pad header which was added as a work around to a bug in 
107      Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
108
109   *) Add DTrace Statically Defined Tracing (SDT) probes.
110     [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
111
112   *) mod_proxy_balancer: Move all load balancing implementations
113      as individual, self-contained mod_proxy submodules under
114      modules/proxy/balancers [Jim Jagielski]
115
116   *) Rename APIs to include ap_ prefix:
117         find_child_by_pid -> ap_find_child_by_pid
118         suck_in_APR -> ap_suck_in_APR
119         sys_privileges_handlers -> ap_sys_privileges_handlers
120         unixd_accept -> ap_unixd_accept
121         unixd_config -> ap_unixd_config
122         unixd_killpg -> ap_unixd_killpg
123         unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
124         unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
125         unixd_set_rlimit -> ap_unixd_set_rlimit
126      [Paul Querna]
127
128   *) core: When the ap_http_header_filter processes an error bucket, cleanup
129      the passed brigade before returning AP_FILTER_ERROR down the filter 
130      chain. This unambiguously ensures the same error bucket isn't revisited
131      [Ruediger Pluem]
132
133   *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
134      based on heartbeats. [Paul Querna]
135
136   *) mod_heartmonitor: New module to collect heartbeats, and write out a file
137      so that other modules can load balance traffic as needed. [Paul Querna]
138
139   *) mod_heartbeat: New module to generate multicast heartbeats to know if a 
140      server is online. [Paul Querna]
141
142   *) core: Error responses set by filters were being coerced into 500 errors,
143      sometimes appended to the original error response. Log entry of:
144      'Handler for (null) returned invalid result code -3' 
145      [Eric Covener]
146
147   *) mod_buffer: Honour the flush bucket and flush the buffer in the
148      input filter. Make sure that metadata buckets are written to
149      the buffer, not to the final brigade. [Graham Leggett]
150
151   *) mod_buffer: Optimise the buffering of heap buckets when the heap
152      buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
153      Ruediger Pluem]
154
155   *) mod_buffer: Optional support for buffering of the input and output
156      filter stacks. Can collapse many small buckets into fewer larger
157      buckets, and prevents excessively small chunks being sent over
158      the wire. [Graham Leggett]
159
160   *) mod_privileges: new module to make httpd on Solaris privileges-aware
161      and to enable different virtualhosts to run with different
162      privileges and Unix user/group IDs [Nick Kew]
163
164   *) authn/z: Remove mod_authn_default and mod_authz_default.
165      [Chris Darroch]
166
167   *) authz: Fix handling of authz configurations, make default authz
168      logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
169      and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
170      directives.  [Chris Darroch]
171
172   *) mod_authn_core: Prevent crash when provider alias created to
173      provider which is not yet registered.  [Chris Darroch]
174
175   *) mod_authn_core: Add AuthType of None to support disabling
176      authentication.  [Chris Darroch]
177
178   *) core: Allow <Limit> and <LimitExcept> directives to nest, and
179      constrain their use to conform with that of other access control
180      and authorization directives.  [Chris Darroch]
181
182   *) unixd: turn existing code into a module, and turn the set user/group
183      and chroot into a child_init function. [Nick Kew]
184
185   *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
186
187   *) mod_dir: Support "DirectoryIndex disabled" 
188      Suggested By AndrĂ© Warnier <aw ice-sa.com> [Eric Covener]
189
190   *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
191      OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
192
193   *) Export and install the mod_rewrite.h header to ensure the optional
194      rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
195      available to third party modules. [Graham Leggett]
196
197   *) mod_authnz_ldap: don't return NULL-valued environment variables to
198      other modules.  PR 39045 [Francois Pesce <francois.pesce gmail.com>]
199
200   *) Don't adjust case in pathname components that are not of interest
201      to mod_mime.  Fixes mod_negotiation's use of such components.
202      PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
203
204   *) Be tolerant in what you accept - accept slightly broken
205      status lines from a backend provide they include a valid status code.
206      PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
207
208   *) New module mod_sed: filter Request/Response bodies through sed
209      [Basant Kumar Kukreja <basant.kukreja sun.com>]
210
211   *) mod_auth_form: Make sure that basic authentication is correctly
212      faked directly after login. [Graham Leggett]
213
214   *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
215      within the output headers and error output headers, so that the
216      session is maintained across redirects. [Graham Leggett]
217
218   *) mod_auth_form: Make sure the logged in user is populated correctly
219      after a form login. Fixes a missing REMOTE_USER variable directly
220      following a login. [Graham Leggett]
221
222   *) mod_session_cookie: Make sure that cookie attributes are correctly
223      included in the blank cookie when cookies are removed. This fixes an
224      inability to log out when using mod_auth_form. [Graham Leggett]
225
226   *) mod_autoindex: add configuration option to insert string
227      in HTML HEAD. [Nick Kew]
228
229   *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
230      null value. [David Shane Holden <dpejesh apache.org>]
231
232   *) mod_headers: Prevent Header edit from processing only the first header
233      of possibly multiple headers with the same name and deleting the
234      remaining ones. PR 45333.  [Ruediger Pluem]
235
236   *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
237      [Tom Donovan]
238
239   *) core, authn/z: Determine registered authn/z providers directly in
240      ap_setup_auth_internal(), which allows optional functions that just
241      wrapped ap_list_provider_names() to be removed from authn/z modules.
242      [Chris Darroch]
243
244   *) authn/z: Convert common provider version strings to macros.
245      [Chris Darroch]
246
247   *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
248
249   *) configure: Don't reject libtool 2.x
250      PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
251
252   *) core: When testing for slash-terminated configuration paths in
253      ap_location_walk(), don't look past the start of an empty string
254      such as that created by a <Location ""> directive.
255      [Chris Darroch]
256
257   *) core, mod_proxy: If a kept_body is present, it becomes safe for
258      subrequests to support message bodies. Make sure that safety
259      checks within the core and within the proxy are not triggered
260      when kept_body is present. This makes it possible to embed
261      proxied POST requests within mod_include. [Graham Leggett]
262
263   *) mod_auth_form: Make sure the input filter stack is properly set
264      up before reading the login form. Make sure the kept body filter
265      is correctly inserted to ensure the body can be read a second
266      time safely should the authn be successful. [Graham Leggett,
267      Ruediger Pluem]
268
269   *) mod_request: Insert the KEPT_BODY filter via the insert_filter
270      hook instead of during fixups. Add a safety check to ensure the
271      filters cannot be inserted more than once. [Graham Leggett,
272      Ruediger Pluem]
273
274   *) core: Do not allow Options ALL if not all options are allowed to be
275      overwritten. PR 44262 [MichaÅ‚ GrzÄ™dzicki <lazy iq.pl>]
276
277   *) ap_cache_cacheable_headers_out() will (now) always
278      merge an error heaeders _before_ clearing them and _before_
279      merging in the actual entity headers and doing normal
280      hop-by-hop cleansing. [Dirk-Willem van Gulik].
281
282   *) cache: retire ap_cache_cacheable_hdrs_out() which was used
283      for both in- and out-put headers; and replace it by a single
284      ap_cache_cacheable_headers() wrapped in a in- and out-put
285      specific ap_cache_cacheable_headers_in()/out(). The latter
286      which will also merge error and ensure content-type. To keep
287      cache modules consistent with ease. This API change bumps
288      up the minor MM by one [Dirk-Willem van Gulik].
289
290   *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
291      PR 44799 [Christian Wenz <christian wenz.org>]
292
293   *) Move the KeptBodySize directive, kept_body filters and the
294      ap_parse_request_body function out of the http module and into a
295      new module called mod_request, reducing the size of the core.
296      [Graham Leggett]
297
298   *) mod_dbd: Handle integer configuration directive parameters with a
299      dedicated function.
300
301   *) Change the directives within the mod_session* modules to be valid
302      both inside and outside the location/directory sections, as
303      suggested by wrowe. [Graham Leggett]
304
305   *) mod_auth_form: Add a module capable of allowing end users to log
306      in using an HTML form, storing the credentials within mod_session.
307      [Graham Leggett]
308
309   *) Add a function to the http filters that is able to parse an HTML
310      form request with the type of application/x-www-form-urlencoded.
311      [Graham Leggett]
312
313   *) mod_session_crypto: Initialise SSL in the post config hook.
314      [Ruediger Pluem, Graham Leggett]
315
316   *) mod_session_dbd: Add a session implementation capable of storing
317      session information in a SQL database via the dbd interface. Useful
318      for sites where session privacy is important. [Graham Leggett]
319
320   *) mod_session_crypto: Add a session encoding implementation capable
321      of encrypting and decrypting sessions wherever they may be stored.
322      Introduces a level of privacy when sessions are stored on the
323      browser. [Graham Leggett]
324
325   *) mod_session_cookie: Add a session implementation capable of storing
326      session information within cookies on the browser. Useful for high
327      volume sites where server bound sessions are too resource intensive.
328      [Graham Leggett]
329
330   *) mod_session: Add a generic session interface to unify the different
331      attempts at saving persistent sessions across requests.
332      [Graham Leggett]
333
334   *) core, authn/z: Avoid calling access control hooks for internal requests
335      with configurations which match those of initial request.  Revert to
336      original behaviour (call access control hooks for internal requests
337      with URIs different from initial request) if any access control hooks or
338      providers are not registered as permitting this optimization.
339      Introduce wrappers for access control hook and provider registration
340      which can accept additional mode and flag data.  [Chris Darroch]
341
342   *) Introduced ap_expr API for expression evaluation.
343      This is adapted from mod_include, which is the first module
344      to use the new API.
345      [Nick Kew]
346
347   *) mod_authz_dbd: When redirecting after successful login/logout per
348      AuthzDBDRedirectQuery, do not report authorization failure, and use
349      first row returned by database query instead of last row.
350      [Chris Darroch]
351
352   *) mod_ldap: Correctly return all requested attribute values
353      when some attributes have a null value. 
354      PR 44560 [Anders Kaseorg <anders kaseorg.com>]
355
356   *) core: check symlink ownership if both FollowSymlinks and
357      SymlinksIfOwnerMatch are set [Nick Kew]
358
359   *) core: fix origin checking in SymlinksIfOwnerMatch
360      PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
361
362   *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
363      'most' set for '--enable-modules' and '--enable-shared-mods'. Include 
364      mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
365
366   *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
367      contain public function declarations which are useful for
368      third party module authors. PR 42431 [Dirk-Willem van Gulik].
369
370   *) mod_dir, mod_negotiation: pass the output filter information
371      to newly created sub requests; as these are later on used
372      as true requests with an internal redirect. This allows for
373      mod_cache et.al. to trap the results of the redirect. 
374      [Dirk-Willem van Gulik, Ruediger Pluem]
375
376   *) mod_ldap: Add support (taking advantage of the new APR capability)
377      for ldap rebind callback while chasing referrals. This allows direct
378      searches on LDAP servers (in particular MS Active Directory 2003+)
379      using referrals without the use of the global catalog.
380      PRs 26538, 40268, and 42557 [Paul J. Reder]
381
382   *) mod_ssl: Added server name indication support (SNI, RFC 4366).
383      PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
384      can be created with test/make_sni.sh [Dirk-Willem van Gulik].
385
386   *) ApacheMonitor.exe: Introduce --kill argument for use by the
387      installer.  This will permit the installation tool to remove
388      all running instances before attempting to remove the .exe.
389      [William Rowe]
390
391   *) mod_ssl: Add support for OCSP validation of client certificates.
392      PR 41123.  [Marc Stern <marc.stern approach.be>, Joe Orton]
393
394   *) mod_serf: New module for Reverse Proxying. [Paul Querna]
395
396   *) core: Add the option to keep aside a request body up to a certain
397      size that would otherwise be discarded, to be consumed by filters
398      such as mod_include. When enabled for a directory, POST requests
399      to shtml files can be passed through to embedded scripts as POST
400      requests, rather being downgraded to GET requests. [Graham Leggett]
401
402   *) mod_ssl: Fix TLS upgrade (RFC 2817) support.  PR 41231.  [Joe Orton]
403
404   *) scoreboard: Correctly declare ap_time_process_request.
405      PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
406
407   *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
408      from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
409      provide the unusual legacy lookup.  [William Rowe]
410
411   *) mpm winnt: fix null pointer dereference
412      PR 42572 [Davi Arnaut]
413
414   *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
415      parameters to the environment. Improve portability to
416      EBCDIC machines by using apr_toupper(). [Martin Kraemer]
417
418   *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
419      to authorize an authenticated user via a "require ldap-group X" directive
420      where the user is not in group X, but is in a subgroup contained in X.
421      PR 42891 [Paul J. Reder]
422
423   *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
424
425   *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
426      for SDKs that define LDAP_NO_LIMIT to something other than -1.
427      [David Jones <oscaremma gmail.com>]
428
429   *) apxs: Enhance -q flag to print all known variables and their values
430      when invoked without variable name(s). 
431      [William Rowe, Sander Temme]
432
433   *) apxs: Eliminate run-time check for mod_so.  PR 40653.
434      [David M. Lee <dmlee crossroads.com>]
435
436   *) beos MPM: Create pmain pool and run modules' child_init hooks when
437      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
438      [Chris Darroch]
439
440   *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
441      cleanups registered in modules' child_init hooks are performed.
442      [Chris Darroch]
443
444   *) mod_dbd: Stash DBD connections in request_config of initial request
445      only, or else sub-requests and internal redirections may cause
446      entire DBD pool to be stashed in a single HTTP request.  [Chris Darroch]
447
448   *) Fix issue which could cause error messages to be written to access logs
449      on Win32.  PR 40476.  [Tom Donovan <Tom.Donovan acm.org>]
450
451   *) The LockFile directive, which specifies the location of
452      the accept() mutex lockfile, is deprecated. Instead, the
453      AcceptMutex directive now takes an optional lockfile
454      location parameter, ala SSLMutex. [Jim Jagielski]
455
456   *) mod_authn_dbd: Export any additional columns queried in the SQL select
457      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
458      mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
459
460   *) mod_dbd: Key the storage of prepared statements on the hex string
461      value of server_rec, rather than the server name, as the server name
462      may change (eg when the server name is set) at any time, causing
463      weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
464
465   *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
466
467   *) sendfile_nonblocking() takes the _brigade_ as an argument, gets 
468      the first bucket from the brigade, finds it not to be a FILE
469      bucket and barfs. The fix is to pass a bucket rather than a brigade.
470      [Niklas Edmundsson <nikke acc.umu.se>]
471
472   *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
473
474   *) ap_get_server_version() has been removed.  Third-party modules must 
475      now use ap_get_server_banner() or ap_get_server_description().
476      [Jeff Trawick]
477
478   *) All MPMs: Introduce a check_config phase between pre_config and
479      open_logs, to allow modules to review interdependent configuration
480      directive values and adjust them while messages can still be logged
481      to the console.  Handle relevant MPM directives during this phase
482      and format messages for both the console and the error log, as
483      appropriate.  [Chris Darroch]
484
485   *) mod_proxy: don't URLencode tilde in path component
486      [Stijn Hoop <stijn sandcat.nl>]
487
488   *) mpm_winnt: Fix return values from wait_for_many_objects.
489      The return value is index to the signaled thread in the
490      creted_threads array. We can not use WAIT_TIMEOUT because
491      his value is defined as 258, thus limiting the MaxThreads
492      to that value. [Mladen Turk]
493
494   *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
495      to circumvent the symbolic link checks imposed by FollowSymLinks and
496      SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
497
498   *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
499      configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
500      The default is none as this is far greater debugging resolution than 
501      the typical administrator is prepared to untangle.  [William Rowe]
502
503   *) mod_disk_cache: If possible, check if the size of an object to cache is
504      within the configured boundaries before actually saving data.
505      [Niklas Edmundsson <nikke acc.umu.se>]
506
507   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
508      final name. [Davi Arnaut <davi haxent.com.br>]
509
510   *) Worker and event MPMs: Remove improper scoreboard updates which were
511      performed in the event of a fork() failure.  [Chris Darroch]
512
513   *) Add support for fcgi:// proxies to mod_rewrite.
514      [Markus Schiegl <ms schiegl.com>]
515
516   *) Remove incorrect comments from scoreboard.h regarding conditional
517      loading of worker_score structure with mod_status, and remove unused
518      definitions relating to old life_status field.
519      [Chris Darroch <chrisd pearsoncmg.com>]
520
521   *) Remove allocation of memory for unused array of lb_score pointers
522      in ap_init_scoreboard().  [Chris Darroch <chrisd pearsoncmg.com>]
523
524   *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
525      [Garrett Rooney, Jim Jagielski, Paul Querna]
526
527   *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
528      [Chris Darroch <chrisd pearsoncmg.com>]
529
530   *) mod_charset_lite: Remove Content-Length when output filter can 
531      invalidate it.  Warn when input filter can invalidate it.
532      [Jeff Trawick]
533
534   *) Authz: Add the new module mod_authn_core that will provide common
535      authn directives such as 'AuthType', 'AuthName'.  Move the directives
536      'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias 
537      into mod_authn_core. [Brad Nicholes]
538
539   *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy' 
540      into the new module mod_access_compat which can be loaded to provide 
541      support for these directives.
542      [Brad Nicholes]
543
544   *) Authz: Move the 'Require' directive from the core module as well as 
545      add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>' 
546      and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR' 
547      logic into the authorization processing. [Brad Nicholes]
548
549   *) Authz: Add the new module mod_authz_core which acts as the 
550      authorization provider vector and contains common authz 
551      directives. [Brad Nicholes]
552
553   *) Authz: Renamed mod_authz_dbm authz providers from 'group' and 
554      'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
555
556   *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
557      host-based access control provided by mod_authz_host and invoked 
558      through the 'Require' directive. [Brad Nicholes]
559
560   *) Authz: Convert all of the authz modules from hook based to 
561      provider based. [Brad Nicholes]
562
563   *) mod_cache: Add CacheMinExpire directive to set the minimum time in
564      seconds to cache a document.
565      [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
566
567   *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
568
569   *) Fix typo in ProxyStatus syntax error message.
570      [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
571
572   *) Asynchronous write completion for the Event MPM.  [Brian Pane]
573
574   *) Added an End-Of-Request bucket type.  The logging of a request and
575      the freeing of its pool are now done when the EOR bucket is destroyed.
576      This has the effect of delaying the logging until right after the last
577      of the response is sent; ap_core_output_filter() calls the access logger
578      indirectly when it destroys the EOR bucket.  [Brian Pane]
579
580   *) Rewrite of logresolve support utility: IPv6 addresses are now supported
581      and the format of statistical output has changed. [Colm MacCarthaigh]
582
583   *) Rewrite of ap_coreoutput_filter to do nonblocking writes  [Brian Pane]
584
585   *) Added new connection states for handler and write completion
586      [Brian Pane]
587
588   *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs.  PR 34264.
589      [Justin Erenkrantz]
590
591   *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
592      allowing string-valued client certificate attributes to be used for
593      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
594      [Martin Kraemer, David Reid]
595
596   [Apache 2.1.0-dev includes those bug fixes and changes with the
597    Apache 2.2.xx tree as documented, and except as noted, below.]
598
599 Changes with Apache 2.2.x and later:
600
601   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
602
603 Changes with Apache 2.0.x and later:
604
605   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
606
607 Changes with Apache 1.3.x and later:
608
609   *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup