From: Greg Ames Date: Mon, 12 Nov 2001 17:36:03 +0000 (+0000) Subject: account for the mod_cgid fix being bumped into 2_0_28. The other changes X-Git-Tag: 2.0.29~175 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94b6bdf8edebb0c699b5083ee78e1b23edd391bb;p=thirdparty%2Fapache%2Fhttpd.git account for the mod_cgid fix being bumped into 2_0_28. The other changes will be restored soon. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91877 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 24f9590d297..13ef2b88b8a 100644 --- 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 , Brian Pane ] - *) Add Debian layout. [Daniel Stone ] - - *) 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 ] - - *) use new 'apr_hash_merge' function in mod_mime (performance fix) - [Brian Pane ] - -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