]> granicus.if.org Git - apache/blob - CHANGES
A handful of new french translations for trunk docs.
[apache] / CHANGES
1                                                         -*- coding: utf-8 -*-
2
3 Changes with Apache 2.3.3
4
5   *) SECURITY: CVE-2009-3095 (cve.mitre.org)
6      mod_proxy_ftp: sanity check authn credentials.
7      [Stefan Fritsch <sf fritsch.de>, Joe Orton]
8
9   *) SECURITY: CVE-2009-3094 (cve.mitre.org)
10      mod_proxy_ftp: NULL pointer dereference on error paths.
11      [Stefan Fritsch <sf fritsch.de>, Joe Orton]
12
13   *) Allow ProxyPreserveHost to work in <Proxy> sections. PR 34901.
14      [Stefan Fritsch]
15
16   *) configure: Fix THREADED_MPMS so that mod_cgid is enabled again 
17      for worker MPM. [Takashi Sato]
18
19   *) mod_dav: Provide a mechanism to obtain the request_rec and pathname
20      from the dav_resource. [Jari Urpalainen <jari.urpalainen nokia.com>,
21      Brian France <brian brianfrance.com>]
22
23   *) Build: Use install instead of cp if available on installing
24      modules to avoid segmentation fault. PR 47951. [hirose31 gmail.com]
25
26   *) mod_cache: correctly consider s-maxage in cacheability
27      decisions.  [Dan Poirier]
28
29   *) mod_logio/core: Report more accurate byte counts in mod_status if
30      mod_logio is loaded. PR 25656. [Stefan Fritsch]
31
32   *) mod_ldap: If LDAPSharedCacheSize is too small, try harder to purge
33      some cache entries and log a warning. Also increase the default
34      LDAPSharedCacheSize to 500000. This is a more realistic size suitable
35      for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries.
36      PR 46749. [Stefan Fritsch]
37
38   *) mod_rewrite: Make sure that a hostname:port isn't fully qualified if
39      the request is a CONNECT request. [Bill Zajac <billz consultla.com>]
40
41   *) mod_cache: Teach CacheEnable and CacheDisable to work from within a
42      Location section, in line with how ProxyPass works. [Graham Leggett]
43
44   *) mod_reqtimeout: New module to set timeouts and minimum data rates for
45      receiving requests from the client. [Stefan Fritsch]
46
47   *) core: Fix potential memory leaks by making sure to not destroy
48      bucket brigades that have been created by earlier filters.
49      [Stefan Fritsch]
50
51   *) core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket
52      brigades in several places. [Stefan Fritsch]
53
54   *) mod_cache: Fix uri_meets_conditions() so that CacheEnable will
55      match by scheme, or by a wildcarded hostname. PR 40169
56      [Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett]
57
58   *) suxec: Allow to log an error if exec fails by setting FD_CLOEXEC
59      on the log file instead of closing it. PR 10744. [Nicolas Rachinsky]
60
61   *) mod_mime: Make RemoveType override the info from TypesConfig.
62      PR 38330. [Stefan Fritsch]
63
64   *) mod_cache: Introduce the option to run the cache from within the
65      normal request handler, and to allow fine grained control over
66      where in the filter chain content is cached. [Graham Leggett]
67
68   *) core: Treat timeout reading request as 408 error, not 400.
69      Log 408 errors in access log as was done in Apache 1.3.x.
70      PR 39785 [Nobutaka Mantani <nobutaka nobutaka.org>, 
71      Stefan Fritsch <sf fritsch.de>, Dan Poirier]
72
73   *) mod_ssl: Reintroduce SSL_CLIENT_S_DN, SSL_CLIENT_I_DN, SSL_SERVER_S_DN,
74      SSL_SERVER_I_DN back to the environment variables to be set by mod_ssl.
75      [Peter Sylvester <peter.sylvester edelweb.fr>]
76
77   *) mod_disk_cache: don't cache incomplete responses, per RFC 2616, 13.8.
78      PR15866.  [Dan Poirier]
79
80   *) ab: ab segfaults in verbose mode on https sites
81      PR46393.  [Ryan Niebur]
82
83   *) mod_dav: Allow other modules to become providers and add resource types
84      to the DAV response. [Jari Urpalainen <jari.urpalainen nokia.com>,
85      Brian France <brian brianfrance.com>]
86
87   *) mod_dav: Allow other modules to add things to the DAV or Allow headers
88      of an OPTIONS request. [Jari Urpalainen <jari.urpalainen nokia.com>,
89      Brian France <brian brianfrance.com>]
90
91   *) core: Lower memory usage of core output filter.
92      [Stefan Fritsch <sf sfritsch.de>]
93
94   *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and
95      LocationMatch sections.  PR47754. [Dan Poirier]
96
97   *) mod_request: Make sure the KeptBodySize directive rejects values
98      that aren't valid numbers. [Graham Leggett]
99
100   *) mod_session_crypto: Sanity check should the potentially encrypted
101      session cookie be too short. [Graham Leggett]
102
103   *) mod_session.c: Prevent a segfault when session is added but not
104      configured. [Graham Leggett]
105
106   *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
107
108   *) mod_auth_digest: Fail server start when nonce count checking
109      is configured without shared memory, or md5-sess algorithm is
110      configured. [Dan Poirier]
111
112   *) mod_proxy_connect: The connect method doesn't work if the client is
113      connecting to the apache proxy through an ssl socket. Fixed.
114      PR29744. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
115      David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango,
116      Kevin Croft, Rudolf Cardinal]
117
118   *) mod_ssl: The error message when SSLCertificateFile is missing should
119      at least give the name or position of the problematic virtual host
120      definition. [Stefan Fritsch sf sfritsch.de]
121
122   *) mod_auth_digest: Fix null pointer when qop=none. [Dan Poirier]
123
124   *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
125
126   *) mod_headers: generalise the envclause to support expression
127      evaluation with ap_expr parser [Nick Kew]
128
129   *) mod_cache: Introduce the thundering herd lock, a mechanism to keep
130      the flood of requests at bay that strike a backend webserver as
131      a cached entity goes stale. [Graham Leggett]
132
133   *) mod_auth_digest: Fix usage of shared memory and re-enable it.
134      PR 16057 [Dan Poirier]
135
136   *) Preserve Port information over internal redirects
137      PR 35999 [Jonas Ringh <jonas.ringh cixit.se>]
138
139   *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
140      rather than BAD_GATEWAY or (especially) NOT_FOUND.
141      PR 46971 [evanc nortel.com]
142
143   *) Various modules: Do better checking of pollset operations in order to
144      avoid segmentation faults if they fail. PR 46467
145      [Stefan Fritsch <sf sfritsch.de>]
146
147   *) mod_autoindex: Correctly create an empty cell if the description
148      for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
149
150   *) ab: Fix broken error messages after resolver or connect() failures.
151      [Jeff Trawick]
152
153   *) SECURITY: CVE-2009-1890 (cve.mitre.org) 
154      Fix a potential Denial-of-Service attack against mod_proxy in a
155      reverse proxy configuration, where a remote attacker can force a
156      proxy process to consume CPU time indefinitely.  [Nick Kew, Joe Orton]
157
158   *) SECURITY: CVE-2009-1191 (cve.mitre.org)
159      mod_proxy_ajp: Avoid delivering content from a previous request which
160      failed to send a request body. PR 46949 [Ruediger Pluem]
161
162   *) htdbm: Fix possible buffer overflow if dbm database has very
163      long values.  PR 30586 [Dan Poirier]
164
165   *) core: Return APR_EOF if request body is shorter than the length announced
166      by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
167
168   *) mod_suexec: correctly set suexec_enabled when httpd is run by a
169      non-root user and may have insufficient permissions.
170      PR 42175 [Jim Radford <radford blackbean.org>]
171
172   *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
173      type.  PR 45107.  [Michael Ströder <michael stroeder.com>,
174      Peter Sylvester <peter.sylvester edelweb.fr>]
175
176   *) mod_proxy_http: fix case sensitivity checking transfer encoding
177      PR 47383 [Ryuzo Yamamoto <ryuzo.yamamoto gmail.com>]
178
179   *) mod_alias: ensure Redirect issues a valid URL.
180      PR 44020 [Håkon Stordahl <hakon stordahl.org>]
181
182   *) mod_dir: add FallbackResource directive, to enable admin to specify
183      an action to happen when a URL maps to no file, without resorting
184      to ErrorDocument or mod_rewrite.  PR 47184 [Nick Kew]
185
186   *) mod_cgid: Do not leak the listening Unix socket file descriptor to the
187      CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
188
189   *) mod_rewrite: Remove locking for writing to the rewritelog.
190      PR 46942 [Dan Poirier <poirier pobox.com>]
191
192   *) mod_alias: check sanity in Redirect arguments.
193      PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
194
195   *) mod_proxy_http: fix Host: header for literal IPv6 addresses.
196      PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
197
198   *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
199      defined session identifiers encoded in the URL when caching.
200      [Ruediger Pluem]
201
202   *) mod_rewrite: Fix the error string returned by RewriteRule.
203      RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd
204      argument of RewriteRule was not started with "[" or not ended with "]".
205      PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
206
207   *) Windows: Fix usage message.
208      [Rainer Jung]
209
210   *) apachectl: When passing through arguments to httpd in
211      non-SysV mode, use the "$@" syntax to preserve arguments.
212      [Eric Covener]
213
214   *) mod_dbd: add DBDInitSQL directive to enable SQL statements to
215      be run when a connection is opened.  PR 46827
216      [Marko Kevac <mkevac gmail.com>]
217
218   *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).  
219      PR 47037.  [Jeff Trawick]
220
221   *) mod_proxy_ajp: Check more strictly that the backend follows the AJP
222      protocol. [Mladen Turk]
223
224   *) mod_proxy_ajp: Forward remote port information by default.
225      [Rainer Jung]
226
227   *) Allow MPMs to be loaded dynamically, as with most other modules.  This
228      required changes to the MPM interfaces.  Removed: mpm.h, mpm_default.h
229      (as an installed header), APACHE_MPM_DIR, MPM_NAME, ap_threads_per_child, 
230      ap_max_daemons_limit, ap_my_generation, etc.  ap_mpm_query() can't be
231      called until after the register-hooks phase.  [Jeff Trawick]
232
233   *) mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
234      to enable stricter checking of remote server certificates.
235      [Ruediger Pluem]
236
237   *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect
238      returns EINPROGRESS and a subsequent poll() returns only POLLERR.
239      Observed on HP-UX.  [Eric Covener]
240
241   *) Remove broken support for BeOS, OS/2, TPF, and even older platforms such
242      as A/UX, Next, and Tandem.  [Jeff Trawick]
243
244   *) mod_proxy_ftp: Add ProxyFtpListOnWildcard directive to allow files with
245      globbing characters to be retrieved instead of converted into a 
246      directory listing.  PR 46789 [Dan Poirier <poirier pobox.com>]
247
248   *) Provide ap_retained_data_create()/ap_retained_data_get() for preservation
249      of module state across unload/load.  [Jeff Trawick]
250
251   *) mod_substitute: Fix a memory leak. PR 44948
252      [Dan Poirier <poirier pobox.com>]
253
254 Changes with Apache 2.3.2
255
256   *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]
257
258   *) mod_negotiation: Escape pathes of filenames in 406 responses to avoid
259      HTML injections and HTTP response splitting.  PR 46837.
260      [Geoff Keating <geoffk apple.com>]
261
262   *) mod_ssl: add support for type-safe STACK constructs in OpenSSL
263      development HEAD.  PR 45521.  [Kaspar Brand, Sander Temme]
264
265   *) ab: Fix maintenance of the pollset to resolve EALREADY errors 
266      with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
267      PR 44584.  Use APR_POLLSET_NOCOPY for better performance with some
268      pollset implementations.  [Jeff Trawick]
269
270   *) mod_disk_cache: The module now turns off sendfile support if
271      'EnableSendfile off' is defined globally. [Lars Eilebrecht]
272
273   *) mod_deflate: Adjust content metadata before bailing out on 304
274      responses so that the metadata does not differ from 200 response.
275      [Roy T. Fielding]
276
277   *) mod_deflate: Fix creation of invalid Etag headers. We now make sure
278      that the Etag value is properly quoted when adding the gzip marker.
279      PR 39727, 45023. [Lars Eilebrecht, Roy T. Fielding]
280
281   *) Added 20x22 icons for ODF, SVG, and XML documents.  PR 37185.
282      [Peter Harlow]
283
284   *) Disabled DefaultType directive and removed ap_default_type()
285      from core.  We now exclude Content-Type from responses for which
286      a media type has not been configured via mime.types, AddType,
287      ForceType, or some other mechanism. PR 13986. [Roy T. Fielding]
288
289   *) mod_rewrite: Add IPV6 variable to RewriteCond
290      [Ryan Phillips <ryan-apache trolocsis.com>]
291
292   *) core: Enhance KeepAliveTimeout to support a value in milliseconds.
293      PR 46275. [Takashi Sato]
294
295   *) rotatelogs: Allow size units B, K, M, G and combination of
296      time and size based rotation. [Rainer Jung]
297
298   *) rotatelogs: Add flag for verbose (debug) output. [Rainer Jung]
299
300   *) mod_ssl: Fix merging of SSLRenegBufferSize directive. PR 46508
301      [<tlhackque yahoo.com>]
302
303   *) core: Translate the the status line to ASCII on EBCDIC platforms in
304      ap_send_interim_response() and for locally generated "100 Continue"
305      responses.  [Eric Covener]
306
307   *) prefork: Fix child process hang during graceful restart/stop in
308      configurations with multiple listening sockets.  PR 42829.  [Joe Orton,
309      Jeff Trawick]
310
311   *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
312      set in the global scope. [Graham Leggett]
313
314   *) mod_ext_filter: We need to detect failure to startup the filter
315      program (a mangled response is not acceptable).  Fix to detect
316      failure, and offer configuration option either to abort or
317      to remove the filter and continue.
318      PR 41120 [Nick Kew]
319
320   *) mod_session_crypto: Rewrite the session_crypto module against the
321      apr_crypto API. [Graham Leggett]
322
323   *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
324      until the main request is cleaned up. [Graham Leggett]
325
326 Changes with Apache 2.3.1
327
328   *) ap_slotmem: Add in new slot-based memory access API impl., including
329      2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
330      Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
331
332   *) mod_include: support generating non-ASCII characters as entities in SSI
333      PR 25202 [Nick Kew]
334
335   *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
336      PR 25202 [Nick Kew]
337
338   *) mod_rewrite: fix "B" flag breakage by reverting r5589343
339     PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
340
341   *) CGI: return 504 (Gateway timeout) rather than 500 when a script
342      times out before returning status line/headers.
343      PR 42190 [Nick Kew]
344
345   *) mod_cgid: fix segfault problem on solaris.
346      PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
347
348   *) mod_proxy_scgi: Added. [André Malo]
349
350   *) mod_cache: Introduce 'no-cache' per-request environment variable
351      to prevent the saving of an otherwise cacheable response.
352      [Eric Covener]
353
354   *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
355      way that per-directory rewrites append the previous notion of PATH_INFO
356      to each substitution before evaluating subsequent rules. 
357      PR 38642 [Eric Covener]
358
359   *) mod_cgid: Do not add an empty argument when calling the CGI script.
360      PR 46380 [Ruediger Pluem]
361
362   *) scoreboard: Remove unused sb_type from process_score.
363      [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
364
365   *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
366      size of the buffer used for the request-body where necessary
367      during a per-dir renegotiation.  PR 39243.  [Joe Orton]
368
369   *) mod_proxy_fdpass: New module to pass a client connection over to a separate
370      process that is reading from a unix daemon socket.
371
372   *) mod_ssl: Improve environment variable extraction to be more
373      efficient and to correctly handle DNs with duplicate tags.
374      PR 45975.  [Joe Orton]
375
376   *) Remove the obsolete serial attribute from the RPM spec file. Compile
377      against the external pcre. Add missing binaries fcgistarter, and
378      mod_socache* and mod_session*. [Graham Leggett]
379
380 Changes with Apache 2.3.0
381
382   *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
383
384   *) Remove X-Pad header which was added as a work around to a bug in 
385      Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
386
387   *) Add DTrace Statically Defined Tracing (SDT) probes.
388     [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
389
390   *) mod_proxy_balancer: Move all load balancing implementations
391      as individual, self-contained mod_proxy submodules under
392      modules/proxy/balancers [Jim Jagielski]
393
394   *) Rename APIs to include ap_ prefix:
395         find_child_by_pid -> ap_find_child_by_pid
396         suck_in_APR -> ap_suck_in_APR
397         sys_privileges_handlers -> ap_sys_privileges_handlers
398         unixd_accept -> ap_unixd_accept
399         unixd_config -> ap_unixd_config
400         unixd_killpg -> ap_unixd_killpg
401         unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
402         unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
403         unixd_set_rlimit -> ap_unixd_set_rlimit
404      [Paul Querna]
405
406   *) core: When the ap_http_header_filter processes an error bucket, cleanup
407      the passed brigade before returning AP_FILTER_ERROR down the filter 
408      chain. This unambiguously ensures the same error bucket isn't revisited
409      [Ruediger Pluem]
410
411   *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
412      based on heartbeats. [Paul Querna]
413
414   *) mod_heartmonitor: New module to collect heartbeats, and write out a file
415      so that other modules can load balance traffic as needed. [Paul Querna]
416
417   *) mod_heartbeat: New module to generate multicast heartbeats to know if a 
418      server is online. [Paul Querna]
419
420   *) core: Error responses set by filters were being coerced into 500 errors,
421      sometimes appended to the original error response. Log entry of:
422      'Handler for (null) returned invalid result code -3' 
423      [Eric Covener]
424
425   *) mod_buffer: Honour the flush bucket and flush the buffer in the
426      input filter. Make sure that metadata buckets are written to
427      the buffer, not to the final brigade. [Graham Leggett]
428
429   *) mod_buffer: Optimise the buffering of heap buckets when the heap
430      buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
431      Ruediger Pluem]
432
433   *) mod_buffer: Optional support for buffering of the input and output
434      filter stacks. Can collapse many small buckets into fewer larger
435      buckets, and prevents excessively small chunks being sent over
436      the wire. [Graham Leggett]
437
438   *) mod_privileges: new module to make httpd on Solaris privileges-aware
439      and to enable different virtualhosts to run with different
440      privileges and Unix user/group IDs [Nick Kew]
441
442   *) mod_mem_cache: this module has been removed. [William Rowe]
443
444   *) authn/z: Remove mod_authn_default and mod_authz_default.
445      [Chris Darroch]
446
447   *) authz: Fix handling of authz configurations, make default authz
448      logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
449      and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
450      directives.  [Chris Darroch]
451
452   *) mod_authn_core: Prevent crash when provider alias created to
453      provider which is not yet registered.  [Chris Darroch]
454
455   *) mod_authn_core: Add AuthType of None to support disabling
456      authentication.  [Chris Darroch]
457
458   *) core: Allow <Limit> and <LimitExcept> directives to nest, and
459      constrain their use to conform with that of other access control
460      and authorization directives.  [Chris Darroch]
461
462   *) unixd: turn existing code into a module, and turn the set user/group
463      and chroot into a child_init function. [Nick Kew]
464
465   *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
466
467   *) mod_dir: Support "DirectoryIndex disabled" 
468      Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
469
470   *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
471      OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
472
473   *) Export and install the mod_rewrite.h header to ensure the optional
474      rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
475      available to third party modules. [Graham Leggett]
476
477   *) mod_authnz_ldap: don't return NULL-valued environment variables to
478      other modules.  PR 39045 [Francois Pesce <francois.pesce gmail.com>]
479
480   *) Don't adjust case in pathname components that are not of interest
481      to mod_mime.  Fixes mod_negotiation's use of such components.
482      PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
483
484   *) Be tolerant in what you accept - accept slightly broken
485      status lines from a backend provide they include a valid status code.
486      PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
487
488   *) New module mod_sed: filter Request/Response bodies through sed
489      [Basant Kumar Kukreja <basant.kukreja sun.com>]
490
491   *) mod_auth_form: Make sure that basic authentication is correctly
492      faked directly after login. [Graham Leggett]
493
494   *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
495      within the output headers and error output headers, so that the
496      session is maintained across redirects. [Graham Leggett]
497
498   *) mod_auth_form: Make sure the logged in user is populated correctly
499      after a form login. Fixes a missing REMOTE_USER variable directly
500      following a login. [Graham Leggett]
501
502   *) mod_session_cookie: Make sure that cookie attributes are correctly
503      included in the blank cookie when cookies are removed. This fixes an
504      inability to log out when using mod_auth_form. [Graham Leggett]
505
506   *) mod_autoindex: add configuration option to insert string
507      in HTML HEAD. [Nick Kew]
508
509   *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
510      null value. [David Shane Holden <dpejesh apache.org>]
511
512   *) mod_headers: Prevent Header edit from processing only the first header
513      of possibly multiple headers with the same name and deleting the
514      remaining ones. PR 45333.  [Ruediger Pluem]
515
516   *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
517      [Tom Donovan]
518
519   *) core, authn/z: Determine registered authn/z providers directly in
520      ap_setup_auth_internal(), which allows optional functions that just
521      wrapped ap_list_provider_names() to be removed from authn/z modules.
522      [Chris Darroch]
523
524   *) authn/z: Convert common provider version strings to macros.
525      [Chris Darroch]
526
527   *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
528
529   *) configure: Don't reject libtool 2.x
530      PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
531
532   *) core: When testing for slash-terminated configuration paths in
533      ap_location_walk(), don't look past the start of an empty string
534      such as that created by a <Location ""> directive.
535      [Chris Darroch]
536
537   *) core, mod_proxy: If a kept_body is present, it becomes safe for
538      subrequests to support message bodies. Make sure that safety
539      checks within the core and within the proxy are not triggered
540      when kept_body is present. This makes it possible to embed
541      proxied POST requests within mod_include. [Graham Leggett]
542
543   *) mod_auth_form: Make sure the input filter stack is properly set
544      up before reading the login form. Make sure the kept body filter
545      is correctly inserted to ensure the body can be read a second
546      time safely should the authn be successful. [Graham Leggett,
547      Ruediger Pluem]
548
549   *) mod_request: Insert the KEPT_BODY filter via the insert_filter
550      hook instead of during fixups. Add a safety check to ensure the
551      filters cannot be inserted more than once. [Graham Leggett,
552      Ruediger Pluem]
553
554   *) core: Do not allow Options ALL if not all options are allowed to be
555      overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
556
557   *) ap_cache_cacheable_headers_out() will (now) always
558      merge an error headers _before_ clearing them and _before_
559      merging in the actual entity headers and doing normal
560      hop-by-hop cleansing. [Dirk-Willem van Gulik].
561
562   *) cache: retire ap_cache_cacheable_hdrs_out() which was used
563      for both in- and out-put headers; and replace it by a single
564      ap_cache_cacheable_headers() wrapped in a in- and out-put
565      specific ap_cache_cacheable_headers_in()/out(). The latter
566      which will also merge error and ensure content-type. To keep
567      cache modules consistent with ease. This API change bumps
568      up the minor MM by one [Dirk-Willem van Gulik].
569
570   *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
571      PR 44799 [Christian Wenz <christian wenz.org>]
572
573   *) Move the KeptBodySize directive, kept_body filters and the
574      ap_parse_request_body function out of the http module and into a
575      new module called mod_request, reducing the size of the core.
576      [Graham Leggett]
577
578   *) mod_dbd: Handle integer configuration directive parameters with a
579      dedicated function.
580
581   *) Change the directives within the mod_session* modules to be valid
582      both inside and outside the location/directory sections, as
583      suggested by wrowe. [Graham Leggett]
584
585   *) mod_auth_form: Add a module capable of allowing end users to log
586      in using an HTML form, storing the credentials within mod_session.
587      [Graham Leggett]
588
589   *) Add a function to the http filters that is able to parse an HTML
590      form request with the type of application/x-www-form-urlencoded.
591      [Graham Leggett]
592
593   *) mod_session_crypto: Initialise SSL in the post config hook.
594      [Ruediger Pluem, Graham Leggett]
595
596   *) mod_session_dbd: Add a session implementation capable of storing
597      session information in a SQL database via the dbd interface. Useful
598      for sites where session privacy is important. [Graham Leggett]
599
600   *) mod_session_crypto: Add a session encoding implementation capable
601      of encrypting and decrypting sessions wherever they may be stored.
602      Introduces a level of privacy when sessions are stored on the
603      browser. [Graham Leggett]
604
605   *) mod_session_cookie: Add a session implementation capable of storing
606      session information within cookies on the browser. Useful for high
607      volume sites where server bound sessions are too resource intensive.
608      [Graham Leggett]
609
610   *) mod_session: Add a generic session interface to unify the different
611      attempts at saving persistent sessions across requests.
612      [Graham Leggett]
613
614   *) core, authn/z: Avoid calling access control hooks for internal requests
615      with configurations which match those of initial request.  Revert to
616      original behaviour (call access control hooks for internal requests
617      with URIs different from initial request) if any access control hooks or
618      providers are not registered as permitting this optimization.
619      Introduce wrappers for access control hook and provider registration
620      which can accept additional mode and flag data.  [Chris Darroch]
621
622   *) Introduced ap_expr API for expression evaluation.
623      This is adapted from mod_include, which is the first module
624      to use the new API.
625      [Nick Kew]
626
627   *) mod_authz_dbd: When redirecting after successful login/logout per
628      AuthzDBDRedirectQuery, do not report authorization failure, and use
629      first row returned by database query instead of last row.
630      [Chris Darroch]
631
632   *) mod_ldap: Correctly return all requested attribute values
633      when some attributes have a null value. 
634      PR 44560 [Anders Kaseorg <anders kaseorg.com>]
635
636   *) core: check symlink ownership if both FollowSymlinks and
637      SymlinksIfOwnerMatch are set [Nick Kew]
638
639   *) core: fix origin checking in SymlinksIfOwnerMatch
640      PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
641
642   *) Activate mod_cache, mod_file_cache and mod_disk_cache as part of the
643      'most' set for '--enable-modules' and '--enable-shared-mods'. Include 
644      mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
645
646   *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
647      contain public function declarations which are useful for
648      third party module authors. PR 42431 [Dirk-Willem van Gulik].
649
650   *) mod_dir, mod_negotiation: pass the output filter information
651      to newly created sub requests; as these are later on used
652      as true requests with an internal redirect. This allows for
653      mod_cache et.al. to trap the results of the redirect. 
654      [Dirk-Willem van Gulik, Ruediger Pluem]
655
656   *) mod_ldap: Add support (taking advantage of the new APR capability)
657      for ldap rebind callback while chasing referrals. This allows direct
658      searches on LDAP servers (in particular MS Active Directory 2003+)
659      using referrals without the use of the global catalog.
660      PRs 26538, 40268, and 42557 [Paul J. Reder]
661
662   *) mod_ssl: Added server name indication support (SNI, RFC 4366).
663      PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
664      can be created with test/make_sni.sh [Dirk-Willem van Gulik].
665
666   *) ApacheMonitor.exe: Introduce --kill argument for use by the
667      installer.  This will permit the installation tool to remove
668      all running instances before attempting to remove the .exe.
669      [William Rowe]
670
671   *) mod_ssl: Add support for OCSP validation of client certificates.
672      PR 41123.  [Marc Stern <marc.stern approach.be>, Joe Orton]
673
674   *) mod_serf: New module for Reverse Proxying. [Paul Querna]
675
676   *) core: Add the option to keep aside a request body up to a certain
677      size that would otherwise be discarded, to be consumed by filters
678      such as mod_include. When enabled for a directory, POST requests
679      to shtml files can be passed through to embedded scripts as POST
680      requests, rather being downgraded to GET requests. [Graham Leggett]
681
682   *) mod_ssl: Fix TLS upgrade (RFC 2817) support.  PR 41231.  [Joe Orton]
683
684   *) scoreboard: Correctly declare ap_time_process_request.
685      PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
686
687   *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
688      from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
689      provide the unusual legacy lookup.  [William Rowe]
690
691   *) mpm winnt: fix null pointer dereference
692      PR 42572 [Davi Arnaut]
693
694   *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
695      parameters to the environment. Improve portability to
696      EBCDIC machines by using apr_toupper(). [Martin Kraemer]
697
698   *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
699      to authorize an authenticated user via a "require ldap-group X" directive
700      where the user is not in group X, but is in a subgroup contained in X.
701      PR 42891 [Paul J. Reder]
702
703   *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
704
705   *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
706      for SDKs that define LDAP_NO_LIMIT to something other than -1.
707      [David Jones <oscaremma gmail.com>]
708
709   *) apxs: Enhance -q flag to print all known variables and their values
710      when invoked without variable name(s). 
711      [William Rowe, Sander Temme]
712
713   *) apxs: Eliminate run-time check for mod_so.  PR 40653.
714      [David M. Lee <dmlee crossroads.com>]
715
716   *) beos MPM: Create pmain pool and run modules' child_init hooks when
717      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
718      [Chris Darroch]
719
720   *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
721      cleanups registered in modules' child_init hooks are performed.
722      [Chris Darroch]
723
724   *) mod_dbd: Stash DBD connections in request_config of initial request
725      only, or else sub-requests and internal redirections may cause
726      entire DBD pool to be stashed in a single HTTP request.  [Chris Darroch]
727
728   *) Fix issue which could cause error messages to be written to access logs
729      on Win32.  PR 40476.  [Tom Donovan <Tom.Donovan acm.org>]
730
731   *) The LockFile directive, which specifies the location of
732      the accept() mutex lockfile, is deprecated. Instead, the
733      AcceptMutex directive now takes an optional lockfile
734      location parameter, ala SSLMutex. [Jim Jagielski]
735
736   *) mod_authn_dbd: Export any additional columns queried in the SQL select
737      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
738      mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
739
740   *) mod_dbd: Key the storage of prepared statements on the hex string
741      value of server_rec, rather than the server name, as the server name
742      may change (eg when the server name is set) at any time, causing
743      weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
744
745   *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
746
747   *) sendfile_nonblocking() takes the _brigade_ as an argument, gets 
748      the first bucket from the brigade, finds it not to be a FILE
749      bucket and barfs. The fix is to pass a bucket rather than a brigade.
750      [Niklas Edmundsson <nikke acc.umu.se>]
751
752   *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
753
754   *) ap_get_server_version() has been removed.  Third-party modules must 
755      now use ap_get_server_banner() or ap_get_server_description().
756      [Jeff Trawick]
757
758   *) All MPMs: Introduce a check_config phase between pre_config and
759      open_logs, to allow modules to review interdependent configuration
760      directive values and adjust them while messages can still be logged
761      to the console.  Handle relevant MPM directives during this phase
762      and format messages for both the console and the error log, as
763      appropriate.  [Chris Darroch]
764
765   *) mod_proxy: don't URLencode tilde in path component
766      [Stijn Hoop <stijn sandcat.nl>]
767
768   *) mpm_winnt: Fix return values from wait_for_many_objects.
769      The return value is index to the signaled thread in the
770      creted_threads array. We can not use WAIT_TIMEOUT because
771      his value is defined as 258, thus limiting the MaxThreads
772      to that value. [Mladen Turk]
773
774   *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
775      to circumvent the symbolic link checks imposed by FollowSymLinks and
776      SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
777
778   *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
779      configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
780      The default is none as this is far greater debugging resolution than 
781      the typical administrator is prepared to untangle.  [William Rowe]
782
783   *) mod_disk_cache: If possible, check if the size of an object to cache is
784      within the configured boundaries before actually saving data.
785      [Niklas Edmundsson <nikke acc.umu.se>]
786
787   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
788      final name. [Davi Arnaut <davi haxent.com.br>]
789
790   *) Worker and event MPMs: Remove improper scoreboard updates which were
791      performed in the event of a fork() failure.  [Chris Darroch]
792
793   *) Add support for fcgi:// proxies to mod_rewrite.
794      [Markus Schiegl <ms schiegl.com>]
795
796   *) Remove incorrect comments from scoreboard.h regarding conditional
797      loading of worker_score structure with mod_status, and remove unused
798      definitions relating to old life_status field.
799      [Chris Darroch <chrisd pearsoncmg.com>]
800
801   *) Remove allocation of memory for unused array of lb_score pointers
802      in ap_init_scoreboard().  [Chris Darroch <chrisd pearsoncmg.com>]
803
804   *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
805      [Garrett Rooney, Jim Jagielski, Paul Querna]
806
807   *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
808      [Chris Darroch <chrisd pearsoncmg.com>]
809
810   *) mod_charset_lite: Remove Content-Length when output filter can 
811      invalidate it.  Warn when input filter can invalidate it.
812      [Jeff Trawick]
813
814   *) Authz: Add the new module mod_authn_core that will provide common
815      authn directives such as 'AuthType', 'AuthName'.  Move the directives
816      'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias 
817      into mod_authn_core. [Brad Nicholes]
818
819   *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy' 
820      into the new module mod_access_compat which can be loaded to provide 
821      support for these directives.
822      [Brad Nicholes]
823
824   *) Authz: Move the 'Require' directive from the core module as well as 
825      add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>' 
826      and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR' 
827      logic into the authorization processing. [Brad Nicholes]
828
829   *) Authz: Add the new module mod_authz_core which acts as the 
830      authorization provider vector and contains common authz 
831      directives. [Brad Nicholes]
832
833   *) Authz: Renamed mod_authz_dbm authz providers from 'group' and 
834      'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
835
836   *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
837      host-based access control provided by mod_authz_host and invoked 
838      through the 'Require' directive. [Brad Nicholes]
839
840   *) Authz: Convert all of the authz modules from hook based to 
841      provider based. [Brad Nicholes]
842
843   *) mod_cache: Add CacheMinExpire directive to set the minimum time in
844      seconds to cache a document.
845      [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
846
847   *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
848
849   *) Fix typo in ProxyStatus syntax error message.
850      [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
851
852   *) Asynchronous write completion for the Event MPM.  [Brian Pane]
853
854   *) Added an End-Of-Request bucket type.  The logging of a request and
855      the freeing of its pool are now done when the EOR bucket is destroyed.
856      This has the effect of delaying the logging until right after the last
857      of the response is sent; ap_core_output_filter() calls the access logger
858      indirectly when it destroys the EOR bucket.  [Brian Pane]
859
860   *) Rewrite of logresolve support utility: IPv6 addresses are now supported
861      and the format of statistical output has changed. [Colm MacCarthaigh]
862
863   *) Rewrite of ap_coreoutput_filter to do nonblocking writes  [Brian Pane]
864
865   *) Added new connection states for handler and write completion
866      [Brian Pane]
867
868   *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs.  PR 34264.
869      [Justin Erenkrantz]
870
871   *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
872      allowing string-valued client certificate attributes to be used for
873      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
874      [Martin Kraemer, David Reid]
875
876   [Apache 2.1.0-dev includes those bug fixes and changes with the
877    Apache 2.2.xx tree as documented, and except as noted, below.]
878
879 Changes with Apache 2.2.x and later:
880
881   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
882
883 Changes with Apache 2.0.x and later:
884
885   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
886
887 Changes with Apache 1.3.x and later:
888
889   *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup