]> granicus.if.org Git - apache/commitdiff
account for the mod_cgid fix being bumped into 2_0_28. The other changes
authorGreg Ames <gregames@apache.org>
Mon, 12 Nov 2001 17:36:03 +0000 (17:36 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 12 Nov 2001 17:36:03 +0000 (17:36 +0000)
will be restored soon.

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 24f9590d297402e999a0ddac6568be068630a19d..13ef2b88b8a71ea16a86b9f0d9b5244106d2da57 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,21 +1,8 @@
-Changes with Apache 2.0.29-dev
+Changes with Apache 2.0.28
 
   *) Fix infinite loop in mod_cgid.c.  
      [Dale Ghent <daleg@elemental.org>, Brian Pane <bpane@pacbell.net>]
 
-  *) Add Debian layout.  [Daniel Stone <daniel@sfarc.net>]
-
-  *) If shared modules are requested and mod_so is not available,
-     produce a fatal config-time error.  [Justin Erenkrantz]
-
-  *) Improve http2env's performance by cutting the work it has to
-     do.  [Brian Pane <bpane@pacbell.net>]
-
-  *) use new 'apr_hash_merge' function in mod_mime (performance fix)
-     [Brian Pane <bpane@pacbell.net>]
-
-Changes with Apache 2.0.28
-
   *) When no port is given in a "ServerName host" directive, the
      server_rec->port is now set to zero, not 80. That allows for
      run-time deduction of the correct server port (depending on