]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Today is washday :)
authorGraham Leggett <minfrin@apache.org>
Wed, 13 Oct 2004 18:34:40 +0000 (18:34 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 13 Oct 2004 18:34:40 +0000 (18:34 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105442 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f2a645946acf93ef0182bd54361329dd38818281..4f242e87e0534fb01020536663248cab48e051c5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,28 +13,6 @@ Changes with Apache 2.1.0-dev
   *) mod_auth_ldap: Handle the inconsistent way in which the MS LDAP
      library handles special characters. PR 24437 [Jess Holle]
 
-  *) mod_ldap: fix a bogus error message to tell the user which file
-     is causing a potential problem with the LDAP shared memory cache.
-     PR 31431 [Graham Leggett]
-
-  *) mod_ldap: prevent the possiblity of an infinite loop in the LDAP
-     statistics display. PR 29216 [Graham Leggett]
-
-  *) mod_disk_cache: Do not store hop-by-hop headers.  [Justin Erenkrantz]
-
-  *) mod_cache: Try to correctly follow RFC 2616 13.3 on validating stale
-     cache responses.  [Justin Erenkrantz]
-
-  *) mod_disk_cache: Do not store aborted content.  PR 21492.
-     [Rüdiger Plüm <r.pluem t-online.de>]
-
-  *) mod_disk_cache: Correctly store cached content type.  PR 30278.
-     [Rüdiger Plüm <r.pluem t-online.de>]
-
-  *) mod_rewrite: Handle per-location rules when r->filename is unset.
-     Previously this would segfault or simply not match as expected,
-     depending on the platform.  [Jeff Trawick]
-
   *) Unix MPMs: Shut down the server more quickly when child processes are
      slow to exit.  [Joe Orton, Jeff Trawick]
 
@@ -55,10 +33,6 @@ Changes with Apache 2.1.0-dev
   *) mod_proxy: If a request has a blank body and has a 0 Content-Length
      headers, pass that to the proxy.  [Justin Erenkrantz]
 
-  *) mod_rewrite: Fix query string handling for proxied URLs. PR 14518.
-     [michael teitler <michael.teitler cetelem.fr>,
-      Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
-
   *) Recognize QSA flag in mod_rewrite again.
      [Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
 
@@ -438,6 +412,35 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.53
 
+  *) mod_cache: Try to correctly follow RFC 2616 13.3 on validating stale
+     cache responses.  [Justin Erenkrantz]
+
+  *) mod_rewrite: Handle per-location rules when r->filename is unset.
+     Previously this would segfault or simply not match as expected,
+     depending on the platform.  [Jeff Trawick]
+
+  *) mod_rewrite: Fix query string handling for proxied URLs. PR 14518.
+     [michael teitler <michael.teitler cetelem.fr>,
+      Jan Kratochvil <rcpt-dev.AT.httpd.apache.org jankratochvil.net>]
+
+  *) mod_rewrite: Fix 0 bytes write into random memory position.
+     PR 31036. [André Malo]
+
+  *) mod_disk_cache: Do not store aborted content.  PR 21492.
+     [Rüiger Plü <r.pluem t-online.de>]
+
+  *) mod_disk_cache: Correctly store cached content type.  PR 30278.
+     [Rüiger Plü <r.pluem t-online.de>]
+
+  *) mod_ldap: prevent the possiblity of an infinite loop in the LDAP
+     statistics display. PR 29216 [Graham Leggett]
+
+  *) mod_ldap: fix a bogus error message to tell the user which file
+     is causing a potential problem with the LDAP shared memory cache.
+     PR 31431 [Graham Leggett]
+
+  *) mod_disk_cache: Do not store hop-by-hop headers.  [Justin Erenkrantz]
+
   *) Fix the re-linking issue when purging elements from the LDAP cache
      PR 24801 [Jess Holle <jessh ptc.com>]