From: Colm MacCarthaigh Date: Thu, 29 Sep 2005 20:44:53 +0000 (+0000) Subject: Backport the Doxygen changes to the 2.2.x branch. No functional changes, X-Git-Tag: 2.3.0~2929 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=638f93c818abe4860a189950d219ed45ef7121e6;p=apache Backport the Doxygen changes to the 2.2.x branch. No functional changes, however backporting these doxygen fixes makes it significantly easier to diff trunk and the 2.2.x branch, to sort out what's what. And we might as well release with nicer doxygen markup. Submitted by: Neale Ranns Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292540 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 92e6d26dca..2b2e4818c7 100644 --- a/CHANGES +++ b/CHANGES @@ -17,8 +17,6 @@ Changes with Apache 2.3.0 *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264. [Justin Erenkrantz] - *) Doxygen fixup [Neale Ranns , Ian Holsman] - *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive, allowing string-valued client certificate attributes to be used for access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1") @@ -26,6 +24,8 @@ Changes with Apache 2.3.0 Changes with Apache 2.1.9 + *) Doxygen fixup [Neale Ranns , Ian Holsman] + *) mod_cache/mod_dir: Correct a subrequest lookup bug which was preventing mod_dir from serving indexes correctly with mod_cache enabled. [Colm MacCarthaigh]