]> granicus.if.org Git - apache/commitdiff
Re-synch with 2.0 stable branch after backport.
authorPaul J. Reder <rederpj@apache.org>
Thu, 5 Feb 2004 18:42:50 +0000 (18:42 +0000)
committerPaul J. Reder <rederpj@apache.org>
Thu, 5 Feb 2004 18:42:50 +0000 (18:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102517 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0c83eb222cd63b6513b90f4b24b4c431fba2860f..4ab7d913446da897c6705213ba5da20acc0cb871 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -104,10 +104,6 @@ Changes with Apache 2.1.0-dev
   *) mod_auth_ldap: Fix some segfaults in the cache logic.  PR 18756.
      [Matthieu Estrade <apache moresecurity.org>]
 
-  *) mod_setenvif: Fix the regex optimizer, which under circumstances
-     treated the supplied regex as literal string. PR 24219.
-     [André Malo]
-
   *) Log an error when requests for URIs which fail to map to a valid 
      filesystem name are rejected with 403.  [Jeff Trawick]
 
@@ -268,6 +264,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.49
 
+  *) mod_setenvif: Fix the regex optimizer, which under circumstances
+     treated the supplied regex as literal string. PR 24219.
+     [André Malo]
+
   *) ap_mpm.h: Fix include guard of ap_mpm.h to reference mpm
      instead of mmn. [André Malo]