]> granicus.if.org Git - apache/commitdiff
sync
authorAndré Malo <nd@apache.org>
Wed, 23 Jul 2003 21:58:11 +0000 (21:58 +0000)
committerAndré Malo <nd@apache.org>
Wed, 23 Jul 2003 21:58:11 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100752 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4409d244634e9ae65b1134ffde540df8d076ec0b..134319846d2900d92a3ad0f0d1ba6a53b4b37d64 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -31,11 +31,6 @@ Changes with Apache 2.1.0-dev
   *) mod_ssl: Fix a problem setting variables that represent the
      client certificate chain.  PR 21397  [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.
-     PR 10678, 11602.  [André Malo]
-
   *) mod_rewrite: fix a problem in the proxy support of mod_rewrite.
      The broken code was inserting multiple "proxy:" fields in the
      rewritten URIs. [PR: 13946]
@@ -199,6 +194,11 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.48
 
+  *) 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.
+     PR 10678, 11602.  [André Malo]
+
   *) mod_include: Fix a trio of bugs that would cause various unusual
      sequences of parsed bytes to omit portions of the output stream.
      PR 21095. [Ron Park <ronald.park@cnet.com>, André Malo, Cliff Woolley]