From: Jeff Trawick Date: Thu, 26 Feb 2004 20:36:29 +0000 (+0000) Subject: sync with stable branch X-Git-Tag: pre_ajp_proxy~621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4885f858a5796e96866d7b9ee5353da5a5433d17;p=apache sync with stable branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102787 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b012cf9e9b..493215591c 100644 --- a/CHANGES +++ b/CHANGES @@ -102,11 +102,6 @@ Changes with Apache 2.1.0-dev directory, display the MPM name and some MPM properties. [Geoffrey Young ] - *) Add fatal exception hook for use by diagnostic modules. The hook - is only available if the --enable-exception-hook configure parm - is used and the EnableExceptionHook directive has been set to - "on". [Jeff Trawick] - *) mod_ssl/mod_status: Re-enable support for output of SSL session cache information in server-status page. [Joe Orton] @@ -282,6 +277,11 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) Add fatal exception hook for use by diagnostic modules. The hook + is only available if the --enable-exception-hook configure parm + is used and the EnableExceptionHook directive has been set to + "on". [Jeff Trawick] + *) Allow mod_auth_digest to work with sub-requests with different methods than the original request. PR 25040. [Josh Dady ]