summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-03-12 19:25:39 +0100
committerJeff Trawick <trawick@apache.org>2003-03-12 19:25:39 +0100
commit78235be97e5d7ecc19fd9516510762aee9254d59 (patch)
tree2e752cfb323f00d6757ff522ea9ba154d5e40ddc
parentFix PR 17864, and also fixes a SEGV problem when SHMHT was used. (diff)
downloadapache2-78235be97e5d7ecc19fd9516510762aee9254d59.tar.xz
apache2-78235be97e5d7ecc19fd9516510762aee9254d59.zip
reflect a fix merged to 2.0.45-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98992 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index afa48485ff..b45ea52e55 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,9 +64,6 @@ Changes with Apache 2.1.0-dev
There was some confusion between local paths and URL paths.
PR 12902. [André Malo]
- *) Keep the subrequest filter in place when a subrequest is
- redirected. PR 15423. [Jeff Trawick]
-
*) Return 413 if chunk-ext-header is too long rather than reading from
the truncated line. PR 15857. [Justin Erenkrantz]
@@ -159,6 +156,9 @@ Changes with Apache 2.1.0-dev
Changes with Apache 2.0.45
+ *) Keep the subrequest filter in place when a subrequest is
+ redirected. PR 15423. [Jeff Trawick]
+
*) you can now specify the compression level for mod_deflate.
[Ian Holsman, Stephen Pierzchala <stephen@pierzchala.com>,
Michael Schroepl <Michael.Schroepl@telekurs.de>]