|  | Added simple rewrite capability for IIS. Although simple it
      will fulfill most needs. (mturk) | 
      |  | Added RECOVER_ABORT_IF_CLIENTERROR recovery_option that closes
      the connection if client connection is broken during the request. (mturk) | 
      |  | Renamed cache_timeout directive to connection_pool_timeout. (mturk) | 
      |  | Added connection_pool_minsize directive. (mturk) | 
      |  | Deprecate recycle_timeout directive. (mturk) | 
      |  | Corrected some HTML syntax bugs in output of status worker. (rjung) | 
      |  | Added the refresh=n parameter to the status worker. It will update the display every n seconds. (rjung) | 
      |  | Balancer: Add attribute distance to balanced workers to express preferences between workers. (rjung) | 
      |  | Balancer: Add attribute jvm_route to balanced workers to be able to use the same target in different balancers. (rjung) | 
      |  | Status: Add lb_mult to status. (rjung) | 
      |  | Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors for weights. (rjung) | 
      |  | Balancer: Improve locking. (rjung) | 
      |  | Balancer: Workers start slower after recovering. (rjung) | 
      |  | Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors lb_mult for weights). (rjung) | 
      |  | Balancer: Move recovery check to global maintenance. (rjung) | 
      |  | Balancer: Add global maintenance method, that is called in only one process. (rjung) | 
      |  | Extend our use of autoconf to find a 32Bit and a 64Bit unsigned type and their printf formats. (rjung) | 
      |  | Logging: piped loggers for JkLogFile and Apache 1.3. (rjung) | 
      |  | Logging: Add PID to log lines for each log level apart from REQUEST. (rjung) | 
      |  | Logging: flush buffered logs to keep lines in correct order. Output final newline together with log message. (rjung) | 
      |  | Reducing shm size. (rjung) | 
      |  | Only log removing of old worker, when we actually do it. (rjung) | 
      |  | 37469: Fix shared memory close for forked childs.
      The shared memory will be closed by the parent process. (mturk) | 
      |  | 37332: Fix potential misuse of buffer length with
      snprintf functions. (mturk) | 
      |  | 38859: Protect mod_jk against buggy or malicious
      AJP servers in the backend. Patch provided by Ruediger Pluem. (mturk) | 
      |  | 38889: Use worker map sorting depending on the path
      elements, to comply with Servlet spec. Patch provided by
      Steve Revilak. (mturk) | 
      |  | 36138: Added Busyness lb method. Patch provided
      by  Chris Lamprecht. (mturk) | 
      |  | Fix pessimistic locking mode. The patch correctly handles the
      burst load, by syncing the access to the shared memory data. (mturk) | 
      |  | 38806: Reclycle worker even if it is disabled.
      This fixes hot-standby workers in error state. (mturk) | 
      |  | 37167: Allow building with BSD-ish like make. (mturk) | 
      |  | ISAPI plugin (isapi_redirect.dll) did not provide correct request data
      for IIS
 to include in the IIS log. (markt) |