]> granicus.if.org Git - apache/commitdiff
reflect another fix merged to 2.0.46-dev
authorJeff Trawick <trawick@apache.org>
Tue, 13 May 2003 16:31:16 +0000 (16:31 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 13 May 2003 16:31:16 +0000 (16:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99790 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1263208f9a0a322bba91aa096da6c575b44a767a..1f8ef91cbf16ebe23b4994d4973d3b89f0453cda 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -30,10 +30,6 @@ Changes with Apache 2.1.0-dev
   *) prefork MPM: Use the right permissions for the directory created 
      for gprof support.  [Jim Carlson <jcarlson@jnous.com>]
 
-  *) 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]
-
   *) mod_log_config: Add the ability to log the id of the thread 
      processing the request via new %P formats.  [Jeff Trawick]
 
@@ -176,6 +172,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.46
 
+  *) 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]
+
   *) Fix ap_construct_url() so that it surrounds IPv6 literal address
      strings with [].  This fixes certain types of redirection.
      PR 19207.  [Jeff Trawick]