From: Jeff Trawick Date: Sat, 3 Mar 2001 02:29:40 +0000 (+0000) Subject: mention the changes to Apache for PR #6980 X-Git-Tag: 2.0.14~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f47b255db485f9eb3d278f5f35362201500d226;p=apache mention the changes to Apache for PR #6980 PR: 6980 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88446 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 11035efb51..2b25085db3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,13 @@ Changes with Apache 2.0.14-dev + *) Fix a number of SGI compile warnings throughout the server. Fix some + bad parameters to apr_bucket_read(). Fix a bad statement in + ap_method_in_list(). For the mod_rewrite cache use apr_time_t + consistently; we were mixing apr_time_t and time_t in invalid ways + before. In load_file(), call apr_dso_error() instead of + apr_strerror() so that we get a more specific string on some platforms. + PR #6980 [Jeff Trawick] + *) Allow modules to query the MPM about it's execution profile. This query API can and should be extended in the future, but for now, max_daemons, and threading or forking is a very good start.