]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync CHANGES with 2.0.x.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 00:15:46 +0000 (00:15 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 00:15:46 +0000 (00:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151267 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 65402d231944dd33908c6fc011319da4d04229ed..67e48d33c397492883e4e823ac724c9bf8ead239 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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 Hietamäki, 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 Hietamäki, 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]