]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note a backport.
authorGraham Leggett <minfrin@apache.org>
Sat, 23 Oct 2004 13:50:11 +0000 (13:50 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 23 Oct 2004 13:50:11 +0000 (13:50 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 20ea0a512a7ca808d6e6f2c749589948b4365efb..805479618530c3bd5ca76d24a21a88d0cf1d9156 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,9 +5,6 @@ Changes with Apache 2.1.0-dev
   *) WIN64: API changes to clean up Windows 64bit compile warnings
      [Allan Edwards]
 
-  *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.
-     [Jeff Trawick]
-
   *) mod_rewrite: Removed the MaxRedirects option in favor of the
      core LimitInternalRecursion directive.  [AndrĂ© Malo]
 
@@ -418,6 +415,9 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.53
 
+  *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.
+     [Jeff Trawick]
+
   *) mod_cache: CacheDisable will only disable the URLs it was meant to 
      disable, not all caching. PR 31128.
      [Edward Rudd <eddie omegaware.com>, Paul Querna]