]> granicus.if.org Git - apache/commitdiff
sync
authorAndré Malo <nd@apache.org>
Tue, 17 Aug 2004 19:59:38 +0000 (19:59 +0000)
committerAndré Malo <nd@apache.org>
Tue, 17 Aug 2004 19:59:38 +0000 (19:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104695 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 408dd28a1f509fd781db7b420012d4232633fc9f..6a7ee6ee79274a411022a11c22c5a379c9e834ef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -163,9 +163,6 @@ Changes with Apache 2.1.0-dev
   *) mod_log_config now logs all Set-Cookie headers if the %{Set-Cookie}o
      format is used.  PR 27787.  [André Malo]
 
-  *) mod_usertrack: Escape the cookie name before pasting into the
-     regexp.  [André Malo]
-
   *) Allow Digest providers to return AUTH_DENIED to propagate a 401
      status and terminate the provider chain prior to checking the password.
      [Geoffrey Young]
@@ -425,6 +422,9 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.51
 
+  *) mod_usertrack: Escape the cookie name before pasting into the
+     regexp.  [André Malo]
+
   *) Extend the SetEnvIf directive to capture subexpressions of the
      matched value.  [André Malo]