home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / apache_2.2.8-win32-x86-no_ssl.msi / Data1.cab / CHANGES.txt < prev    next >
Text File  |  2008-01-09  |  79KB  |  1,829 lines

  1.                                                          -*- coding: utf-8 -*-
  2. Changes with Apache 2.2.8
  3.  
  4.   *) core: Fix regression in 2.2.7 in chunk filtering with massively
  5.      chunked requests.  [Ruediger Pluem, Nick Kew]
  6.  
  7.   *) winnt_mpm: Resolve modperl issues by redirecting console mode stdout
  8.      to /Device/Nul as the server is starting up, mirroring unix MPM's.
  9.      PR: 43534  [Tom Donovan <Tom.Donovan acm.org>, William Rowe]
  10.  
  11.   *) winnt_mpm: Restore Win32DisableAcceptEx On directive and Win9x platform
  12.      by recreating the bucket allocator each time the trans pool is cleared.
  13.      PR: 11427 #16 (follow-on)  [Tom Donovan <Tom.Donovan acm.org>]
  14.  
  15.   *) mod_dav: Fix evaluation of If-Match * and If-None-Match * conditionals.
  16.      PR 38034 [Paritosh Shah <shah.paritosh gmail.com>]
  17.  
  18. Changes with Apache 2.2.7 (not released)
  19.  
  20.   *) SECURITY: CVE-2007-6421 (cve.mitre.org)
  21.      mod_proxy_balancer: Correctly escape the worker route and the worker
  22.      redirect string in the HTML output of the balancer manager.
  23.      Reported by SecurityReason. [Ruediger Pluem]
  24.  
  25.   *) SECURITY: CVE-2007-6422 (cve.mitre.org)
  26.      Prevent crash in balancer manager if invalid balancer name is passed
  27.      as parameter. Reported by SecurityReason. [Ruediger Pluem]
  28.  
  29.   *) SECURITY: CVE-2007-6388 (cve.mitre.org)
  30.      mod_status: Ensure refresh parameter is numeric to prevent
  31.      a possible XSS attack caused by redirecting to other URLs.
  32.      Reported by SecurityReason.  [Mark Cox, Joe Orton]
  33.  
  34.   *) SECURITY: CVE-2007-5000 (cve.mitre.org)
  35.      mod_imagemap: Fix a cross-site scripting issue.  Reported by JPCERT.
  36.      [Joe Orton]
  37.  
  38.   *) SECURITY: CVE-2008-0005 (cve.mitre.org)
  39.      Introduce the ProxyFtpDirCharset directive, allowing the administrator
  40.      to identify a default, or specific servers or paths which list their
  41.      contents in other-than ISO-8859-1 charset (e.g. utf-8). [Ruediger Pluem]
  42.  
  43.   *) mod_dav: Adjust etag generation to produce identical results on 32-bit
  44.      and 64-bit platforms and avoid a regression with conditional PUT's on lock
  45.      and etag. PR 44152.
  46.      [Michael Clark <michael metaparadigm.com>, Ruediger Pluem]
  47.  
  48.   *) mod_ssl: Fix handling of the buffered request body during a per-location
  49.      renegotiation, when an internal redirect occurs.  PR 43738.
  50.      [Joe Orton]
  51.  
  52.   *) mod_ldap: Try to establish a new backend LDAP connection when the
  53.      Microsoft LDAP client library returns LDAP_UNAVAILABLE, e.g. after the
  54.      LDAP server has closed the connection due to a timeout.
  55.      PR 39095 [Eric Covener]
  56.  
  57.   *) log.c: Ensure Win32 resurrects its lost robust logger processes.
  58.      [William Rowe]
  59.  
  60.   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
  61.      final name. [Davi Arnaut <davi haxent.com.br>]
  62.  
  63.   *) Add explicit charset to the output of various modules to work around
  64.      possible cross-site scripting flaws affecting web browsers that do not
  65.      derive the response character set as required by  RFC2616.  One of these
  66.      reported by SecurityReason [Joe Orton]
  67.  
  68.   *) http_protocol: Escape request method in 405 error reporting.
  69.      This has no security impact since the browser cannot be tricked
  70.      into sending arbitrary method strings.  [Jeff Trawick]
  71.  
  72.   *) mod_ssl: Fix SSL client certificate extensions parsing bug. PR 44073.
  73.      [yl <yl bee-ware.net>]
  74.  
  75.   *) mod_proxy_ajp: Use 64K as maximum AJP packet size. This is the maximum
  76.      length we can squeeze inside the AJP message packet.
  77.      [Mladen Turk]
  78.  
  79.   *) core: Lower memory consumption of ap_r* functions by reusing the brigade
  80.      instead of recreating it during each filter pass.
  81.      [Stefan Fritsch <sf sfritsch.de>]
  82.  
  83.   *) core: Lower memory consumption in case that flush buckets are passed thru
  84.      the chunk filter as last bucket of a brigade. PR 23567.
  85.      [Stefan Fritsch <sf sfritsch.de>]
  86.  
  87.   *) core: Fix broken chunk filtering that causes all non blocking reads to be
  88.      converted into blocking reads.  PR 19954, 41056.
  89.      [Jean-Frederic Clere, Jim Jagielski]
  90.  
  91.   *) mod_rewrite: Add the novary flag to RewriteCond.
  92.      [Ruediger Pluem]
  93.  
  94.   *) core: Change etag generation to produce identical results on
  95.      32-bit and 64-bit platforms.  PR 40064.  [Joe Orton]
  96.  
  97.   *) http_protocol: Escape request method in 413 error reporting.
  98.      Determined to be not generally exploitable, but a flaw in any case.
  99.      PR 44014 [Victor Stinner <victor.stinner inl.fr>]
  100.  
  101.   *) mod_filter: Don't segfault on (unsupported) chained FilterProvider usage.
  102.      PR 43956 [Nick Kew, Ruediger Pluem]
  103.  
  104.   *) core: Handle unrecognised transfer-encodings.
  105.      PR 43882 [Nick Kew, Jeff Trawick]
  106.  
  107.   *) mod_include: Add an "if" directive syntax to test whether an URL
  108.      is accessible, and if so, conditionally display content. This
  109.      allows a webmaster to hide a link to a private page when the user
  110.      has no access to that page. [Graham Leggett]
  111.  
  112.   *) Various code cleanups. PR 38699, 39518, 42005, 42006, 42007, 42008, 42009
  113.      [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
  114.  
  115.   *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx)
  116.      responses from the backend according to RFC2616.  But make it
  117.      configurable in case something breaks on it.
  118.      PR 16518 [Nick Kew]
  119.  
  120.   *) mod_substitute: Added a new output filter, which performs
  121.      inline response content pattern matching (including regex)
  122.      and substitution.  [Jim Jagielski, Ruediger Pluem]
  123.  
  124.   *) rotatelogs: Change command-line parsing to report more types
  125.      of errors.  Allow local timestamps to be used when rotating based
  126.      on file size.  [Jeff Trawick]
  127.  
  128.   *) mod_proxy: Canonicalisation improvements. Add "nocanon" keyword to
  129.      ProxyPass, to suppress URI-canonicalisation in a reverse proxy. Also,
  130.      don't escape/unescape forward-proxied URLs.
  131.      PR 41798, 42592 [Nick Kew, Ruediger Pluem, Roy Fielding, Jim Jagielski]
  132.  
  133.   *) mod_status: Add SeeRequestTail directive, which determines if
  134.      ExtendedStatus displays the 1st 63 characters of the request
  135.      or the last 63. Useful for those requests with large string
  136.      lengths and which only vary with the last several characters.
  137.      [Jim Jagielski]
  138.  
  139.   *) mod_ssl: Prevent memory corruption of version string.
  140.      PR 43865, 43334 [William Rowe, Joe Orton]
  141.  
  142.   *) core: Avoid some unexpected connection closes by telling the client
  143.      that the connection is not persistent if the MPM process handling
  144.      the request is already exiting when the response header is built.
  145.      [Jeff Trawick]
  146.  
  147.   *) mod_autoindex: Generate valid XHTML output by adding the xhtml
  148.      namespace. PR 43649 [Jose Kahan <jose w3.org>]
  149.  
  150.   *) mod_ldap: Give callers a reference to data copied into the request
  151.      pool instead of references directly into the cache
  152.      PR 43786 [Eric Covener]
  153.  
  154.   *) mod_ldap: Stop passing a reference to pconf around for
  155.      (limited) use during request processing, avoiding possible 
  156.      memory corruption and crashes.  [Eric Covener]
  157.  
  158.   *) Event MPM: Add support for running under mod_ssl, by reverting to the
  159.      Worker MPM behaviors, when run under an input filter that buffers
  160.      its own data. [Paul Querna]
  161.  
  162.   *) mod_charset_lite: Don't crash when the request has no associated
  163.      filename.  [Jeff Trawick]
  164.  
  165.   *) Core: fix possible crash at startup in case of nonexistent DocumentRoot.
  166.      PR 39722 [Adrian Buckley <adrian.buckley ntlworld.com>]
  167.  
  168.   *) HTTP protocol: Add "DefaultType none" option.
  169.      PR 13986 and PR 16139 [Nick Kew]
  170.  
  171.   *) mod_rewrite: Add option to suppress URL unescaping
  172.      PR 34602 [Guenther Gsenger <guenther.gsenger gmail.com>]
  173.  
  174.   *) mpm_winnt: Eliminate wait_for_many_objects.  Allows the clean 
  175.      shutdown of the server when the MaxClients is higher then 257,
  176.      in a more responsive manner [Mladen Turk, William Rowe]
  177.  
  178.   *) mod_proxy_http: Remove Warning headers with wrong date
  179.      PR 16138 [Nick Kew]
  180.  
  181.   *) mod_proxy_http: Correctly parse all Connection headers in proxy.
  182.      PR 43509 [Nick Kew]
  183.  
  184.   *) mod_proxy_http: add Via header correctly (if enabled) to
  185.      response, even where other Via headers exist.
  186.      PR 19439 [Nick Kew]
  187.  
  188.   *) http_core: OPTIONS * no longer maps to local storage or URI
  189.      space. Note that unlike previous versions, OPTIONS * no
  190.      longer returns an Allow: header. PR 43519 [Jim Jagielski]
  191.  
  192.   *) mod_proxy_http: strip hop-by-hop response headers
  193.      PR 43455 [Nick Kew]
  194.  
  195.   *) mod_proxy: Don't by default violate RFC2616 by setting
  196.      Max-Forwards when the client didn't send it to us.
  197.      Leave that as a configuration option.
  198.      PR 16137 [Nick Kew]
  199.  
  200.   *) scoreboard: improve error message on apr_shm_create failure
  201.      PR 40037 [Nick Kew]
  202.  
  203.   *) proxy: Fix persistent backend connections.
  204.      PR 43472 [Ruediger Pluem]
  205.  
  206.   *) mod_deflate: initialise inflate-out filter correctly when the
  207.      first brigade contains no data buckets.
  208.      PR 43512 [Nick Kew]
  209.  
  210.   *) mod_proxy_ajp: Ignore any ajp13 flush packets received before
  211.      we send the response headers. See Tomcat PR 43478.
  212.      [Jim Jagielski]
  213.  
  214.   *) mod_proxy_balancer: Do not reset lbstatus, lbfactor and lbset when
  215.      starting a new child.
  216.      PR 39907 [Vinicius Petrucci <vpetrucci gmail.com>, Ruediger Pluem]
  217.  
  218.   *) mod_proxy_http: Propagate Proxy-Authorization header correctly.
  219.      PR 25947 [Nick Kew]
  220.  
  221.   *) mod_proxy_ajp: Differentiate within AJP between GET and HEAD
  222.      requests. PR 43060 [Jim Jagielski]
  223.  
  224.   *) Don't send spurious "100 Continue" response lines.
  225.      PR 38014 [Basant Kumar Kukreja <basant.kukreja sun.com>]
  226.  
  227.   *) mod_proxy_ftp: Don't segfault on bad line in FTP listing
  228.      PR 40733 [Ulf Harnhammar <metaur telia.com>]
  229.  
  230.   *) mod_proxy: escape error-notes correctly
  231.      PR 40952 [Thijs Kinkhorst <thijs debian.org>]
  232.  
  233.   *) mod_proxy: check ProxyBlock for all blocked addresses
  234.      PR 36987 [Timo Viipuri <timo.viipuri f-secure.com>]
  235.  
  236.   *) mod_proxy: Don't lose bytes when a response line arrives in small chunks.
  237.      PR 40894 [Andrew Rucker Jones <arjones simultan.dyndns.org>]
  238.  
  239. Changes with Apache 2.2.6
  240.  
  241.   *) SECURITY: CVE-2007-3847 (cve.mitre.org)
  242.      mod_proxy: Prevent reading past the end of a buffer when parsing
  243.      date-related headers.  PR 41144.
  244.      [Davi Arnaut, Nick Kew]
  245.  
  246.   *) SECURITY: CVE-2007-1863 (cve.mitre.org)
  247.      mod_cache: Prevent a segmentation fault if attributes are listed in a 
  248.      Cache-Control header without any value. 
  249.      [Niklas Edmundsson <nikke acc.umu.se>]
  250.  
  251.   *) SECURITY: CVE-2007-3304 (cve.mitre.org)
  252.      prefork, worker, event MPMs: Ensure that the parent process cannot
  253.      be forced to kill processes outside its process group. 
  254.      [Joe Orton, Jim Jagielski]
  255.  
  256.   *) SECURITY: CVE-2006-5752 (cve.mitre.org)
  257.      mod_status: Fix a possible XSS attack against a site with a public
  258.      server-status page and ExtendedStatus enabled, for browsers which
  259.      perform charset "detection".  Reported by Stefan Esser.  [Joe Orton]
  260.  
  261.   *) SECURITY: CVE-2007-1862 (cve.mitre.org)
  262.      mod_mem_cache: Copy headers into longer lived storage; header names and
  263.      values could previously point to cleaned up storage.  PR 41551.
  264.      [Davi Arnaut <davi haxent.com.br>]
  265.  
  266.   *) mod_info: mod_info outputs invalid XHTML 1.0 transitional.
  267.      PR 42847 [Rici Lake <rici ricilake.net>]
  268.  
  269.   *) mod_ssl: Fix spurious hostname mismatch warning for valid
  270.      wildcard certificates.  PR 37911.  [Nick Burch <nick torchbox.com>]
  271.  
  272.   *) mod_mem_cache: Increase the minimum and default value for
  273.      MCacheMinObjectSize from 0 to 1, as a MCacheMinObjectSize of 0 does not
  274.      make sense and leads to a division by zero.  PR 40576.
  275.      [Xuekun Hu <xuekun.hu gmail.com>]
  276.  
  277.   *) mod_cache: Remove expired content from cache that cannot be revalidated.
  278.      PR 30370. [Ruediger Pluem]
  279.  
  280.   *) mod_proxy_http: accept proxy-sendchunked/proxy-sendchunks as synonymous.
  281.      PR 43183 [Brian Rectanus <Brian.Rectanus breach.com>, Vincent Bray]
  282.  
  283.   *) mod_proxy: Ensure that at least scheme://hostname[:port] matches between
  284.      worker and URL when searching for the best fitting worker for a given URL.
  285.      PR 40910 [Ruediger Pluem]
  286.  
  287.   *) mod_proxy: Improve network performance by setting APR_TCP_NODELAY
  288.      (disable Nagle algorithm) on sockets if implemented.
  289.      PR 42871 [Christian BOITEL <christian_boitel yahoo.fr>, Jim Jagielski]
  290.  
  291.   *) core: Do not replace a Date header set by a proxied backend server.
  292.      PR 40232 [Ruediger Pluem]
  293.  
  294.   *) mod_proxy: Add a missing assignment in an error checking code path.
  295.      PR 40865 [Andrew Rucker Jones <arjones simultan.dyndns.org>]
  296.  
  297.   *) mod_proxy_connect: avoid segfault on DNS lookup failure.
  298.      PR 40756 [Trevin Beattie <tbeattie boingo.com>]
  299.  
  300.   *) mod_proxy: enable Ignore Errors option on ProxyPass Status.
  301.      PR 43167 [Francisco Gimeno <kikov kikov.org>
  302.  
  303.   *) mod_proxy_http: Don't try to read body of a HEAD request before
  304.      responding.  PR 41644 [Stuart Children <stuart terminus.co.uk>]
  305.  
  306.   *) mod_authnz_ldap: Don't return HTTP_UNAUTHORIZED during authorization when
  307.      LDAP authentication is configured but we haven't seen any 
  308.      'Require ldap-*' directives, allowing authorization to be passed to lower 
  309.      level modules (e.g. Require valid-user) 
  310.      PR 43281 [Eric Covener]
  311.  
  312.   *) mod_proxy: don't URLencode tilde in path component
  313.      PR 38448 [Stijn Hoop <stijn sandcat.nl>]
  314.  
  315.   *) proxy/ajp_header.c: Fixed header token string comparisons
  316.      Matching of header tokens failed to include the trailing NIL byte
  317.      and could misinterpret a longer header token for a shorter.
  318.      Additionally, a "Content-Type" comparison was made case insensitive.
  319.      [Martin Kraemer]
  320.  
  321.   *) proxy/ajp_header.c: Backport of an AJP protocol fix for EBCDIC
  322.      On EBCDIC machines, the status_line string was incorrectly converted
  323.      twice. [Jean-Frederic Clere, Martin Kraemer]
  324.  
  325.   *) mod_dumpio: Fix for correct dumping of traffic on EBCDIC hosts
  326.      Data had been incorrectly converted twice, resulting in
  327.      garbled log output. [Martin Kraemer]
  328.  
  329.   *) mod_autoindex: Add in Type and Charset options to IndexOptions
  330.      directive. This allows the admin to explicitly set the 
  331.      content-type and charset of the generated page and is therefore
  332.      a viable workaround for buggy browsers affected by CVE-2007-4465
  333.      (cve.mitre.org). [Jim Jagielski]
  334.  
  335.   *) log core: ensure we use a special pool for stderr logging, so that
  336.      the stderr channel remains valid from the time plog is destroyed,
  337.      until the time the open_logs hook is called again.  [William Rowe]
  338.  
  339.   *) mod_negotiation: preserve Query String in resolving a type map
  340.      PR 33112 [J├╕rgen Thomsen <apache jth.net>, Nick Kew]
  341.  
  342.   *) mod_ssl: Version reporting update; displays 'compiled against'
  343.      Apache and build-time SSL Library versions at loglevel [info],
  344.      while reporting the run-time SSL Library version in the server
  345.      info tags.  Helps to identify a mod_ssl built against one flavor
  346.      of OpenSSL but running against another (also adds SSL-C version
  347.      number reporting.)  [William Rowe]
  348.  
  349.   *) mime.types: Many updates to sync with IANA registry and common
  350.      unregistered types that the owners refuse to register.  Admins
  351.      are encouraged to update their installed mime.types file.
  352.      PR: 35550, 37798, 39317, 31483 [Roy T. Fielding]
  353.  
  354.   *) mod_expires: don't crash on bad configuration data
  355.      PR 43213 [Julien Perez <julien.perez epsylonia.net>]
  356.  
  357.   *) mod_dbd: Introduce configuration groups to allow inheritance by virtual
  358.      hosts of database configurations from the main server.  Determine the
  359.      minimal set of distinct configurations and share connection pools
  360.      whenever possible.  Allow virtual hosts to override inherited SQL
  361.      statements.  PR 41302.  [Chris Darroch]
  362.  
  363.   *) mod_dbd: Create memory sub-pools for each DB connection and close
  364.      DB connections in a pool cleanup function.  Ensure prepared statements
  365.      are destroyed before DB connection is closed.  When using reslists,
  366.      prevent segfaults when child processes exit, and stop memory leakage
  367.      of ap_dbd_t structures.  Avoid use of global s->process->pool, which
  368.      isn't destroyed by exiting child processes in most multi-process MPMs.
  369.      PR 39985.  [Chris Darroch, Nick Kew]
  370.  
  371.   *) mod_dbd: Handle error conditions in dbd_construct() properly.
  372.      Simplify ap_dbd_open() and use correct arguments to apr_dbd_error()
  373.      when non-threaded.  Register correct cleanup data in non-threaded
  374.      ap_dbd_acquire() and ap_dbd_cacquire().  Clean up configuration data
  375.      and merge function.  Use ap_log_error() wherever possible.
  376.      [Chris Darroch, Nick Kew]
  377.  
  378.   *) mod_dbd: Stash DBD connections in request_config of initial request
  379.      only, or else sub-requests and internal redirections may cause
  380.      entire DBD pool to be stashed in a single HTTP request.  [Chris Darroch]
  381.  
  382.   *) main core: Emit errors during the initial apr_app_initialize()
  383.      or apr_pool_create() (when apr-based error reporting is not ready).
  384.      [William Rowe, Jeff Trawick]
  385.  
  386.   *) log core: fix the new piped logger case where we couldn't connect 
  387.      the replacement stderr logger's stderr to the NULL stdout stream.  
  388.      Continue in this case, since the previous alternative of no error 
  389.      logging at all (/dev/null) is far worse. [William Rowe]
  390.  
  391.   *) mpm_winnt: Prevent the parent-child pipe from leaking into other
  392.      spawned processes, and ensure we have a /Device/null handle for
  393.      stdout when running as-a-service.  [William Rowe]
  394.  
  395.   *) mod_ldap: Avoid possible crashes, hangs, and busy loops due to
  396.      improper merging of the cache lock in vhost config
  397.      PR 43164 [Eric Covener]
  398.  
  399.   *) ApacheMonitor: Fix Windows Vista detection. [Mladen Turk]
  400.  
  401.   *) mod_deflate: fix protocol handling in deflate input filter
  402.      PR 23287 [Nick Kew]
  403.  
  404.   *) mime.types: add Registered Javascript/ECMAScript MIME types (RFC4329)
  405.      PR 40299 [Dave Hodder <dmh dmh.org.uk>]
  406.  
  407.   *) mod_filter: fix integer comparisons in dispatch rules
  408.      PR 41835 [Nick Kew]
  409.  
  410.   *) mod_filter: fix merging of ! and = in FilterChain
  411.      PR 42186 [Issac Goldstand <margol beamartyr.net>]
  412.  
  413.   *) mod_deflate: don't try to process metadata buckets as data.  what should
  414.      have been a 413 error was logged as a 500 and a blank screen appeared
  415.      at the browser.
  416.      [Greg Ames, Ruediger Pluem]
  417.  
  418.   *) mod_cgi, mod_cgid: Fix use of CGI scripts as ErrorDocuments.
  419.      PR 39710.  [Paul Querna, Ruediger Pluem]
  420.  
  421.   *) mod_proxy: Allow to use different values for sessionid
  422.      in url encoded id and cookies. PR 41897. [Jean-Frederic Clere]
  423.  
  424.   *) mod_proxy: Fix the 503 returned when session route does
  425.      not match any of the balancer members. [Mladen Turk]
  426.  
  427.   *) mod_proxy: Added ProxyPassMatch directive, which is similar
  428.      to ProxyPass but takes a regex local path prefix. [Jim Jagielski]
  429.  
  430.   *) mod_cache: Do not set Date or Expires when they are missing from
  431.      the original response or are invalid.  [Justin Erenkrantz]
  432.  
  433.   *) mod_cache: Correctly handle HEAD requests on expired cache content.
  434.      PR 41230.  [Niklas Edmundsson <nikke acc.umu.se>]
  435.  
  436.   *) mod_cache: Let Cache-Control max-age set the expiration of the cached
  437.      representation if Expires is not set.  [Justin Erenkrantz]
  438.  
  439.   *) mod_cache: Allow caching of requests with query arguments when
  440.      Cache-Control max-age is explicitly specified.  [Justin Erenkrantz]
  441.  
  442.   *) mod_disk_cache: Allow Vary'd responses to be refreshed properly.
  443.      [Justin Erenkrantz]
  444.  
  445.   *) mod_proxy: Print the correct error message for erroneous configured
  446.      ProxyPass directives. PR 40439.  [Takashi Sato <serai lans-tv.com>]
  447.  
  448.   *) mod_so: Provide more helpful LoadModule feedback when an error occurs.
  449.      [William Rowe]
  450.  
  451.   *) mod_alias: Accept path components (URL part) in Redirects. PR 35314.
  452.      [Nick Kew]
  453.  
  454.   *) mod_headers: Allow % at the end of a Header value. PR 36609.
  455.      [Nick Kew, Ruediger Pluem]
  456.  
  457.   *) mod_cache: Use the same cache key throughout the whole request processing
  458.      to handle escaped URLs correctly.  PR 41475.  [Ruediger Pluem]
  459.  
  460.   *) mod_cache: Add CacheIgnoreQueryString directive. PR 41484.
  461.      [Fredrik Widlund <fredrik.widlund qbrick.com>]
  462.  
  463.   *) mod_cache: While serving a cached entity ensure that filters that have
  464.      been applied to this cached entity before saving it to the cache are not
  465.      applied again. PR 40090.  [Ruediger Pluem]
  466.  
  467.   *) mod_cache: Correctly cache objects whose URL query string has been
  468.      modified by mod_rewrite. PR 40805.  [Ruediger Pluem]
  469.  
  470.   *) HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
  471.      processing of error responses (4xx, 5xx) will be altered. PR 39245.
  472.      [Jeff Trawick, Bart van der Schans <schans hippo.nl>]
  473.  
  474.   *) htdbm: Enable crypt support on platforms with crypt() but not
  475.      <crypt.h>, such as z/OS.  [David Jones <oscaremma gmail.com>]
  476.  
  477.   *) mod_ssl: initialize thread locks before initializing the hardware
  478.      acceleration library, so the latter can make use of the former.
  479.      PR 20951.  [<adunn at ncipher.com>]
  480.  
  481.   *) ab.c: Correct behavior of HTTP request headers sent by ab
  482.      in presence of -H command-line overrides. PR 31268, 26554.
  483.      [Arvind Srinivasan <arvind.srinivasan  sun.com>]
  484.  
  485.   *) ab.c: The apr_port_t type is unsigned, but ab was using a
  486.      signed format code in its reports. PR 42070.
  487.      [Takashi Sato <serai  lans-tv.com>]
  488.  
  489.   *) mod_ldap: Remove the hardcoded size limit parameter for
  490.      ldap_search_ext_s and replace it with an APR_ defined
  491.      value that is set according to the LDAP SDK being used.
  492.      [David Jones <oscaremma gmail com>]
  493.  
  494.   *) core: Correct a regression since 2.0.x in the handling of AllowOverride 
  495.      Options. PR 41829.  [Torsten F├╢rtsch <torsten.foertsch gmx.net>]
  496.  
  497.   *) mod_proxy_http: Handle request bodies larger than 2 GB by converting
  498.      the Content-Length header of the request correctly. PR 40883.
  499.      [Ruediger Pluem, toadie <toadie643 gmail.com>]
  500.  
  501.   *) mod_proxy: Fix some proxy setting inheritance problems (eg:
  502.      ProxyTimeout). PR 11540.  [Stuart Children <stuart terminus.co.uk>]
  503.  
  504.   *) Unix MPMs: Catch SIGFPE so that exception hooks and CoreDumpDirectory
  505.      can work after that terminating signal.
  506.      [Eric Covener]
  507.  
  508.   *) Win32: Makefile.win will now build with MS VC 8 (Visual Studio 2005)
  509.      including embedding the .manifest information into each binary.
  510.      [William Rowe]
  511.  
  512. There was no Apache 2.2.5
  513.  
  514. Changes with Apache 2.2.4
  515.  
  516.   *) mod_isapi: Correctly present SERVER_PORT_SECURE.
  517.      PR: 40573.  [Matt Eaton <asf divinehawk.com>]
  518.  
  519.   *) Allow htcacheclean, httxt2dbm, and fcgistarter to link apr/apr-util
  520.      statically like the older support programs.
  521.      [Eric Covener <covener gmail.com>]
  522.  
  523.   *) core: Fix NONBLOCK status of listening sockets on restart/graceful
  524.      PR 37680.  [Darius Davis <darius-abz free-range.com.au>]
  525.  
  526.   *) mod_deflate: Rework inflate output and deflate output filter to fix several
  527.      issues: Incorrect handling of flush buckets, potential memory leaks,
  528.      excessive memory usage in inflate output filter for large compressed
  529.      content. PR 39854. [Ruediger Pluem, Nick Kew, Justin Erenkrantz]
  530.  
  531.   *) mod_mem_cache: Memory leak fix: Unconditionally free the buffer.
  532.      [Davi Arnaut <davi haxent.com.br>]
  533.  
  534.   *) Allow mod_dumpio to log at other than DEBUG levels via
  535.      the new DumpIOLogLevel directive. [Jim Jagielski]
  536.  
  537.   *) rotatelogs: Improve error message for open failures.  PR 39487.
  538.      [Joe Orton]
  539.  
  540.   *) mod_dbd: share per-request database handles across subrequests
  541.      and internal redirects [Chris Darroch]
  542.  
  543.   *) mod_dbd: key connection pools to virtual hosts correctly even when 
  544.      ServerName is unset/unavailable [Graham Leggett]
  545.  
  546.   *) Better detection and clean up of ldap connection that has been
  547.      terminated by the ldap server.  PR 40878.
  548.      [Rob Baily <rbaily servicebench com>]
  549.  
  550.   *) mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions
  551.      by creating a root pool for object persistence across requests. This
  552.      also eliminates the need for custom serialization code.
  553.      [Davi Arnaut <davi haxent.com.br>]
  554.  
  555.   *) mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If
  556.      set, REMOTE_USER will be set to this attribute, rather than the
  557.      username supplied by the user. Useful for example when you want users
  558.      to log in using an email address, but need to supply a userid instead
  559.      to the backend.  [Graham Leggett]
  560.  
  561.   *) mod_cgi and mod_cgid: Don't use apr_status_t error return
  562.      from input filters as HTTP return value from the handler.
  563.      PR 31759.  [Nick Kew]
  564.  
  565.   *) mod_cache: Eliminate a bogus error in the log when a filter returns
  566.      AP_FILTER_ERROR.  [Niklas Edmundsson <nikke acc.umu.se>]
  567.  
  568.   *) core: Fix issue which could cause piped loggers to be orphaned and never
  569.      terminate after a graceful restart.  PR 40651.  [Joe Orton, Ruediger Pluem]
  570.  
  571.   *) core: Fix address-in-use startup failure caused by corruption of the list
  572.      of listen sockets in some configurations with multiple generic Listen
  573.      directives.  [Jeff Trawick]
  574.  
  575.   *) mod_headers: Support regexp-based editing of HTTP headers.  [Nick Kew]
  576.  
  577.   *) mod_proxy: Add explicit flushing feature. When Servlet container sends AJP
  578.      body message with size 0, this means that Servlet container has asked for
  579.      an explicit flush. Create flush bucket in that case. This feature has been
  580.      added to the recent Tomcat versions without breaking the AJP protocol.
  581.      [Mladen Turk]
  582.  
  583.   *) mod_proxy_balancer: Set the new environment variable BALANCER_ROUTE_CHANGED
  584.      if a worker with a route different from the one supplied by the client
  585.      had been chosen or if the client supplied no routing information for
  586.      a balancer with sticky sessions.  [Ruediger Pluem]
  587.  
  588.   *) mod_proxy_balancer: Add information about the route, the sticky session
  589.      and the worker used during a request as environment variables. PR 39806.
  590.      [Brian <brectanu gmail.com>]
  591.  
  592.   *) mod_proxy: Don't try to use dead backend connection. PR 37770.
  593.      [Olivier BOEL <ob dorrboel.com>] 
  594.  
  595.   *) mod_proxy_balancer: Extract stickysession routing information contained as
  596.      parameter in the URL correctly. PR 40400.
  597.      [Ruediger Pluem, Tomokazu Harada <harada sysrdc.ns-sol.co.jp>]
  598.  
  599.   *) mod_proxy_ajp: Added cping/cpong support for the AJP protocol.
  600.      A new worker directive ping=timeout will cause CPING packet
  601.      to be send expecting CPONG packet within defined timeout.  
  602.      In case the backend is too busy this will fail instead
  603.      sending the full header.  [Mladen Turk]
  604.  
  605.   *) mod_disk_cache: Make sure that only positive integers are accepted
  606.      for the CacheMaxFileSize and CacheMinFileSize parameters in the
  607.      config file. PR39380.  [Niklas Edmundsson <nikke acc.umu.se>]
  608.  
  609.   *) mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an
  610.      authority component and an empty path, the empty path is to be equivalent
  611.      to "/". It explicitly cites the following four URIs as equivalents:
  612.        http://example.com
  613.        http://example.com/
  614.        http://example.com:/
  615.        http://example.com:80/
  616.      [Davi Arnaut <davi haxent.com.br>]
  617.  
  618.   *) mod_cache: Don't cache requests with a expires date in the past;
  619.      otherwise mod_cache will always try to cache the URL. This bug
  620.      might lead to numerous rename() errors on win32 if the URL was
  621.      previously cached. [Davi Arnaut <davi haxent.com.br>]
  622.  
  623.   *) core: Deal with the widespread use of apr_status_t return values
  624.      as HTTP status codes, as documented in PR#31759 (a bug shared by
  625.      the default handler, mod_cgi, mod_cgid, mod_proxy, and probably
  626.      others). PR31759.  [Jeff Trawick, Ruediger Pluem, Joe Orton]
  627.  
  628.   *) mod_ext_filter: Handle filter names which include capital letters.
  629.      PR 40323.  [Jeff Trawick]
  630.  
  631.   *) mod_isapi: Avoid double trailing slashes in HSE_REQ_MAP_URL_TO_PATH
  632.      support.  Also corrects the slashes for Windows.
  633.      PR 15993.  [William Rowe]
  634.  
  635.   *) mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the
  636.      token parser worked while the resulting length was misinterpreted.
  637.      PR 29098.  [Brock Bland <bbland serena.com>]
  638.  
  639.   *) mod_isapi: Return 0 (failure) for more of the various ap_pass_brigade
  640.      attempts to stream the response at the client.  Log these as well.
  641.      PR 30022, 40470.  [William Rowe, Matt Eaton <asf divinehawk.com>]
  642.  
  643.   *) mod_isapi: Ensure we walk through all the methods the developer may have
  644.      employed to report their HTTP status result code.
  645.      PR 16637 30033 28089.  [Matt Lewandowsky <matt iamcode.net>, William Rowe]
  646.  
  647.   *) mod_echo: Fix precedence problem in if statement. PR 40658.
  648.      [Larry Cipriani <lvc lucent.com>]
  649.  
  650.   *) mod_mime_magic: Fix precedence problem in if statement. PR 40656.
  651.      [Larry Cipriani <lvc lucent.com>]
  652.  
  653.   *) The full server version information is now included in the error log at
  654.      startup as well as server status reports, irrespective of the setting
  655.      of the ServerTokens directive.  ap_get_server_version() is now deprecated,
  656.      and is replaced by ap_get_server_banner() and ap_get_server_description().
  657.      [Jeff Trawick]
  658.  
  659.   *) mod_proxy_balancer: Workers can now be defined as part of
  660.      a balancer cluster "set" in which members of a lower-numbered set
  661.      are preferred over higher numbered ones.  [Jim Jagielski]
  662.  
  663.   *) mod_proxy_balancer: Workers can now be defined as "hot standby" which
  664.      will only be used if all other workers are unusable (eg: in
  665.      error or disabled). Also, the balancer-manager displays the election
  666.      count and I/O counts of all workers.  [Jim Jagielski]
  667.  
  668.   *) mod_proxy_ajp: Close connection to backend if reading of request body
  669.      fails. PR 40310.  [Ian Abel <ianabel mxtelecom.com>]
  670.  
  671.   *) mod_proxy_balancer: Retry worker chosen by route / redirect worker if
  672.      it is in error state before sending "Service Temporarily Unavailable".
  673.      PR 38962.  [Christian Boitel <cboitel lfdj.com>]
  674.  
  675. Changes with Apache 2.2.3
  676.  
  677.   *) SECURITY: CVE-2006-3747 (cve.mitre.org)
  678.      mod_rewrite: Fix an off-by-one security problem in the ldap scheme
  679.      handling.  For some RewriteRules this could lead to a pointer being
  680.      written out of bounds.  Reported by Mark Dowd of McAfee.
  681.      [Mark Cox]
  682.  
  683.   *) Win32: Minor fixes to build more cleanly under Visual Studio 2005
  684.      with command line builds.  [William Rowe]
  685.  
  686.   *) mod_authn_alias: Add a check to make sure that the base provider and the
  687.      alias names are different and also that the alias has not been registered
  688.      before. PR 40051. [Brad Nicholes]
  689.  
  690.   *) mod_authnz_ldap: Fix a problem with invalid auth error detection for LDAP
  691.      client SDKs that don't support the LDAP_SECURITY_ERROR macro. PR 39529.
  692.      [Ray Price <dohrayme yahoo.com>, Josh Fenlason <jfenlason ptc.com>]
  693.  
  694.   *) mod_cache: Do not overwrite the Content-Type in the cache, for
  695.      successfully revalidated cached objects. PR 39647. [Ruediger Pluem]
  696.  
  697.   *) mod_speling: Add directive to deal with case corrections only
  698.      and ignore other misspellings [Olivier Thereaux  <ot w3.org>]
  699.  
  700.   *) mod_dbd: Fix dependence on virtualhost configuration in
  701.      defining prepared statements (possible segfault at startup
  702.      in user modules such as mod_authn_dbd).  [Nick Kew]
  703.  
  704.   *) Add optional 'scheme://' prefix to ServerName directive,
  705.      allowing correct determination of the canonical server URL
  706.      for use behind a proxy or offload device handling SSL; fixing
  707.      redirect generation in those cases. PR 33398. [Sander Temme]
  708.  
  709.   *) Added server_scheme field to server_rec for above. Minor MMN bump.
  710.      [Sander Temme]
  711.  
  712.   *) mod_cache: Make caching of reverse SSL proxies possible again. PR 39593.
  713.      [Ruediger Pluem, Joe Orton]
  714.  
  715.   *) Worker MPM: On graceless shutdown or restart, send signals to
  716.      each worker thread to wake them up if they're polling on a
  717.      Keep-Alive connection.  PR 38737.  [Chris Darroch]
  718.  
  719.   *) worker and event MPMs: fix excessive forking if fork() or child_init 
  720.      take a long time.  PR 39275.
  721.      [Greg Ames, Jeff Trawick, Chris Darroch <chrisd pearsoncmg.com> ]
  722.  
  723.   *) configure: Add "--with-included-apr" flag to force use of the
  724.      bundled version of APR at build time.  [Joe Orton]
  725.  
  726.   *) Respect GracefulShutdownTimeout in the worker and event MPMs.
  727.      [Chris Darroch, Garrett Rooney]
  728.  
  729.   *) mod_mem_cache: Set content type correctly when delivering data from
  730.      cache. PR 39266. [Ruediger Pluem]
  731.  
  732.   *) mod_autoindex: Fix filename escaping with FancyIndexing disabled.
  733.      PR 38910.  [Robby Griffin <rmg terc.edu>]
  734.  
  735.   *) mod_charset_lite: Bypass translation when the source and dest charsets
  736.      are the same. [Jeff Trawick]
  737.  
  738. Changes with Apache 2.2.2
  739.  
  740.   *) mod_deflate: work correctly in an internal redirect
  741.      [Brian J. France <list firehawksystems com>]
  742.  
  743.   *) mod_proxy_balancer: Initialize members of a balancer correctly.
  744.      PR 38227. [James A. Robinson <jim.robinson stanford.edu>]
  745.  
  746.   *) mod_proxy: Do not release connections from connection pool twice.
  747.      PR 38793. [Ruediger Pluem, matthias <mk-asf gigacodes.de>]
  748.  
  749.   *) core: Prevent reading uninitialized memory while reading a line of
  750.      protocol input.  PR 39282. [Davi Arnaut <davi haxent com br>]
  751.  
  752.   *) mod_dbd: Update defaults, improve error reporting.
  753.      [Chris Darroch <chrisd pearsoncmg com>, Nick Kew]
  754.  
  755.   *) mod_dbd: Create own pool and mutex to avoid problem use of
  756.      process pool in request processing.
  757.      [Chris Darroch <chrisd pearsoncmg com>]
  758.  
  759.   *) HTML-escape the Expect error message.  Not classed as security as
  760.      an attacker has no way to influence the Expect header a victim will
  761.      send to a target site.  Reported by Thiago Zaninotti
  762.      <thiango nstalker.com>. [Mark Cox]
  763.  
  764.   *) htdbm: Fix crash processing -d option in 64-bit mode on HP-UX.
  765.      [Jeff Trawick]
  766.  
  767.   *) htdbm: Warn the user when adding a plaintext password on a platform
  768.      where it wouldn't work with the server (i.e., anywhere that has
  769.      crypt()).  [Jeff Trawick]
  770.  
  771.   *) mod_proxy: don't reuse a connection that may be to the wrong backend
  772.      PR 39253 [Ruediger Pluem]
  773.  
  774.   *) Default handler: Don't return output filter apr_status_t values.
  775.      PR 31759.  [Jeff Trawick, Ruediger Pluem, Joe Orton]
  776.  
  777. Changes with Apache 2.2.1
  778.  
  779.   *) SECURITY: CVE-2005-3357 (cve.mitre.org)
  780.      mod_ssl: Fix a possible crash during access control checks if a
  781.      non-SSL request is processed for an SSL vhost (such as the
  782.      "HTTP request received on SSL port" error message when an 400 
  783.      ErrorDocument is configured, or if using "SSLEngine optional").
  784.      PR 37791.  [R├╝diger Pl├╝m, Joe Orton]
  785.  
  786.   *) SECURITY: CVE-2005-3352 (cve.mitre.org)
  787.      mod_imagemap: Escape untrusted referer header before outputting
  788.      in HTML to avoid potential cross-site scripting.  Change also
  789.      made to ap_escape_html so we escape quotes.  Reported by JPCERT.
  790.      [Mark Cox]
  791.  
  792.   *) mod_proxy_ajp: Flushing of the output after each AJP chunk is now
  793.      configurable at runtime via the 'flushpackets' and 'flushwait' worker
  794.      params. Minor MMN bump. [Jim Jagielski]
  795.  
  796.   *) mod_proxy: Fix incorrect usage of local and shared worker init.
  797.      PR 38403. [Jim Jagielski]
  798.  
  799.   *) mod_isapi: Fix compiler errors on Unix platforms.
  800.      [William Rowe]
  801.  
  802.   *) mod_proxy_http: Do send keep-alive header if the client sent
  803.      connection: keep-alive and do not close backend connection if the client
  804.      sent connection: close. PR 38524. [Ruediger Pluem, Joe Orton]
  805.  
  806.   *) mod_disk_cache: Return the correct error codes from bucket read 
  807.      failures, instead of APR_EGENERAL.
  808.      [Brian Akins <brian.akins turner.com>]
  809.  
  810.   *) Add APR/APR-Util Compiled and Runtime Version numbers to the
  811.      output of 'httpd -V'. [William Rowe]
  812.  
  813.   *) http: If a connection is aborted while waiting for a chunked line, 
  814.      flag the connection as errored out.  [Justin Erenkrantz]
  815.  
  816.   *) core: Reject invalid Expect header immediately. PR 38123.
  817.      [Ruediger Pluem]
  818.  
  819.   *) Fix mis-shifted 32 bit scope, masked to 64 bits as a method.
  820.      [Will Rowe, Joe Orton]
  821.  
  822.   *) mod_proxy: Fix KeepAlives not being allowed and set to
  823.      backend servers. PR 38602. [Ruediger Pluem, Jim Jagielski]
  824.  
  825.   *) Fix instdso.sh "sed syntax error" installation issue on some
  826.      platforms.  PR 38108.  [Masaoki Kobayashi <masaoki techfirm.co.jp>]
  827.  
  828.   *) mod_ssl: Fix possible crashes in shmcb with gcc 4 on platforms
  829.      requiring word-aligned pointers.  PR 38838.  [Joe Orton]
  830.  
  831.   *) mod_proxy: If we get an error reading the upstream response,
  832.      close the connection.  [Justin Erenkrantz, Roy T. Fielding,
  833.      Jim Jagielski, Ruediger Pluem]
  834.  
  835.   *) mod_proxy_ajp: Support common headers of the AJP protocol in responses.
  836.      PR 38340. [Aleksey Pesternikov <apesternikov yahoo.com>]
  837.  
  838.   *) mod_proxy_balancer: Do not overwrite the status of initialized workers and
  839.      respect the configured status of uninitilized workers when creating a new
  840.      child process. [Ruediger Pluem]
  841.  
  842.   *) mod_proxy_ajp: Crosscheck the length of the body chunk with the length of
  843.      the ajp message to prevent mod_proxy_ajp from reading beyond the buffer
  844.      boundaries and thus revealing possibly sensitive memory contents to the
  845.      client. [Ruediger Pluem]
  846.  
  847.   *) Ensure that the proper status line is written to the client, fixing
  848.      incorrect status lines caused by filters which modify r->status without 
  849.      resetting r->status_line, such as the built-in byterange filter.
  850.      [Jeff Trawick]
  851.  
  852.   *) mod_speling: Stop crashing with certain non-file requests.  [Jeff Trawick]
  853.  
  854.   *) mod_cache: Make caching of reverse proxies possible again. PR 38017.
  855.      [Ruediger Pluem]
  856.  
  857.   *) Modify apr[util] .h detection to avoid breakage on VPATH builds
  858.      using Solaris make (amoung others) and avoid breakage in ./buildconf
  859.      when srclib/apr[-util] are symlinks rather than directories proper.
  860.      [William Rowe]
  861.  
  862.   *) Avoid Server-driven negotiation when a script has emitted an 
  863.      explicit Status: header.  PR 38070.  [Nick Kew]
  864.  
  865.   *) Fix to avoid feeding C99 to C++ compilers.  [Joe Orton]
  866.  
  867.   *) Chunk filter: Fix chunk filter to create correct chunks in the case that
  868.      a flush bucket is surrounded by data buckets. [Ruediger Pluem]
  869.  
  870.   *) Fix syntax error in httpd.h with strict compilers.  PR 37840.
  871.      [Per Olausson <pao darkheim.freeserve.co.uk>]
  872.  
  873.   *) Fix recursive ErrorDocument handling.  PR 36090. 
  874.      [Chris Darroch <chrisd pearsoncmg.com>]
  875.  
  876.   *) Don't hang on error return from post_read_request.  PR 37790.
  877.      [Nick Kew]
  878.  
  879.   *) Fix off-by-one error in proxy_balancer.  PR 37753.
  880.      [Kazuhiro Osawa <ko yappo ne jp>]
  881.  
  882. Changes with Apache 2.2.0
  883.  
  884.   *) mod_negotiation: Minor performance tweak by reusing already calculated
  885.      strlen.
  886.      [Ruediger Pluem, Christophe Jaillet <christophe.jaillet wanadoo.fr>]
  887.  
  888.   *) Remove support for 'On' and 'Off' for AuthBasicProvider and
  889.      AuthDigestProvider.  [Joshua Slive, Justin Erenkrantz]
  890.  
  891.   *) Add in new UseCanonicalPhysicalPort directive, which controls
  892.      whether or not Apache will ever use the actual physical port
  893.      when constructing the canonical port number. [Jim Jagielski]
  894.  
  895.   *) mod_dav: Fix a null pointer dereference in an error code path during the
  896.      handling of MKCOL.
  897.      [Ruediger Pluem, Ghassan Misherghi <ghassanm ucdavis.edu>]
  898.  
  899.   *) mod_proxy_balancer: When finding best worker, use case insensitive
  900.      match for scheme and host, but case sensitive for the rest of
  901.      the path. [Jim Jagielski, Ruediger Pluem]
  902.  
  903.   *) Require use of APR >= 1.2.0 and APR-util >= 1.2.0 when configured 
  904.      to use external copies of the libraries.  [Joe Orton] 
  905.  
  906.   *) Fix DESTDIR=... installation when using bundled copy of APR.
  907.      [Torsten Foertsch <torsten.foertsch gmx.net>]
  908.  
  909.   *) mod_dav: Fix handling of unknown state tokens in If: headers.
  910.      PR: 37288.  [Joe Orton]
  911.  
  912.   *) Strip out Experimental MPMs that have gone nowhere since 2.0
  913.      (perchild, threadpool, leader).  [Nick Kew]
  914.  
  915. Changes with Apache 2.1.9
  916.  
  917.   *) Add mod_authn_dbd (SQL-based  authentication) [Nick Kew]
  918.  
  919.   *) mod_proxy_ajp: Do not spool the entire response from AJP backend before
  920.      sending it up the filter chain.  PR 37100.  [Ruediger Pluem]
  921.  
  922.   *) mod_cache: Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which
  923.      only differ by the type from CACHE_OUT / CACHE_SAVE to ensure that
  924.      subrequests to non-local resources work again.  [Ruediger Pluem]
  925.  
  926.   *) mod_proxy: Do not lowercase the entire worker name of a BalancerMember
  927.      since this breaks case sensitive URI's.  PR 36906.  [Ruediger Pluem]
  928.  
  929.   *) core: AddOutputFilterByType is ignored for proxied requests. PR 31226.
  930.      [Joe Orton, Ruediger Pluem]
  931.  
  932.   *) mod_proxy_http: Prevent data corruption of POST request bodies when
  933.      client accesses proxied resources with SSL.  PR 37145.
  934.      [Ruediger Pluem, William Rowe]
  935.  
  936.   *) mod_ssl: Fix issue which could cause spurious warnings about use
  937.      of name-based vhosts.  PR 37051.  [Joe Orton]
  938.  
  939.   *) ab: Fix to ensure that only the expected number of requests are run.
  940.      PR 36966.  [Joe Orton]
  941.  
  942.   *) mod_proxy_balancer: BalancerManager and proxies correctly handle
  943.      member workers with paths.  PR 36816. [Ruediger Pluem, Jim Jagielski]
  944.  
  945.   *) mod_log_config: %{hextid}P will log the thread id in hex with APR
  946.      versions 1.2.0 or higher.  [Jeff Trawick]
  947.  
  948.   *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as
  949.      in 1.3.  [Jeff Trawick]
  950.  
  951.   *) Support dbd connection tied to conn_rec in mod_dbd.  [Nick Kew]
  952.  
  953.   *) Fix use of pools in mod_dbd.  [Brian J France, Nick Kew]
  954.  
  955.   *) Promote modules from "experimental": mod_dbd, mod_filter, 
  956.      mod_charset_lite.  [Nick Kew]
  957.  
  958.   *) mod_proxy_ajp: mod_proxy_ajp sends empty SSL attributes for non SSL
  959.      connections.  PR 36883.
  960.      [William Barker <william.barker wilshire.com>, Ruediger Pluem]
  961.  
  962.   *) Eliminated the NET_TIME filter, restructuring the timeout logic.
  963.      This provides a working mod_echo on all platforms, and ensures any
  964.      custom protocol module is at least given an initial timeout value
  965.      based on the <VirtualHost > context's Timeout directive.
  966.      [William Rowe]
  967.  
  968.   *) mod_proxy: Run the request_status hook also if there are no free workers
  969.      or all workers are in error state.
  970.      [Ruediger Pluem, Brian Akins <brian.akins turner.com>]
  971.  
  972.   *) mod_proxy_connect: Fix high CPU loop on systems like UnixWare which
  973.      trigger POLL_ERR or POLL_HUP on a terminated connection.  PR 36951.
  974.      [Jeff Trawick, Ruediger Pluem]
  975.  
  976.   *) mod_proxy_balancer: Fix handling of sticky sessions with Tomcat.
  977.      PR 36507.  [Ruediger Pluem]
  978.  
  979.   *) SECURITY: CVE-2005-2970 (cve.mitre.org)
  980.      worker MPM: Fix a memory leak which can occur after an aborted
  981.      connection in some limited circumstances.  [Greg Ames]
  982.  
  983.   *) Doxygen fixups.  [Neale Ranns <neale ranns.org>, Ian Holsman]
  984.  
  985.   *) mod_cache/mod_dir: Correct a subrequest lookup bug which was preventing
  986.      mod_dir from serving indexes correctly with mod_cache enabled. 
  987.      [Colm MacCarthaigh]
  988.  
  989. Changes with Apache 2.1.8
  990.  
  991.   *) Fix lingering close implementation to match 1.3.x behaviour.
  992.      PR 35292.  [Joe Orton]
  993.  
  994.   *) mod_ssl: Support limited buffering of request bodies to allow 
  995.      per-location renegotiation to proceed.  PR 12355.  [Joe Orton]
  996.  
  997.   *) Fix regression since 2.0.x in AllowOverride Options handling. 
  998.      PR 35330.  [kabe <kabe sra-tohoku.co.jp>]
  999.  
  1000.   *) mod_ssl: Fix memory leak in ssl_util_algotypeof().
  1001.      PR 25659.  [David Blake <dblake hp com>, Martin Kraemer]
  1002.  
  1003.   *) prefork, worker and event MPMs: Support a graceful-stop procedure:
  1004.      Server will wait until existing requests are finished or until  
  1005.      "GracefulShutdownTimeout" number of seconds before exiting. 
  1006.      [Colm MacCarthaigh, Ken Coar, Bill Stoddard]
  1007.  
  1008.   *) prefork, worker and event MPMs: Prevent children from holding open 
  1009.      listening ports upon graceful restart or stop. PR 28167. 
  1010.      [Colm MacCarthaigh, Brian Pinkerton <bp thinkpink.com>]
  1011.  
  1012.   *) SECURITY: CVE-2005-2700 (cve.mitre.org)
  1013.      mod_ssl: Fix a security issue where "SSLVerifyClient" was not
  1014.      enforced in per-location context if "SSLVerifyClient optional"
  1015.      was configured in the vhost configuration.  [Joe Orton]
  1016.  
  1017.   *) mod_ssl: Catch parse errors from misconfigured or malformed
  1018.      CRLs.  PR 36438.  [Joe Orton]
  1019.  
  1020.   *) mod_proxy/mod_proxy_balancer: lbmethods now implemented as
  1021.      providers. Prevent problems when no Vhost containers were
  1022.      configured with proxy balancers. [Jim Jagielski]
  1023.  
  1024.   *) New provider function to list all available provider names in a
  1025.      specific group and version (ap_list_provider_names). [Jim Jagielski]
  1026.  
  1027.   *) mod_cache: Enhance CacheEnable/CacheDisable to control caching on a
  1028.      per-protocol, per-host and per-path basis. Intended for proxy
  1029.      configurations. [Colm MacCarthaigh]
  1030.  
  1031.   *) mod_disk_cache: Canonicalise the storage key, for improved hit/miss
  1032.      ratio. [Colm MacCarthaigh]
  1033.  
  1034.   *) mod_cgid: Append .PID to the script socket filename and remove the
  1035.      script socket on exit. [Colm MacCarthaigh, Jim Jagielski]
  1036.  
  1037.   *) mod_cgid: run the get_suexec_identity hook within the request-handler 
  1038.      instead of within cgid. PR 36410. [Colm MacCarthaigh]
  1039.  
  1040.   *) Linux 2.0: remove support for threaded MPM's due to linuxthreads use
  1041.      of SIGUSR1 clashing with graceful restart signal. [Colm MacCarthaigh]
  1042.  
  1043. Changes with Apache 2.1.7
  1044.  
  1045.   *) SECURITY: CVE-2005-2491 (cve.mitre.org): 
  1046.      Fix integer overflows in PCRE in quantifier parsing which could
  1047.      be triggered by a local user through use of a carefully-crafted 
  1048.      regex in an .htaccess file.  [Philip Hazel]
  1049.  
  1050.   *) mod_proxy/mod_proxy_balancer: Provide a simple, functional
  1051.      interface to add additional balancer lb selection methods
  1052.      without requiring code changes to mod_proxy/mod_proxy_balancer;
  1053.      these can be implemented via sub-modules now. [Jim Jagielski]
  1054.  
  1055.   *) mod_cache: Fix incorrectly served 304 responses when expired cache
  1056.      entity is valid, but cache is unwritable and headers cannot be
  1057.      updated.  [Colm MacCarthaigh <colm stdlib.net>]
  1058.  
  1059.   *) mod_cache: Remove entities from the cache when re-validation
  1060.      receives a 404 or other content-no-longer-present error.
  1061.      [R├╝diger Pl├╝m ruediger.pluem vodafone.com]
  1062.  
  1063.   *) mod_disk_cache: Properly remove files from cache when needed.
  1064.      [R├╝diger Pl├╝m ruediger.pluem vodafone.com]
  1065.  
  1066.   *) mod_disk_cache: Support htcacheclean removing directories.
  1067.      [Andreas Steinmetz]
  1068.  
  1069.   *) htcacheclean: Add -t option to remove empty directories.
  1070.      [Colm MacCarthaigh <colm stdlib.net>]
  1071.  
  1072.   *) Remove the base href tag from mod_proxy_ftp, as it breaks relative
  1073.      links for clients not using an Authorization header. [Graham Leggett,
  1074.      Jon Snow <jsnow27 gatesec.net>]
  1075.  
  1076.   *) mod_cache: Restore the HTTP status of cached responses.
  1077.      [Hansjoerg Pehofer <hansjoerg.pehofer uibk.ac.at>]
  1078.  
  1079.   *) mod_cache: Store varied contents all in the same prefix for a varied URI.
  1080.      [Paul Querna]
  1081.  
  1082.   *) mod_cache: Run the CACHE_SAVE and CACHE_OUT Filters after other content
  1083.      filters. [Paul Querna]
  1084.  
  1085.   *) mod_negotiation: Correctly report 404 instead of 403 for missing files.
  1086.      [Paul Querna]
  1087.  
  1088.   *) new hook (request_status) that gets ran in proxy_handler just before 
  1089.      the final return.  This gives modules an opportunity to do something 
  1090.      based on the proxy status. (minor MMN bump)
  1091.      [Brian Akins <bakins turner.com>, Ian Holsman]
  1092.  
  1093.   *) Add additional SSLSessionCache option, 'nonenotnull', which is
  1094.      similar to 'none' (disabling any external shared cache) but forces
  1095.      OpenSSL to provide a non-null session ID.  [Jim Jagielski]
  1096.  
  1097.   *) Add httxt2dbm to support/ for creating RewriteMap DBM Files.
  1098.      [Paul Querna]
  1099.  
  1100.   *) Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to note
  1101.      the negotiated compression.  [Georg v. Zezschwitz <gvz 2scale.de>]
  1102.  
  1103.   *) Fixed complaints about unpackaged files within the RPM build
  1104.      after changes to the config files. [Graham Leggett]
  1105.  
  1106.   *) Fix shutdown for the Worker MPM when an Accept Filter is used. Instead of 
  1107.      just closing the socket, a HTTP request is made, to make sure the child is 
  1108.      always awakened. [Paul Querna]
  1109.  
  1110. Changes with Apache 2.1.6
  1111.  
  1112.   *) Fix htdbm password validation for records which included comments.
  1113.      [Eric Covener <covener gmail.com>]
  1114.  
  1115.   *) mod_cgid: Fix buffer overflow processing ScriptSock directive.
  1116.      [Steve Kemp <steve steve.org.uk>]
  1117.  
  1118. Changes with Apache 2.1.5
  1119.  
  1120.   *) mod_ssl: Setting the Protocol to 'https' can replace the use of the 
  1121.      'SSLEngine on' command. [Paul Querna]
  1122.  
  1123.   *) core: Refactor the mapping of Accept Filters to Sockets. Add the 
  1124.      AcceptFilter and Protocol directives to aid in mapping filter types.
  1125.      Extend the Listen directive to optionally take a protocol name.
  1126.      [Paul Querna]
  1127.  
  1128.   *) mod_disk_cache: Support storing multiple variations of one URL. PR 35211.
  1129.      [Paul Querna]
  1130.  
  1131.   *) mod_disk_cache: Atomically create the header data file. [Paul Querna]
  1132.  
  1133.   *) mod_cache: Fix 'Vary: *' behavior to be RFC compliant. PR 16125. 
  1134.      [Paul Querna]
  1135.  
  1136.   *) mod_cache: Rename 'generate_name' to 'ap_cache_generate_name'. 
  1137.      [Paul Querna]
  1138.  
  1139.   *) mod_mime_magic: Handle CRLF-format magic files so that it works with
  1140.      the default installation on Windows.  [Jeff Trawick]
  1141.  
  1142.   *) core: Allow multiple modules to register interest in a single 
  1143.      configuration command. [Paul Querna]
  1144.  
  1145.   *) authn_provider_alias: Adds the configuration block tag
  1146.      <AuthnProviderAlias baseProvider Alias>
  1147.      Authentication directives contained within this block can be
  1148.      referenced as a new authProvider using the AuthBasicProvider or
  1149.      AuthDigestProvider directive.  These directives will be merged in to
  1150.      the per_dir configuration just before the base provider is called.
  1151.      [Brad Nicholes]
  1152.  
  1153.   *) ap_getword_conf: Fix backslashes at the end of configuration directives. 
  1154.      PR 34834. [Timo Viipuri <viipuri dlc.fi>]
  1155.  
  1156.   *) mod_dbd: New additions: mod_dbd.c, mod_dbd.h, mod_dbd.xml
  1157.      Provide module hooks for apr_dbd; optimise for httpd
  1158.      threaded and non-threaded arch [Nick Kew]
  1159.  
  1160.   *) ab: SSL support rewritten, improved, and enabled if SSL is enabled
  1161.      during the build; -f and -Z arguments added to specify SSL protocol
  1162.      options.  [Masaoki Kobayashi <masaoki techfirm.co.jp>]
  1163.  
  1164.   *) mod_info: Show the Quick Handler [Paul Querna]
  1165.  
  1166.   *) mod_ldap: Add the directive LDAPVerifyServerCert to specify 
  1167.      whether to force verification of the server certificate when
  1168.      establishing an SSL connection to the LDAP server. 
  1169.      [Brad Nicholes]
  1170.      
  1171.   *) mod_proxy: Run mod_rewrite before mod_proxy in the translate_name
  1172.      hook. [Paul Querna]
  1173.  
  1174.   *) Add AP_INIT_TAKE_ARGV for configuration commands. (minor MMN bump) 
  1175.      [Paul Querna]
  1176.  
  1177.   *) ap_get_local_host() rewritten for APR. [Jim Jagielski]
  1178.  
  1179.   *) Add the ap_vhost_iterate_given_conn function to expose the information
  1180.      used in Name Based Virtual Hosting. (minor MMN bump)
  1181.      [Paul Querna]
  1182.  
  1183.   *) Remove the never working ap_method_list_do and ap_method_list_vdo.
  1184.      [Paul Querna]
  1185.  
  1186.   *) Added makefile and doc for building mod_ssl on the NetWare 
  1187.      platform. [Guenter Knauf, Brad Nicholes]
  1188.   
  1189.   *) mod_deflate: Merge the Vary header, isntead of Setting it. Fixes
  1190.      applications that send the Vary Header themselves, and also apply 
  1191.      mod_deflate as an output filter. [Paul Querna]
  1192.  
  1193.   *) Change the default (when not present in the config file) setting
  1194.      for UseCanonicalName to Off.
  1195.      [Joshua Slive]
  1196.  
  1197.   *) mod_userdir: The module no longer does any remapping unless the
  1198.      UserDir directive is present in the config file.
  1199.      [Joshua Slive]
  1200.  
  1201.   *) Massively simplify the distributed httpd.conf by removing
  1202.      many features and many directives that are at their default
  1203.      setting.  Add a selection of example config excerpts for adding
  1204.      extra features in the conf/extra/ directory.  Install the
  1205.      distributed config and the extra config examples in the
  1206.      conf/original/ directory during make install.
  1207.      [Joshua Slive, Justin Erenkrantz]
  1208.  
  1209.   *) NetWare: Reposition mod_asis, mod_actions, mod_cgi, mod_imagemap,
  1210.      mod_userdir and mod_autoindex as shared modules rather than 
  1211.      built-in modules within the NetWare build.
  1212.      [Brad Nicholes]
  1213.  
  1214.   *) Rename mod_imap to mod_imagemap.
  1215.      [Paul Querna]
  1216.  
  1217.   *) util_ldap: Eliminate the load ordering of mod_ldap and mod_authnz_ldap
  1218.      by changing the mod_ldap exported functions to optional functions.
  1219.      [Brad Nicholes]
  1220.  
  1221. Changes with Apache 2.1.4
  1222.  
  1223.   *) Don't let a subrequest inherit headers describing the original request's
  1224.      body.  [Greg Ames]
  1225.  
  1226.   *) Fix Windows CompContext buff size miscalculation
  1227.      [Allan Edwards]
  1228.  
  1229.   *) Add ReceiveBufferSize directive to control the TCP receive buffer.
  1230.      [Eric Covener <covener gmail.com>]
  1231.  
  1232.   *) mod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at the
  1233.      end of the request body to work with really old HTTP servers.
  1234.      [Justin Erenkrantz]
  1235.  
  1236.   *) util_ldap: Keep track of the number of attributes retrieved from 
  1237.      LDAP so that all the values can be properly cached even if the 
  1238.      value is NULL. PR 33901 [Brad Nicholes]
  1239.  
  1240.   *) mod_cache: Fix error where incoming Cache-Control would be ignored.
  1241.      [Justin Erenkrantz]
  1242.  
  1243.   *) mod_cache: Correctly handle originally conditional requests.
  1244.      [Sander Striker]
  1245.  
  1246.   *) mod_disk_cache: Correctly update cached headers on revalidated responses.
  1247.      [Sander Striker, Justin Erenkrantz]
  1248.  
  1249.   *) worker MPM/mod_status: Support per-worker tracking of pid and
  1250.      generation in the scoreboard so that mod_status can accurately
  1251.      represent workers in processes which are gracefully terminating.
  1252.      (major MMN bump)
  1253.      [Jeff Trawick]
  1254.  
  1255.   *) Correctly export all mod_dav public functions.
  1256.      [Branko ─îibej <brane xbc.nu>]
  1257.  
  1258. Changes with Apache 2.1.3
  1259.  
  1260.   *) mod_ssl: Add ssl_ext_lookup optional function for accessing
  1261.      certificate extensions.   [David Reid, Joe Orton]
  1262.  
  1263.   *) Add support for use of an external PCRE library; pass the
  1264.      --with-pcre flag to configure.  PR 27550.  [Joe Orton,
  1265.      Andres Salomon <dilinger voxel.net>]
  1266.  
  1267.   *) Renamed regex interfaces to be namespace-safe, and moved from
  1268.      pcreposix.h header to ap_regex.h: regex_t->ap_regex_t,
  1269.      regmatch_t->ap_regmatch_t; REG_*->AP_REG_*; functions
  1270.      reg*->ap_reg*.  PR 27550.  [Andres Salomon <dilinger voxel.net>,
  1271.      Joe Orton]
  1272.  
  1273.   *) Only recompile buildmark.c when we have to relink httpd.
  1274.      [Justin Erenkrantz]
  1275.  
  1276.   *) mod_cache: Fix up handling of revalidated responses.
  1277.      [Justin Erenkrantz]
  1278.  
  1279.   *) mod_disk_cache: Properly load cached ETag from on-disk structures.
  1280.      [Justin Erenkrantz]
  1281.  
  1282.   *) mod_authnz_ldap: Added an optional second parameter to AuthLDAPURL
  1283.      to allow it to override the connection type set in mod_ldap. This
  1284.      parameter can be set to NONE, SSL or TLS | STARTTLS.
  1285.      [Brad Nicholes]
  1286.  
  1287.   *) Fix --with-apr=/usr and/or --with-apr-util=/usr.  PR 29740.
  1288.      [Max Bowsher <maxb ukf.net>]
  1289.  
  1290.   *) mod_proxy: Fix ProxyRemoteMatch directive.  PR 33170.
  1291.      [Rici Lake <rici ricilake.net>]
  1292.  
  1293.   *) mod_proxy: Fix ap_proxy_canonenc API.
  1294.      PR 32459. [Jim Jagielski]
  1295.  
  1296.   *) mod_cache: Add CacheStorePrivate and CacheStoreNoStore directive.
  1297.      [Justin Erenkrantz]
  1298.  
  1299.   *) Add --enable-pie flag to configure, to build httpd as a Position
  1300.      Independent Executable where supported (GCC/binutils).
  1301.      [Joe Orton]
  1302.  
  1303.   *) proxy_balancer: Add in load-balancing via weighted traffic
  1304.      byte count. [Jim Jagielski]
  1305.  
  1306.   *) mod_disk_cache: Cache r->err_headers_out headers.  This allows CGI
  1307.      scripts to be properly cached.  [Justin Erenkrantz, Sander Striker]
  1308.  
  1309.   *) mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()
  1310.      API for the setting of server and client SSL certificates. Replaced
  1311.      LDAPTrustedCA directive with LDAPTrustedGlobalCert and
  1312.      LDAPTrustedClientCert directives to correctly support global certs
  1313.      (CA certs / Netware client certs) and per connection client certs
  1314.      as supported by Netware, OpenLDAP and Netscape/Mozilla.
  1315.      [Graham Leggett]
  1316.  
  1317.   *) mod_cache: Remove unimplemented CacheForceCompletion directive.
  1318.      [Justin Erenkrantz]
  1319.  
  1320.   *) support/check_forensic: Fix temp file usage
  1321.      [Javier Fernandez-Sanguino Pen~a <jfs computer.org>]
  1322.  
  1323.   *) mod_ssl: Add SSLCADNRequestFile and SSLCADNRequestPath directives
  1324.      which can be used to configure a specific list of CA names to send
  1325.      in a client certificate request.  PR 32848. 
  1326.      [Tim Taylor <tim.taylor dfas.mil>]
  1327.  
  1328.   *) --with-module can now take more than one module to be statically
  1329.      linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
  1330.      If the <modtype>-subdirectory doesn't exist it will be created and
  1331.      populated with a standard Makefile.in.  [Erik Abele]
  1332.  
  1333.   *) Remove some compiler warnings within the LDAP modules [Graham Leggett]
  1334.  
  1335.   *) Add a build script to create a solaris package. [Graham Leggett]
  1336.  
  1337.   *) ap_http_scheme() replaced with ap_http_method() - this function
  1338.      returns the scheme (http v.s. https).
  1339.      [William Rowe]
  1340.  
  1341.   *) mod_proxy: Fix a request corruption problem and a buffering problem
  1342.      which sometimes prevented proxy-sendchunks from working.
  1343.      [Jeff Trawick]
  1344.  
  1345.   *) Fix the RPM spec file so that an RPM build now works. An RPM
  1346.      build now requires system installations of APR and APR-util.
  1347.      [Graham Leggett]
  1348.  
  1349.   *) Significantly simplify the load balancer scheduling algorithm
  1350.      for the proxy BalancerMember weighting. loadfactors (lbfactors)
  1351.      are now normalized with respect to each other. [Jim Jagielski]
  1352.  
  1353.   *) mod_dumpio: Added to the available module suite; it is an
  1354.      I/O logging/dumping module. Placed in the (new) debug module
  1355.      subdirectory. mod_bucketeer moved to that directory as well.
  1356.      [Jim Jagielski]
  1357.  
  1358.   *) core: Add support for APR_TCP_DEFER_ACCEPT to defer accepting
  1359.      of a connection until data is available.
  1360.      [Paul Querna]
  1361.  
  1362. Changes with Apache 2.1.2
  1363.  
  1364.   *) mod_proxy: Respect errors reported by pre_connection hooks.
  1365.      [Jeff Trawick]
  1366.  
  1367.   *) core: Error out on sections that are missing an argument instead of
  1368.      silently consuming the section. PR 25460.
  1369.      [Geoffrey Young, Paul Querna]
  1370.  
  1371.   *) mod_cache/mod_mem_cache/mod_disk_cache: Move out of experimental.
  1372.  
  1373.   *) Upgraded PCRE to version 5.0. [Brian Pane]
  1374.  
  1375.   *) mod_cgid: Catch configuration problem where two web server instances
  1376.      share same ServerRoot but admin forgot to use ScriptSock.
  1377.      [Jeff Trawick]
  1378.  
  1379.   *) mod_cgi: Ensure that all stderr is logged for a script which returns
  1380.      a Location header to generate a non-local redirect.  PR 20111.
  1381.      [Joe Orton]
  1382.  
  1383.   *) Added the Event MPM to more efficiently handle clients during a 
  1384.      Keep Alive request.
  1385.      [Paul Querna, Greg Ames]
  1386.  
  1387. Changes with Apache 2.1.1
  1388.  
  1389.   *) mod_proxy_http: Stream content better - always flush buffered data to
  1390.      the client before blocking waiting for new data.  PR 19954.
  1391.      [Joe Orton]
  1392.  
  1393.   *) mod_ssl: Add support for command-line option "-t -DDUMP_CERTS" which
  1394.      will dump the filenames of all configured SSL certificates to stdout.
  1395.      [Joe Orton]
  1396.  
  1397.   *) mod_disk_cache: Remove a bunch of non-implemented garbage collection
  1398.      and cache size directives that are now available through htcacheclean.
  1399.      [Justin Erenkrantz]
  1400.  
  1401.   *) Add htcacheclean to support/ for assistance with mod_disk_cache.
  1402.      [Andreas Steinmetz]
  1403.  
  1404.   *) mod_authnz_ldap: Added the directive "Requires ldap-filter" that
  1405.      allows the module to authorize a user based on a complex LDAP
  1406.      search filter.  [Brad Nicholes]
  1407.  
  1408.   *) mod_usertrack: Run the fixups hook before other modules.
  1409.      PR 29755.  [Paul Querna]
  1410.  
  1411.   *) Allow mod_authnz_ldap authorization functionality to be used 
  1412.      without requiring the user to also be authenticated through 
  1413.      mod_authnz_ldap. This allows other authentication modules to 
  1414.      take advantage of LDAP authorization only [PR 28253]
  1415.      [Jari Ahonen jah progress.com, Brad Nicholes]
  1416.      
  1417.   *) Log the client IP address when an error occurs disabling nagle on a
  1418.      connection, but log at a severity of debug since this error 
  1419.      generally means that the connection was dropped before data was
  1420.      sent.  Log the client IP address when reporting errors in the core
  1421.      output filter.  [Jeff Trawick]
  1422.  
  1423.   *) core: Add a warning message if the request line read fails.
  1424.      [Paul Querna]
  1425.  
  1426.   *) mod_rewrite: Removed the MaxRedirects option in favor of the
  1427.      core LimitInternalRecursion directive.  [Andr├⌐ Malo]
  1428.  
  1429.   *) mod_info: Added listing of the Request Hooks and added more build 
  1430.      information like 'httpd -V' contains. Changed output to XHTML. 
  1431.      [Paul Querna]
  1432.  
  1433.   *) mod_info: Rewrote config tree walk using a recursive function.
  1434.      Added ?config option. Added printout of config filename and line numbers.
  1435.      [Rici Lake <rici ricilake.net>, Paul Querna]
  1436.  
  1437.   *) mod_proxy: Fix type error that prevents proxy-sendchunks from working.
  1438.      [Justin Erenkrantz]
  1439.  
  1440.   *) mod_proxy: Fix data corruption by properly setting aside buckets.
  1441.      [Justin Erenkrantz]
  1442.  
  1443.   *) mod_proxy: If a request has a blank body and has a 0 Content-Length
  1444.      headers, pass that to the proxy.  [Justin Erenkrantz]
  1445.  
  1446.   *) Recognize QSA flag in mod_rewrite again.
  1447.      [Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
  1448.  
  1449.   *) Restructured mod_auth_ldap to fit the new authentication model.
  1450.      The module is now called authnz_ldap and has been moved out of
  1451.      the modules/experimental area and into modules/aaa with the other
  1452.      auth modules.  Both the authn_ldap provider and the authz_ldap
  1453.      handler are contained within the authnz_ldap module.  The 
  1454.      authz_ldap handler introduces 3 new "requires" values for handling
  1455.      authorization.  These handlers are ldap-user, ldap-group and 
  1456.      ldap-dn. [Brad Nicholes]
  1457.  
  1458.   *) Fix some compiler warnings in proxy
  1459.      [Geoffrey Young <geoff@modperlcookbook.org>]
  1460.  
  1461.   *) mod_ssl: Add SSL_CLIENT_V_REMAIN variable, representing the
  1462.      number of days until the client cert expires.  [Joe Orton]
  1463.  
  1464.   *) Add test_config hook, run only if httpd is invoked using -t.
  1465.      [Joe Orton]
  1466.  
  1467.   *) Improve error handling for corrupted pid files.  [Jeff Trawick]
  1468.  
  1469.   *) mod_proxy.c and proxy_util.c: Enable compiling on 2.0-HEAD 
  1470.      (for backwards compatibility):
  1471.      Avoids mod_ssl.h (not included in 2.0-HEAD) and
  1472.      use apr_socket_create_ex for 0.9.x 
  1473.      [Mladen Turk]
  1474.  
  1475.   *) Added proxy_ajp.c module for proxy support to ajp:// backends.
  1476.      [Jean Frederic Clere]
  1477.  
  1478.   *) Fixes the build of proxy on Windows. Since the proxy_module is declared
  1479.      as extern using AP_MODULE_DECLARE_DATA that expands to dllexport, there
  1480.      is a LNK2001 error when building proxy_http. [Mladen Turk]
  1481.  
  1482.   *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
  1483.      [Graham Leggett]
  1484.  
  1485.   *) Remove deprecated/removed APR_STATUS_IS_SUCCESS().  [Justin Erenkrantz]
  1486.  
  1487.   *) perchild MPM: Fix thread safety problem in the use of longjmp().
  1488.      [Tsuyoshi SASAMOTO <nazonazo super.win.ne.jp>]
  1489.  
  1490.   *) Add load balancer support to the scoreboard in preparation for
  1491.      load balancing support in mod_proxy. [Mladen Turk]
  1492.  
  1493.   *) mod_nw_ssl: Added the directive NWSSLUpgradeable to mod_nw_ssl to 
  1494.      allow a non-secure connection to be upgraded to secure connections
  1495.      [Brad Nicholes]
  1496.      
  1497.   *) core: Add Options= syntax to AllowOverride to specify which options
  1498.      may be overridden in .htaccess files. PR 29310.
  1499.      [Tom Alsberg <alsbergt cs.huji.ac.il>, Paul Querna]
  1500.  
  1501.   *) ab: Handle long URLs with an error instead of an buffer overflow.
  1502.      PR 28204. [Erik Weide <erik.weidel mplus-technologies.de>, Paul Querna]
  1503.  
  1504.   *) mod_so, core: Add new command line options to print all loaded
  1505.      modules. '-t -D DUMP_MODULES' and '-M' will show all static 
  1506.      and shared modules as loaded from the configuration file.
  1507.      [Paul Querna]
  1508.  
  1509.   *) mod_autoindex: Add ShowForbidden to IndexOptions to list files
  1510.      that are not shown because the subrequest returned 401 or 403. 
  1511.      PR 10575.  [Paul Querna]
  1512.  
  1513.   *) mod_headers: implement "Early" processing option in post_read_request
  1514.      to enable Header and RequestHeader directives to be used to set up
  1515.      testcases for pre-fixups request phases [Nick Kew]
  1516.  
  1517.   *) mod_proxy: multiple bugfixes, principally support cookies in
  1518.      ProxyPassReverse, and don't canonicalise URL passed to backend.
  1519.      Documentation correspondingly updated. [Nick Kew <nick webthing.com>]
  1520.  
  1521.   *) mod_deflate: support gzip flags in inflate_out_filter
  1522.      [Nick Kew <nick webthing.com>]
  1523.  
  1524.   *) Drop the ErrorHeader directive which turned out to be a misnomer.
  1525.      Instead there's a new optional flag for the Header directive
  1526.      ('always'), which keeps the former ErrorHeader functionality.
  1527.      [Andr├⌐ Malo]
  1528.  
  1529.   *) mod_deflate: Don't deflate responses with zero length 
  1530.      e.g. proxied 304's [Allan Edwards]
  1531.  
  1532.   *) <IfModule> now recognizes the module identifier in addition to the
  1533.      file name. PR 29003.  [Edward Rudd <eddie omegaware.com>, Andr├⌐ Malo]
  1534.  
  1535.   *) mod_ssl: Add "SSLHonorCipherOrder" directive to enable the
  1536.      OpenSSL 0.9.7 flag which uses the server's cipher order rather
  1537.      than the client's.  PR 28665.
  1538.      [Jim Schneider <jschneid netilla.com>]
  1539.  
  1540.   *) mod_ssl: Drop support for the CompatEnvVars argument to
  1541.      SSLOptions, which was never actually implemented in 2.0.
  1542.      [Joe Orton]
  1543.  
  1544.   *) Fix bug in mod_deflate that unconditionally sent deflate'd output
  1545.      even when Accept-Encoding is not present.  [Justin Erenkrantz]
  1546.  
  1547.   *) Pass environment variables through to piped loggers and start
  1548.      them via the shell, resolving regressions since 1.3.  PR 28815
  1549.      [Ken Coar, Jeff Trawick]
  1550.  
  1551.   *) External rewrite map responses are no longer limited to 2048
  1552.      bytes.  [Andr├⌐ Malo]
  1553.  
  1554.   *) Proxy server was deleting cookies that Apache had already
  1555.      assigned if the origin server had set any cookies. PR 27023.
  1556.      [Jim Jagielski]
  1557.  
  1558.   *) Removed old and unmaintained ap_add_named_module API and changed
  1559.      the following APIs to return an error instead of hard exiting:
  1560.      ap_add_module, ap_add_loaded_module, ap_setup_prelinked_modules,
  1561.      and ap_process_resource_config.  [Andr├⌐ Malo]
  1562.  
  1563.   *) mod_headers: Allow %% in header values to represent a literal %.
  1564.      [Andr├⌐ Malo]
  1565.  
  1566.   *) mod_headers: Allow env clauses also for 'echo' and 'unset' actions.
  1567.      [Andr├⌐ Malo]
  1568.  
  1569.   *) mod_headers: Allow 'echo' also for ErrorHeaders.  [Andr├⌐ Malo]
  1570.  
  1571.   *) mod_deflate: New option for DEFLATE output file (force-gzip),
  1572.      new output filter 'INFLATE' for uncompressing responses.
  1573.      [Nick Kew <Nick at WebThing dot com>, Ian Holsman]
  1574.  
  1575.   *) Added new module mod_version, which provides version dependent
  1576.      configuration containers.  [Andr├⌐ Malo]
  1577.  
  1578.   *) mod_log_config now logs all Set-Cookie headers if the %{Set-Cookie}o
  1579.      format is used.  PR 27787.  [Andr├⌐ Malo]
  1580.  
  1581.   *) Allow Digest providers to return AUTH_DENIED to propagate a 401
  1582.      status and terminate the provider chain prior to checking the password.
  1583.      [Geoffrey Young]
  1584.  
  1585.   *) mod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;
  1586.      Don't place script socket inside default server root instead of
  1587.      actual server root.  PR 27886.  [Jeff Trawick]
  1588.  
  1589.   *) mod_proxy: Fix handling of non-200 success status codes when
  1590.      "ProxyErrorOverride On" is configured.  PR 20183.
  1591.      [Marcus Janson <marcus.janson tre.se>, Joe Orton]
  1592.  
  1593.   *) Threaded MPMs for Unix and Win32: Add support for ThreadStackSize 
  1594.      directive (previously NetWare-only) to override default thread 
  1595.      stack size for threads which handle client connections.  Required 
  1596.      for some third-party modules on platforms with small default 
  1597.      thread stack size.  [Jeff Trawick]
  1598.  
  1599.   *) minor mod_auth_basic and mod_auth_digest sync.  mod_auth_basic
  1600.      now populates r->user with the (possibly unauthenticated) user,
  1601.      and mod_auth_digest returns 500 when a provider returns
  1602.      AUTH_GENERAL_ERROR.
  1603.      [Geoffrey Young]
  1604.  
  1605.   *) The whole codebase was relicensed and is now available under
  1606.      the Apache License, Version 2.0 (http://www.apache.org/licenses).
  1607.      [Apache Software Foundation]
  1608.  
  1609.   *) Delete some make-generated files in the server directory during 
  1610.      "make clean" processing.  PR 26552.  [Jeff Trawick]
  1611.  
  1612.   *) Add core version query function (ap_get_server_revision) and
  1613.      accompanying ap_version_t structure (minor MMN bump).
  1614.      [Andr├⌐ Malo]
  1615.  
  1616.   *) mod_rewrite: EOLs sent by external rewritemaps are now consumed
  1617.      as whole. That way, on systems with more than one EOL character
  1618.      rewritemap programs no longer need to switch stdout to binary
  1619.      mode. PR 25635.  [Andr├⌐ Malo]
  1620.  
  1621.   *) mod_rewrite: Introduce the ability to force a content handler via
  1622.      the [handler=...] flag.  [Andr├⌐ Malo]
  1623.  
  1624.   *) mod_rewrite: Introduce the RewriteCond -x check, which returns
  1625.      true if the pattern is a file with execution permissions.
  1626.      [Andr├⌐ Malo]
  1627.  
  1628.   *) mod_rewrite: Allow proxying and RewriteRules in directory context
  1629.      for subrequests.  PR 14648, 15114.  [Andr├⌐ Malo]
  1630.  
  1631.   *) mod_rewrite: Allow setting of any valid HTTP response code.
  1632.      PR 25917.  [Andr├⌐ Malo]
  1633.  
  1634.   *) mod_rewrite: Cookie creation now works locale independent.
  1635.      [Andr├⌐ Malo]
  1636.  
  1637.   *) mod_ssl: Add support for distributed session cache using 'distcache'.
  1638.      [Geoff Thorpe <geoff geoffthorpe.net>]
  1639.  
  1640.   *) mod_dav: Disallow requests with an unescaped hash character in
  1641.      the Request-URI.  PR 21779.  [Amit Athavale <amit_athavale lycos.com>]
  1642.  
  1643.   *) mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration
  1644.      attaches a body to the 302 response and a wrong Content-Length header.
  1645.      PR: 22951 [Ermanno Scaglione scaglione ..at.. starnetone.de]
  1646.  
  1647.   *) Bring ErrorHeader concept forward from 1.3, so that response
  1648.      header fields can be set for return even on errors or external
  1649.      redirects.  [Ken Coar]
  1650.  
  1651.   *) Fix <Limit> and <LimitExcept> parsing to require a closing '>' 
  1652.      in the initial container.  PR 25414. 
  1653.      [Geoffrey Young <geoff apache.org>]
  1654.  
  1655.   *) Clean up httpd -V output: Instead of displaying the MPM source
  1656.      directory, display the MPM name and some MPM properties.
  1657.      [Geoffrey Young <geoff apache.org>]
  1658.  
  1659.   *) mod_ssl/mod_status: Re-enable support for output of SSL session
  1660.      cache information in server-status page.  [Joe Orton]
  1661.  
  1662.   *) mod_ssl: Remove the shmht session cache, shmcb should be used
  1663.      instead.  [Joe Orton]
  1664.  
  1665.   *) mod_logio: Account for some bytes handed to the network layer prior to
  1666.      dropped connections.  [Jeff Trawick]
  1667.  
  1668.   *) mod_autoindex: new directive IndexStyleSheet 
  1669.     [Tyler Riddle <triddle_1999 yahoo.com>, Paul Querna <chip force-elite.com>]
  1670.  
  1671.   *) Fix uninitialized gprof directory name in prefork MPM.  PR 24450.
  1672.      [Chris Knight <Christopher.D.Knight nasa.gov>]
  1673.  
  1674.   *) Log an error when requests for URIs which fail to map to a valid 
  1675.      filesystem name are rejected with 403.  [Jeff Trawick]
  1676.  
  1677.   *) Switch to APR 1.0 API.
  1678.  
  1679.   *) Major overhaul of mod_include's filter parser. The new parser code
  1680.      is expected to be more robust and should catch all of the edge cases
  1681.      that were not handled by the previous one. This includes a binary
  1682.      incompatible change of mod_include's external API.  [Andr├⌐ Malo]
  1683.  
  1684.   *) mod_rewrite: Allow forced mimetypes [T=...] to get expanded.
  1685.      PR 14223.  [Andr├⌐ Malo]
  1686.  
  1687.   *) mod_rewrite: Fix LA-U and LA-F lookups in directory context. Previously
  1688.      the current rewrite state was just used as lookup path, which lead to
  1689.      strange and often useless results. Related to PR 8493.  [Andr├⌐ Malo]
  1690.  
  1691.   *) Change Listen directive to bind to all addresses when a hostname is
  1692.      not specified.  [Justin Erenkrantz]
  1693.  
  1694.   *) Correct failure with Listen directives on machines with IPv6 enabled.
  1695.      [Colm MacC├írthaigh <colm stdlib.net>, Justin Erenkrantz]
  1696.  
  1697.   *) Fix a link failure in mod_ssl when the OpenSSL libraries contain
  1698.      the ENGINE functions but the engine header files are missing.
  1699.      [Cliff Woolley]
  1700.  
  1701.   *) mod_rewrite: RewriteRules in server context using the force
  1702.      type feature [T=...] no longer disable MultiViews.  [Andr├⌐ Malo]
  1703.  
  1704.   *) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot.
  1705.      [Andr├⌐ Malo]
  1706.  
  1707.   *) mod_authz_groupfile: Strip trailing spaces of group names. This
  1708.      hopefully saves some hours of searching for typos. PR 12863.
  1709.      [Andr├⌐ Malo]
  1710.  
  1711.   *) mod_actions: Propagate the handler name to the action script via
  1712.      the REDIRECT_HANDLER environment variable.  [Andr├⌐ Malo]
  1713.  
  1714.   *) mod_actions: Introduce the "virtual" modifier to the Action directive,
  1715.      which allows the use of handlers for virtual locations. PR 8431.
  1716.      [Andr├⌐ Malo]
  1717.  
  1718.   *) mod_speling: Recognize AcceptPathInfo setting for the particular
  1719.      location. Default is to reject path information. PR 21059.
  1720.      [Andr├⌐ Malo]
  1721.  
  1722.   *) mod_ext_filter: Add the ability to filter request bodies.
  1723.      [Philipp Reisner <philipp.reisner linbit.com>]
  1724.  
  1725.   *) Fix some broken log messages in WinNT MPM.  
  1726.      [Juan Rivera <Juan.Rivera citrix.com>]
  1727.  
  1728.   *) prefork MPM: Use the right permissions for the directory created 
  1729.      for gprof support.  [Jim Carlson <jcarlson jnous.com>]
  1730.  
  1731.   *) Fix a compile failure with recent OpenSSL and picky compilers
  1732.      (e.g., OpenSSL 0.9.7a and xlc_r on AIX).  [Jeff Trawick]
  1733.  
  1734.   *) OpenSSL headers should be included as "openssl/ssl.h", and not rely on
  1735.      the INCLUDE path to be defined properly.
  1736.      PR 11310. [Geoff Thorpe <geoff geoffthorpe.net>]
  1737.  
  1738.   *) Modify APACHE_CHECK_SSL_TOOLKIT to detect SSL-C. [Madhusudan Mathihalli]
  1739.  
  1740.   *) Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
  1741.      autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc). 
  1742.      [Geoff Thorpe <geoff geoffthorpe.net>]
  1743.  
  1744.   *) change directive name from 'compressionlevel' to 'deflatecompressionlevel'
  1745.      [Ian Holsman, Andr├⌐ Malo]
  1746.  
  1747.   *) mod_negotiation: quality values are now parsed independent from
  1748.      the current locale. level values are now really parsed as integers.
  1749.      PR 17564.  [Andr├⌐ Malo]
  1750.  
  1751.   *) Extend mod_negotiation to evaluate the environment variables
  1752.      no-gzip and gzip-only-text/html the same way as mod_deflate does.
  1753.      [Andr├⌐ Malo]
  1754.  
  1755.   *) mod_rewrite: Fix some problems reporting errors with mapping
  1756.      programs (RewriteMap prg:/something).  [Jeff Trawick]
  1757.  
  1758.   *) Return 413 if chunk-ext-header is too long rather than reading from
  1759.      the truncated line.  PR 15857.  [Justin Erenkrantz]
  1760.  
  1761.   *) Allow restart of httpd to occur even with syntax errors in the config
  1762.      file.  PR 16813.  [Justin Erenkrantz]
  1763.  
  1764.   *) Use APR_LAYOUT instead of APACHE_LAYOUT in configure.  PR 15679.
  1765.      [Justin Erenkrantz]
  1766.  
  1767.   *) Remove files on 'make distclean' that should be.  PR 15592.
  1768.      [Justin Erenkrantz]
  1769.  
  1770.   *) Allow apachectl to perform status with links and elinks as well.
  1771.      [Justin Erenkrantz]
  1772.  
  1773.   *) mod_log_config change optional hook to return previous handler
  1774.      [Ian Holsman]
  1775.  
  1776.   *) Forward port of mod_actions' ability to handle arbitrary methods
  1777.      with the Script directive.  [Andr├⌐ Malo]
  1778.  
  1779.   *) Let suexec send a message to stderr, if it failed or its policy
  1780.      was violated. This message appears in the error log and allows
  1781.      for easier debugging. PR 5381, 7638, 8255, 10773.  [Andr├⌐ Malo]
  1782.  
  1783.   *) Modify buildconf to copy all required files into httpd's tree.
  1784.      [Thom May <thom planetarytramp.net>]
  1785.  
  1786.   *) Allow mod_dav to do weak entity comparison functions.
  1787.      [Justin Erenkrantz]
  1788.  
  1789.   *) Move RFC 1413 ident requests from core to new module mod_ident.
  1790.      [Andr├⌐ Malo]
  1791.  
  1792.   *) Add mod_authz_owner - a forward port of "Require file-owner"
  1793.      and "Require file-group", which was already present in version
  1794.      1.3.21.  [Andr├⌐ Malo]
  1795.  
  1796.   *) Add mod_dav_lock - a generic subset of the DAV locking implementation.
  1797.      [Justin Erenkrantz]
  1798.  
  1799.   *) Replace some of the mutex locking in the worker MPM with
  1800.      atomic operations for higher concurrency.  [Brian Pane]
  1801.  
  1802.   *) Allow 'make depend' to work with non-GCC compilers.
  1803.      [Justin Erenkrantz]
  1804.  
  1805.   *) If an httpd.conf has commented out AddModule directives, 
  1806.      apxs -i -a will add an un-commented AddModule directive for 
  1807.      the new module, which breaks the config.
  1808.      PR: 11212 [Joe Orton]
  1809.  
  1810.   *) Fix mod_proxy handling of filtered input bodies.  [Justin Erenkrantz]
  1811.  
  1812.   *) Move the check of the Expect request header field after the hook
  1813.      for ap_post_read_request, since that is the only opportunity for
  1814.      modules to handle Expect extensions.  [Justin Erenkrantz]
  1815.  
  1816.   *) Rewrite of aaa modules to an authn/authz model.
  1817.      [Dirk-Willem van Gulik, Justin Erenkrantz]
  1818.  
  1819.   [Apache 2.1.0-dev includes those bug fixes and changes with the
  1820.    Apache 2.0.xx tree as documented, and except as noted, below.]
  1821.  
  1822. Changes with Apache 2.0.x and later:
  1823.  
  1824.   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
  1825.  
  1826. Changes with Apache 1.3.x and later:
  1827.  
  1828.   *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup
  1829.