]> granicus.if.org Git - apache/commitdiff
Sync changes with backported patches.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 28 Jul 2003 02:09:27 +0000 (02:09 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 28 Jul 2003 02:09:27 +0000 (02:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100807 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 134319846d2900d92a3ad0f0d1ba6a53b4b37d64..7e61555dc34c5e051a0b47165096eac1387603d6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,6 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
-  *) mod_deflate: Don't attempt to hold all of the response until we're
-     done.  [Justin Erenkrantz]
-
   *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370
      [Hartmut Keil <Hartmut.Keil@adnovum.ch>]
 
@@ -40,9 +37,6 @@ Changes with Apache 2.1.0-dev
   *) mod_actions: Propagate the handler name to the action script via
      the REDIRECT_HANDLER environment variable.  [AndrĂ© Malo]
 
-  *) mod_ext_filter: Set additional environment variables for use by
-     the external filter.  PR 20944.  [Andrew Ho, Jeff Trawick]
-
   *) mod_actions: Introduce the "virtual" modifier to the Action directive,
      which allows the use of handlers for virtual locations. PR 8431.
      [AndrĂ© Malo]
@@ -194,6 +188,19 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.48
 
+  *) mod_deflate: Don't attempt to hold all of the response until we're
+     done.  [Justin Erenkrantz]
+
+  *) Assure that we block properly when reading input bodies with SSL.
+     PR 19242.  [David Deaves <David.Deaves@dd.id.au>, William Rowe]
+
+  *) Update mime.types to include latest IANA and W3C types.  [Roy Fielding]
+
+  *) mod_ext_filter: Set additional environment variables for use by
+     the external filter.  PR 20944.  [Andrew Ho, Jeff Trawick]
+
+  *) Fix buildconf errors when libtool version changes.  [Jeff Trawick]
+
   *) Remember an authenticated user during internal redirects if the
      redirection target is not access protected and pass it
      to scripts using the REDIRECT_REMOTE_USER environment variable.