summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/sitemap.xml11
-rw-r--r--docs/manual/upgrading.xml4
2 files changed, 9 insertions, 6 deletions
diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml
index 57862d48d8..1866775e6d 100644
--- a/docs/manual/sitemap.xml
+++ b/docs/manual/sitemap.xml
@@ -34,6 +34,7 @@ Documentation</a>.</p>
<title>Release Notes</title>
<page href="upgrading.html">Upgrading to 2.4 from 2.2</page>
<page href="new_features_2_4.html">New features with Apache 2.3/2.4</page>
+<page href="new_api_2_4.html">API updates in Apache HTTPD 2.4</page>
<page href="new_features_2_2.html">New features with Apache 2.1/2.2</page>
<page href="new_features_2_0.html">New features with Apache 2.0</page>
<page href="license.html">Apache License</page>
@@ -157,11 +158,11 @@ Server on HPUX</page>
<page separate="yes" href="developer/">Overview</page>
<page href="developer/API.html">Apache API notes</page>
<page href="developer/debugging.html">Debugging Memory Allocation in APR</page>
-<page href="developer/documenting.html">Documenting Apache 2.0</page>
-<page href="developer/hooks.html">Apache 2.0 Hook Functions</page>
-<page href="developer/modules.html">Converting Modules from Apache 1.3 to Apache 2.0</page>
-<page href="developer/request.html">Request Processing in Apache 2.0</page>
-<page href="developer/filters.html">How Filters Work in Apache 2.0</page>
+<page href="developer/documenting.html">Documenting Apache 2.x</page>
+<page href="developer/hooks.html">Apache 2.x Hook Functions</page>
+<page href="developer/modules.html">Converting Modules from Apache 1.3 to Apache 2.x</page>
+<page href="developer/request.html">Request Processing in Apache 2.x</page>
+<page href="developer/filters.html">How Filters Work in Apache 2.x</page>
</category>
<category id="index">
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml
index a78559a95f..8083712297 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 <a
href="new_features_2_4.html">New Features</a> document, or in
- the <code>src/CHANGES</code> file.</p>
+ the <code>src/CHANGES</code> file. Application and module developers
+ can find a summary of API changes in the <a href="new_api_2_4.html"
+ >API updates</a> overview.</p>
<p>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 <a