From 3220f40525ab7e4451dd8a9afa6cb5f715159380 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 17 Sep 2002 14:10:43 +0000 Subject: [PATCH] Glossary entry for MMN. Submitted by: Bojan Smojver git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96862 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/glossary.html.en | 11 +++++++++++ docs/manual/glossary.xml | 14 +++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index abbccdb9973..e09e22b9e23 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -193,6 +193,17 @@ not distributed as part of the Apache HTTP Server tarball modules.
See: Module Index +
Module Magic Number (MMN)
+
+Module Magic Number is a constant defined in the Apache source code +that is associated with binary compatibility of modules. It is changed +when internal Apache structures, function calls and other significant +parts of API change in such a way that binary compatiblity cannot be +guaranteed any more. On MMN change, all third party modules have to be +at least recompiled, sometimes even slightly changed in order to work +with the new version of Apache. +
+
OpenSSL
The Open Source toolkit for SSL/TLS
see http://www.openssl.org/
diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index d3310eed5a0..b835d05d403 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -226,6 +226,18 @@ href="#tarball">tarball. These are referred to as third-party modules.
See: Module Index +
Module Magic Number (MMN)
+
+Module Magic Number is a constant defined in the Apache source code +that is associated with binary compatibility of modules. It is changed +when internal Apache structures, function calls and other significant +parts of API change in such a way that binary compatiblity cannot be +guaranteed any more. On MMN change, all third party modules have to be +at least recompiled, sometimes even slightly changed in order to work +with the new version of Apache. +
+
OpenSSL
The Open Source toolkit for SSL/TLS
see http://www.openssl.org/
@@ -348,4 +360,4 @@ href="ssl/">SSL/TLS Encryption - \ No newline at end of file + -- 2.47.2