]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
merge back a fix
authorJeff Trawick <trawick@apache.org>
Tue, 13 May 2003 16:55:13 +0000 (16:55 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 13 May 2003 16:55:13 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99793 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1f8ef91cbf16ebe23b4994d4973d3b89f0453cda..e67f408b502c15bd4f4dd093f71bc776d1d6aa48 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -33,10 +33,6 @@ Changes with Apache 2.1.0-dev
   *) mod_log_config: Add the ability to log the id of the thread 
      processing the request via new %P formats.  [Jeff Trawick]
 
-  *) Fix a problem that caused httpd to linked with incorrect flags
-     on some platforms when mod_so was enabled by default, breaking 
-     DSOs on AIX.  PR 19012  [Jeff Trawick]
-
   *) ssl_toolkit_compat.h and code fixes to build clean on SSLC.
      [William Rowe, Madhusudan Mathihalli]
 
@@ -172,6 +168,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.46
 
+  *) Fix a problem that caused httpd to be linked with incorrect flags
+     on some platforms when mod_so was enabled by default, breaking 
+     DSOs on AIX.  PR 19012  [Jeff Trawick]
+
   *) By default, use the same CC and CPP with which APR was built.
      The user can override with CC and CPP environment variables.
      [Jeff Trawick]