]> granicus.if.org Git - apache/commitdiff
Backport to v2.0
authorGraham Leggett <minfrin@apache.org>
Tue, 15 Apr 2003 16:33:11 +0000 (16:33 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 15 Apr 2003 16:33:11 +0000 (16:33 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

CHANGES

diff --git a/CHANGES b/CHANGES
index c73c8979c7baaf5a24d66ebf1f6497be403fdaca..bea5db446046a2d1c436213b31ee47312b6b9512 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,6 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
-  *) Add code to buildconf that produces an httpd.spec file from
-     httpd.spec.in, using build/get-version.sh from APR.
-     [Graham Leggett]
-
   *) ssl_toolkit_compat.h and code fixes to build clean on SSLC.
      [William Rowe, Madhusudan Mathihalli]
 
@@ -163,6 +159,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.46
 
+  *) Add code to buildconf that produces an httpd.spec file from
+     httpd.spec.in, using build/get-version.sh from APR.
+     [Graham Leggett]
+
   *) Fixed a segfault when multiple ProxyBlock directives were used.
      PR: 19023 [Sami Tikka <sami.tikka@f-secure.com>]