From: Nick Kew
Date: Sun, 13 Jun 2010 14:18:37 +0000 (+0000)
Subject: Link to new API doc
X-Git-Tag: 2.3.7~189
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e538aae36c8f3c3432a7c52f3d5955551d2f01e2;p=thirdparty%2Fapache%2Fhttpd.git
Link to new API doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954230 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml
index 57862d48d8d..1866775e6d5 100644
--- a/docs/manual/sitemap.xml
+++ b/docs/manual/sitemap.xml
@@ -34,6 +34,7 @@ Documentation.
Release Notes
Upgrading to 2.4 from 2.2
New features with Apache 2.3/2.4
+API updates in Apache HTTPD 2.4
New features with Apache 2.1/2.2
New features with Apache 2.0
Apache License
@@ -157,11 +158,11 @@ Server on HPUX
Overview
Apache API notes
Debugging Memory Allocation in APR
-Documenting Apache 2.0
-Apache 2.0 Hook Functions
-Converting Modules from Apache 1.3 to Apache 2.0
-Request Processing in Apache 2.0
-How Filters Work in Apache 2.0
+Documenting Apache 2.x
+Apache 2.x Hook Functions
+Converting Modules from Apache 1.3 to Apache 2.x
+Request Processing in Apache 2.x
+How Filters Work in Apache 2.x
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml
index a78559a95f6..8083712297a 100644
--- a/docs/manual/upgrading.xml
+++ b/docs/manual/upgrading.xml
@@ -30,7 +30,9 @@
are intended to be brief notes, and you should be able to find
more information in either the New Features document, or in
- the src/CHANGES file.
+ the src/CHANGES file. Application and module developers
+ can find a summary of API changes in the API updates overview.
This document describes only the changes from 2.2 to 2.4. If you
are upgrading from version 2.0, you should also consult the