Commit f25f5cc4 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Sync CHANGES with 2.0.x.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151267 13f79535-47bb-0310-9956-ffa450edef68
parent 9773f9dd
Loading
Loading
Loading
Loading
+20 −13
Changes for CHANGES: 20 added lines, 13 removed lines.
Original line number Diff line number Diff line
@@ -16,15 +16,9 @@ Changes with Apache 2.1.3
  *) mod_proxy: Fix incorrect decoding/unescaping for reverse proxies.
     PR 32459, 15207. [Jim Jagielski]
  *) Start keeping track of time-taken-to-process-request again for
     mod_status if ExtendedStatus is enabled. [Jim Jagielski]
  *) mod_cache: Add CacheStorePrivate and CacheStoreNoStore directive.
     [Justin Erenkrantz]
  *) Remove compiled-in upper limit on LimitRequestFieldSize.
     [Bill Stoddard]
  *) mod_ldap: Added the directive LDAPConnectionTimeout to configure
     the ldap socket connection timeout value.  
     [Brad Nicholes]
@@ -47,9 +41,6 @@ Changes with Apache 2.1.3
     as supported by Netware, OpenLDAP and Netscape/Mozilla.
     [Graham Leggett]
  *) mod_proxy: Handle client-aborted connections correctly.  PR 32443.
     [Janne Hietamki, Joe Orton]
  *) mod_cache: Remove unimplemented CacheForceCompletion directive.
     [Justin Erenkrantz]
@@ -95,10 +86,6 @@ Changes with Apache 2.1.3
     of a connection until data is available.
     [Paul Querna]
  *) conf: Remove AddDefaultCharset from the default configuration because
     setting a site-wide default does more harm than good. PR 23421.
     [Roy Fielding]
Changes with Apache 2.1.2
  *) mod_proxy: Respect errors reported by pre_connection hooks.
@@ -577,6 +564,26 @@ Changes with Apache 2.1.1
Changes with Apache 2.0.53
  *) Win32 MPM: Correct typo in debugging output.  [William Rowe]
  *) conf: Remove AddDefaultCharset from the default configuration because
     setting a site-wide default does more harm than good. PR 23421.
     [Roy Fielding]
  *) Add charset to example CGI scripts.  [Roy Fielding]
 
  *) mod_ssl: fail quickly if SSL connection is aborted rather than
     making many doomed ap_pass_brigade calls.  PR 32699.  [Joe Orton]
 
  *) Remove compiled-in upper limit on LimitRequestFieldSize.
     [Bill Stoddard]
  *) Start keeping track of time-taken-to-process-request again for
     mod_status if ExtendedStatus is enabled. [Jim Jagielski]
  *) mod_proxy: Handle client-aborted connections correctly.  PR 32443.
     [Janne Hietamki, Joe Orton]
  *) Fix handling of files >2Gb on all platforms (or builds) where
     apr_off_t is larger than apr_size_t.  PR 28898.  [Joe Orton]