From: Joshua Slive Date: Tue, 17 Sep 2002 14:10:43 +0000 (+0000) Subject: Glossary entry for MMN. X-Git-Tag: WROWE_2_0_43_PRE1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3220f40525ab7e4451dd8a9afa6cb5f715159380;p=apache 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 --- diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index abbccdb997..e09e22b9e2 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 d3310eed5a..b835d05d40 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 +