From a813925d4d480f92aa5aec1fa63ebacd5d42562c Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Sat, 22 Jan 2000 04:23:56 +0000 Subject: [PATCH] Note that module ordering is now done per-hook. Suggested by: Ben Laurie. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84509 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_0.html | 9 +++++---- docs/manual/new_features_2_0.html.en | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/manual/new_features_2_0.html b/docs/manual/new_features_2_0.html index 325696f453..af41cc1185 100644 --- a/docs/manual/new_features_2_0.html +++ b/docs/manual/new_features_2_0.html @@ -39,10 +39,11 @@
New API
The API for modules has changed significantly for 2.0. Many of the - module-ordering problems from 1.3 should be gone, since 2.0 does much - of this automatically now. Also, new calls have been added that should - allow modules to do more without requiring patching of the core Apache - server. + module-ordering problems from 1.3 should be gone. 2.0 does much of + this automatically, and module ordering is now done per-hook to + allow more flexibility. Also, new calls have been added that should + allow modules to do more without requiring patching of the core + Apache server. diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index 325696f453..af41cc1185 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -39,10 +39,11 @@
New API
The API for modules has changed significantly for 2.0. Many of the - module-ordering problems from 1.3 should be gone, since 2.0 does much - of this automatically now. Also, new calls have been added that should - allow modules to do more without requiring patching of the core Apache - server. + module-ordering problems from 1.3 should be gone. 2.0 does much of + this automatically, and module ordering is now done per-hook to + allow more flexibility. Also, new calls have been added that should + allow modules to do more without requiring patching of the core + Apache server. -- 2.50.1