From: Greg Ames Date: Mon, 12 Nov 2001 17:39:50 +0000 (+0000) Subject: restore post-2_0_28 changes following tag bump X-Git-Tag: 2.0.29~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eba124ca9be2755de9e9f592e7b27d8cf6323661;p=thirdparty%2Fapache%2Fhttpd.git restore post-2_0_28 changes following tag bump git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91879 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 13ef2b88b8a..f990652bcda 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +Changes with Apache 2.0.29-dev + + *) 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 *) Fix infinite loop in mod_cgid.c.