]> granicus.if.org Git - apache/commitdiff
Backport the Doxygen changes to the 2.2.x branch. No functional changes,
authorColm MacCarthaigh <colm@apache.org>
Thu, 29 Sep 2005 20:44:53 +0000 (20:44 +0000)
committerColm MacCarthaigh <colm@apache.org>
Thu, 29 Sep 2005 20:44:53 +0000 (20:44 +0000)
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 <neale ranns.org>
Reviewed by:  Ian Holsman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292540 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 92e6d26dca522767a3aed0b298b88f946619548b..2b2e4818c7d63631dea3dd8c5079f6b56bca493d 100644 (file)
--- 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 <neale ranns.org>, 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 <neale ranns.org>, 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]